Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index
Message
From
03/01/2002 13:44:14
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Index
Miscellaneous
Thread ID:
00600395
Message ID:
00600401
Views:
13
Nick,

Is there a reason you need to create this index each time the form is opened? Can't you just create the tag then:

use person order names

?

Rob

>I have a combobox that displays lastname and firstname and needs to be sorted. I have 2 tables person and pinfo that are parent and child respectively. When I created an index on lastname, firstname and then run the program I keep getting 'file must be opened exclusively'. This program is run on a server and is shared by numerous users, will setting 'use person exclusive' cause only one person to program. I'm I on the wrong path here?
>
>
>USE person
>INDEX ON lname + fname TAG names
>set order to names
>
>Thanks
>Nick Patel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform