Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Cursor
Miscellaneous
Thread ID:
00163325
Message ID:
00163515
Views:
25
Steve,
Ed's method is correct. Don't forget that you will have to SEEK on str(Order_Num)+Prod_Code each time. Even if you are only SEEKing the Order_Num value you still must use the str() function.

Barbara

>Hi All,
>
>This is my cursor 'Renewal'.
>
>CREATE CURSOR Renewal ( Recnum N(7), Order_Num N(10), chkSel L, Prod_Code C(7),Descr C(65), Unit_Price N(10,2), Qty N(2) )
>
>How could I go about creating an index base on the Order_Num and Prod_Code from the above cursor? Any help or suggestion is appreciated.
>
>Thanks
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform