NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Thys 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
-
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
-
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
-
> 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
-
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.