NetTalk Central

Author Topic: How to tell if Inserting a record  (Read 2588 times)

John Fligg

  • Sr. Member
  • ****
  • Posts: 361
    • View Profile
    • Ambrit Software
    • Email
How to tell if Inserting a record
« 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


Rob de Jager

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: How to tell if Inserting a record
« Reply #1 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

John Fligg

  • Sr. Member
  • ****
  • Posts: 361
    • View Profile
    • Ambrit Software
    • Email
Re: How to tell if Inserting a record
« Reply #2 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