NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Djordje Radovanovic on December 23, 2015, 04:08:12 AM
-
I want to control user ability to Insert/Change/Delete records in a browse upon value from parent browse.
How to access value from parent browse? I set fields as hot fields but can't see any value in a target browse.
I am using popup browse / forms.
Best regards,
Djordje Radovanovic
-
In the form you have the SessionValue of the ID Field of the parent record (only).
So if you want to access fields in that record then you need to open the table and read the record.
cheers
Bruce
-
Thank you Bruce.
I use form as wrapper around my browse. This is the only way to control update button.