NetTalk Central

Author Topic: Browse Button Link to URL  (Read 3112 times)

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Browse Button Link to URL
« on: November 04, 2013, 12:37:57 PM »
NT 7.28

I have a NT browse procedure that has a field with the URL of a static web page to link to.  But, rather than displaying the actual link in the browse and requiring clicking on it, is there a way to have a button on the browse row that when clicked will do the link based on the field data in the record?
Thanks,
Mike Springer

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Browse Button Link to URL
« Reply #1 on: November 04, 2013, 03:16:04 PM »
Hi Mike,

If I'm understanding what you're saying right .. then Yes. Absolutely.

Fiddle around with the browse button field.

You set the url on click to the field (or whatever data). And make sure to set the fields needed as hot fields.
Cheers,

Stu Andrews

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Re: Browse Button Link to URL
« Reply #2 on: November 04, 2013, 03:42:36 PM »
Stu,
Yeah, that's what I thought too.  But, on the button's On Click tab, where there is a checkbox for "Field contains URL" there is no place to identify the field that contains the URL.  That seems to be where I'm stuck - must be something I'm not understanding.
Mike

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: Browse Button Link to URL
« Reply #3 on: November 04, 2013, 06:24:24 PM »
Hi Mike,

You must use the field that contains the URL as the column field. If you use a button, you can style the button appropriately, for example not display a button if no value exists.

Regards
Bill


springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Re: Browse Button Link to URL
« Reply #4 on: November 04, 2013, 07:48:08 PM »
Thanks Bill,
That was the missing piece in my thinking.  Working great now!
Mike