Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange behavior with CA...
Message
De
25/03/2003 22:00:34
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Strange behavior with CA...
Divers
Thread ID:
00770066
Message ID:
00770066
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform