NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on September 28, 2015, 04:23:37 AM

Title: Buttons in Browse row
Post by: astahl on September 28, 2015, 04:23:37 AM
Hi All,

I have an OTHER button on a browse that is calling OnClick URL: with a local variable loc:url. I want the loc:url field built dynamically when the user clicks on the button, and I cannot seem to find the correct embed to put the code in.


Ashley
Title: Re: Buttons in Browse row
Post by: terryd on September 28, 2015, 07:01:13 AM
Hi Ashley you should be able to create a local variable and set the value in the ValidateRecord inside the browse loop for each record
Title: Re: Buttons in Browse row
Post by: astahl on September 28, 2015, 09:45:48 AM
Hi Terry,

Thanks Much!!! I just created a function to return the url when a condition was meet.

Ashley