Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tablerevert() not working?
Message
 
À
30/07/1998 14:47:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00122802
Message ID:
00122816
Vues:
16
>I am working on a form with buffering set to optimistic row buffering set on. When I do an append blank on the table and then do a tablerevert the record is still there with the default values I have selected still showing. Anything I have KEYED on the form after the append blank BUT before the tablerevert is gone. Any help or suggestions would be greatfully appreciated. And yes, I'm a novice :)

Jamie,

Two things; when you tablerevert an appended record the file pointer is left at EOF(), second tablereverting does NOT refresh the display.

You have to do a THISFORM.Refresh() after the tablerevert. And you probably want to do a GO BOTTOM before the refresh to put the record pointer on a record.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform