Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid does not refresh after adding empty row
Message
 
 
À
21/01/2003 15:09:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00743140
Message ID:
00743892
Vues:
18
>>If recno() < 0 , go rec would fail...
>
>Not true. A buffered table can have a negative RECNO() and you can position to it with GO rec and it would work just fine.

I have a habit of using:
if between(m.lnRec, 1, reccount('myTable'))
   goto m.lnRec
endif
To avoid record out of range problem...
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform