NetTalk Central

Author Topic: Memory Form - loc:act?  (Read 3416 times)

charl99

  • Full Member
  • ***
  • Posts: 185
    • View Profile
    • Email
Memory Form - loc:act?
« on: August 14, 2012, 08:14:51 AM »
Hi all,

I know a Memory Form is always in Change mode (loc:act = Net:ChangeRecord).  However, is there a way to trap whether the user pressed Insert, Change, Delete or Copy on the Browse that go to the Memory Form (I do not want to use in row buttons)?

I really like Memory Forms for stuff where there are a lot of related files.

Thanks
Charl

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11263
    • View Profile
Re: Memory Form - loc:act?
« Reply #1 on: August 14, 2012, 09:27:48 PM »
p_web.SubmitButton()
returns a word like Insert, Change, Copy, Delete and so on.

charl99

  • Full Member
  • ***
  • Posts: 185
    • View Profile
    • Email
Re: Memory Form - loc:act?
« Reply #2 on: August 15, 2012, 05:13:28 AM »
Nice one, Thanks Bruce.

I am now really the Master of Memory Forms, until next time  ???.

Cheers
Charl