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:
00117884
Vues:
18
>>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?

----------

Sounds like a good solution, but I'll have to do some studying on buffering, tableupdate, and tablerevert. This is another part of VFP that I haven't used. Can you give me some guidelines as to how to go about using these? Thanks, CH.
Chuck Henry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform