` Printed Icetips Article

Icetips Article



Par2: Edit in Place: Conditional EIP or call the form
1999-02-05 -- Dennis Evans
 
Use the Browse Class Ask method embed before the call to the parent,

if Request = InsertRecord
    Self.AskProcedure = x     ! x = update procedure to call
else                                         ! normally 1
    Self.AskProcedure = 0
end  ! if

EIP will be used for edits and the form will be called for inserts.



Printed May 5, 2024, 6:00 pm
This article has been viewed/printed 35114 times.