NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on February 24, 2012, 06:57:19 AM

Title: How to tell if Inserting a record
Post by: John Fligg on February 24, 2012, 06:57:19 AM
I want to find out if I am Inserting or Changing a record. Rather than set my own variable is there a standard variable that can be used?

In C8 you just use Self. Request so looking for something similar.

Thanks

John

Title: Re: How to tell if Inserting a record
Post by: Rob de Jager on February 24, 2012, 11:52:18 AM
If I remember correctly, the variables used in the form procedure is loc:Act long() or loc:ation string(40).

Regards

Rob
Title: Re: How to tell if Inserting a record
Post by: John Fligg on February 25, 2012, 02:11:00 AM
Thanks Rob. Found it in "the book" - was looking in the wrong place. I searched the PDF and found it after you told me.

Thanks

John