NetTalk Central

Author Topic: How to control edit buttons?  (Read 2526 times)

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
How to control edit buttons?
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: How to control edit buttons?
« Reply #1 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

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: How to control edit buttons?
« Reply #2 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.