NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: springguy on November 04, 2013, 12:37:57 PM

Title: Browse Button Link to URL
Post by: springguy 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
Title: Re: Browse Button Link to URL
Post by: Stu 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.
Title: Re: Browse Button Link to URL
Post by: springguy 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
Title: Re: Browse Button Link to URL
Post by: bshields 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

Title: Re: Browse Button Link to URL
Post by: springguy on November 04, 2013, 07:48:08 PM
Thanks Bill,
That was the missing piece in my thinking.  Working great now!
Mike