Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when adding a record in grid
Message
De
13/12/2006 14:19:07
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
13/12/2006 10:55:42
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01177144
Message ID:
01177339
Vues:
8
>error not appear when i issue a go recno() after adding a new record
>like :
>
>select inward1
>append blank
>repl vno with inward.vno, date with inward.date
>go recno()  && after adding this line it is working without any error.
>
You probably have row buffering, and the Go command forces VFP to leave the current record (at least formally) before jumping (to the same record). This jump triggers an automatic tableupdate() in row buffering. You may have more control if you do the tableupdate() yourself - at least it would return some value, so you'd know whether it succeeded.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform