Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LOCATING backwards
Message
From
24/10/2003 11:34:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
24/10/2003 11:26:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00842157
Message ID:
00842173
Views:
23
>>can you use the locate cmd to start at end of a dbf and proceed backwards?
>
>If you set your index descending yes :)
>Cetin

Something like (untested) :
If val(sys(21))>0
 lcDescending = iif(descending(val(sys(21)),'myAlias'), ;
	' ASCENDING ',' DESCENDING ')
 Set order to tag (order('myAlias')) &lcDescending
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform