Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior with CA...
Message
From
25/03/2003 22:00:34
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Strange behavior with CA...
Miscellaneous
Thread ID:
00770066
Message ID:
00770066
Views:
69
I made a test with CA using 2 instances of VFP.

This is the sequence of the actions:
Instance 1) open Form and get record 5 from the server
Instance 2) open Form and get the same record 5 from the server
Instance 2) Delete this record and clik the save button
Instance 1) Change some fields in the form and clik the save button

The instance 1) returns .T. when updating the record by clicking Save button
But the record was deleted in the server before by instance 2)

Save button code:
x = Tableupdate()
IF x <> .T.
	Aerror(aMatrizErro)
....show error message
ENDIF
I expected an .F. as return in this case.
What Im missing ?
Does someone has a workaround for this ?

Any advice is welcome...

Peter
Next
Reply
Map
View

Click here to load this message in the networking platform