Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Filter and GO Bottom
Message
From
08/05/2004 13:12:53
 
 
To
07/05/2004 22:41:39
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00901656
Message ID:
00902207
Views:
22

I agree that might be usefull in some cases.


With this, the TAGNO zero is the natural RECNO() order,
and your code he becomes very simpler for every situation:
* optimized GO BOTTOM
IF DESCENDING()
   SET ORDER TO TAGNO() ASC
   LOCATE
   SET ORDER TO TAGNO() DESC
ELSE
   SET ORDER TO TAGNO() DESC
   LOCATE
   SET ORDER TO TAGNO() ASC
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform