Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recordnumber
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00493532
Message ID:
00493592
Vues:
13
Christian,

Here's another way;
LOCAL lnRecs, lnOffSet, lnRec, lcReturn
COUNT FOR NOT DELETED TO lnRecs
lnOffSet = RECCOUNT() - lnRecs
lnRec = RECNO()
lnRec = IIF(lnRec > lnRecs, lnRec - lnOffSet, lnRec)
lcReturn = ALLTRIM(TRANSFORM(lnRec)) + "/" + ALLTRIM(TRANSFORM(lnRecs))
RETURN lcReturn
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform