NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: charl99 on August 14, 2012, 08:14:51 AM

Title: Memory Form - loc:act?
Post by: charl99 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
Title: Re: Memory Form - loc:act?
Post by: Bruce on August 14, 2012, 09:27:48 PM
p_web.SubmitButton()
returns a word like Insert, Change, Copy, Delete and so on.
Title: Re: Memory Form - loc:act?
Post by: charl99 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