NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Djordje Radovanovic on December 23, 2015, 04:08:12 AM

Title: How to control edit buttons?
Post 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
Title: Re: How to control edit buttons?
Post by: Bruce on December 23, 2015, 04:37:02 AM
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
Title: Re: How to control edit buttons?
Post by: Djordje Radovanovic on December 25, 2015, 05:29:27 AM
Thank you Bruce.

I use form as wrapper around my browse. This is the only way to control update button.