` Printed Icetips Article

Icetips Article



Par2: Parent blank after adding child
1998-03-19 -- Jim Katz
 
When adding a parent and children at the same time, parent record is blank after 
adding child record(s).

Define a local variable, e.g.:
    LOC:Buffer   UShort
To save the current parent:
   LOC:Buffer = Access:parentfilename.SaveBuffer()
To restore parent:
   Access:parentfilename.RestoreBuffer(LOC:Buffer)



Printed May 3, 2024, 1:24 pm
This article has been viewed/printed 35114 times.