Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GO EOF() Does Not Work
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00117869
Message ID:
00117872
Vues:
17
>I need to put a table at EOF() upon using it. What is the syntax for this? I've tried GO EOF() and about every variation I can think of, but I'm not getting it. I know it's probably something real simple. GO BOTTOM doesn't help, because I want to be able to open up a form with all blanks instead of opening up with the pointer pointing to a record. Thanks, CH.

Chuck,

You can GO BOTTOM followed by a SKIP if you are not at eof();
GO BOTTOM
IF NOT EOF()
   SKIP
ENDIF
With buffering and tableupdate and tablerevert why not just append a balnk record and revert if the user doesn't want it later?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform