NetTalk Central

Author Topic: Buttons in Browse row  (Read 2964 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Buttons in Browse row
« 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

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Buttons in Browse row
« Reply #1 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
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Buttons in Browse row
« Reply #2 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