NetTalk Central

Author Topic: Do something on when record is selected in a browse  (Read 1995 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Do something on when record is selected in a browse
« on: October 11, 2012, 05:43:22 AM »
Hi,

Instead of clicking on the Change button on browse, I want to call the update procedure when the record in the browse is selected - like double-click in a Win32 app. Is there a way to do this?

Thys

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: Do something on when record is selected in a browse
« Reply #1 on: October 11, 2012, 06:47:33 AM »
Hallo Thys,

Very simple. Go in browse settings select the filed(s) (you can make changes to all or just to one field) > properties > and then select tab : On Click and check : Link to Form for Update Form or you can enter URL for another thing...

Regards,
Robert

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Re: Do something on when record is selected in a browse
« Reply #2 on: October 11, 2012, 10:46:20 PM »
Thanks Robert. That will definitely work. But in the browser that I use - when clicking on any row in the browse, a spinning wheel is momentarily shown in the bottom-right of the page. I thought that it might be doing something that I can tap into - maybe call the update form. But this solution will work for now.

Thys

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: Do something on when record is selected in a browse
« Reply #3 on: October 12, 2012, 01:16:30 AM »
> I thought that it might be doing something that I can tap into
Yes it's possible. In browse embed at the bottom you will find an embed : User did something in browser > User Clicked on a row in a browse
Here you can put code you like .
Hope this help you.
Robert

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Re: Do something on when record is selected in a browse
« Reply #4 on: October 12, 2012, 03:57:29 AM »
Amazing! It couldn't have been easier. I haven't done much work on NTWS lately - only now starting to pick up again.

Thank you.