Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - Set Order to Tag tag_name
Message
De
20/03/1997 08:22:50
 
 
À
19/03/1997 21:00:25
Bill Gravell
Indoor Purification System
Menifee, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00024833
Message ID:
00024999
Vues:
32
>>>>I am in a form and I perform a select statement and change my cursor. Now I am trying to "set order to tag tag_name" and I get an error saying "file in use".
>>>>What do I do?
>>>
>>>Code sample is necessary.
>>
>>ok...
>>In form1
>>select * from table into cursor anycursor
>>set order to tag last_name
>>-------
>>this works from the command window.
>>
>>In form2
>>In another form when I have some radio buttons that lets the user
>>set the tag. I do this with..
>>do case
>> case optiongroup1.value = 1
>> set order to tag last_name
>> case optiongroup1.value = 2
>> set order to tag phone_num
>>endcase
>>
>>After my tag has been set, my "anycursor" from the select
>>has changed. What now???
>
>After your select statement, your active work area is the area that contains the cursor. There is no automatic tag created. You'll have to create it with an "Index on ...." command.
>
>Bill

Hi Bill... thanks for that information... it helps...
any question... How can I make my cursor a "view" so I can edit
the information?
My code is...
SELECT * FROM TABLE INTO CURSOR ANYCURSOR...
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform