Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a cursor
Message
 
To
13/04/2004 14:26:48
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00894529
Message ID:
00894536
Views:
8
One of the solutions:
Select * from yourtable into cursor cursorname
index on .... tag ...
Another one:
lctemptable="S"+sys(3)
use yourtable
copy to (lctemptable) with cdx
.....
.....
erase (lctemptable+".*")
>i want to create a cursor from a table called 'customer'
>but i want to keep the index inside because i want to do search with it
>
>
>exemple :
>
>
>my cursor name is : cur_customer
>
>
>select cur_customer
>set order to name
>seek(myvar)
>if found() then
>
>.....................
>
>
>
>how can i do that
Previous
Reply
Map
View

Click here to load this message in the networking platform