Nope, it appears to be instantaneous. I do exactly the following:
a) Call the Pop-Up Memory Form with Other Button in Row, Include RowID, (No Action. I tried Change but it doesn't work either and it stuff me around in the Form)
b) In PreUpdate Routine-End, I get all related files, FileToSQ, etc and decide what options are available on the Mem Form
c) In the Validate All, I decide whether to Delete, Insert or Change record. I tried to set _ans_ here as per recent post I saw, eg
ans = net:DeleteRecord but no effect
So I do not have anything in the ValidateUpdate Routines, if that is potentially a problem?
Thanks