Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tableupdate
Message
 
 
À
19/02/1999 15:54:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00189486
Message ID:
00189506
Vues:
8
>I have a table in which in which I set the buffermode to 5 (opt table)
>
>On the form I have a command button to delete the current record with some of the following code
>
>delete
>* code to go to next record depending on BOF and EOF
>=tableupdate(.T.,.T.,'tablename')
>* refresh and other code
>
>In order for this to properly work I must execute the code twice( click the delete button twice)
>The only way this will work properly on the first try is to move the tableupdate command right below the delete therefore
>
>delete
>=tableupdate(.T.,.T.,'tablename')
>* code to move record
>* refresh and other code
>
>Why Why Why ????????????????????????????
>
>Also the code will execute correctly the first ti,e if I set buffermode to 3 (opt Row Buf)

If you are using VFP 5, the syntax changed. The first parameter for TableUpdate() is numeric. Check the VFP help for implications for the different types of buffering.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform