![]() |
|
||||
Deleting from Client |
|||||
PROBLEMCreating a new record on the client and then deleting it immediately gives an error message on the server (multi-user version only). Once you click the message on the server everything runs fine, but it's annoying if the server is in a remote location. Caught ByUser bug report. WorkaroundIf you turn off the Allow Data Entry in Server, you won't get the error message. SolutionFixed in version 3.3. Technical DetailsA recent programming change delayed the saving of
files on the server, which greatly reduces the chances
of getting dangling "dud" records. However there was
some other code that checked for a valid record,
and started giving errors because nothing was there
yet. That is now tuned for the new conditions. |