Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CURVAL() & OLDVAL() Returning NULL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00569174
Message ID:
00569203
Vues:
26
Turn buffering on by using the commands
set multilocks on
cursorsetprop( 'buffering', 5 )
>CURVAL() and OLDVAL() are both returning NULL. I know the OrdQty
>field was changed prior to this code being run, and was not yet
>committed. I'm using optimistic table buffering.
>
>Here's my code:
>
>LOCAL nOrigQty, nNewQty
>
>nOrigQty = OLDVAL("OrdQty", "LineItems")
>nNewQty = CURVAL("OrdQty", "LineItems")
>

>
>If I enter 'LineItems.OrdQty' into the debugger, it correctly displays
>the new value. Anyone know whats going on here?
>
>Thanks
Andrus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform