Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table Order
Message
From
13/01/2010 08:53:19
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01442768
Message ID:
01443664
Views:
21
>You can index cursors the same way as tables (when you created a cursor with READWRITE clause in a SELECT statement).
>So, all what we already discussed applies to the cursor.

ok i have a select * into cursor X readwrite
then index on fname tag fname

so if i have a stament like
THISFORM.UpdateResultsWindow('The name '+ test.fname + ' already exists in the Database')&& fname being the cursor will that work?
that worked for me when test was my addition table now its being a little troublesome

also its telling me no table order set for table
and pointing at
SEEK test.fname
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform