Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recordnumber
Message
 
To
09/04/2001 10:11:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00493532
Message ID:
00493592
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform