Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index
Message
From
25/03/2004 23:49:45
 
 
To
23/03/2004 05:21:53
Ls Wong
Vista Solution Sdn. Bhd.
Ampang, Malaysia
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Re: Index
Miscellaneous
Thread ID:
00888779
Message ID:
00889846
Views:
18
This is two fields, ccode and namount, correct?

ccode is c(3)
namount is n(8.2) for this example

index would be

INDEX ON cCode + STR((-1)*nAmount,8,2) TO TAG MyTagName

Aloha,

James.

>how to index the following data (code ascending and amount descending)
>
>before:
>code amount
>---- ------
>AAA 100.00
>AAA 50.00
>BBB 200.00
>CCC 250.00
>AAA 300.00
>CCC 500.00
>BBB 100.00
>
>after:
>code amount
>---- ------
>AAA 300.00
>AAA 100.00
>AAA 50.00
>BBB 200.00
>BBB 100.00
>CCC 500.00
>CCC 250.00
>
>TQ.
Previous
Reply
Map
View

Click here to load this message in the networking platform