Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Used()
Message
From
13/02/2003 14:53:19
 
 
To
13/02/2003 14:43:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Used()
Miscellaneous
Thread ID:
00752852
Message ID:
00752859
Views:
14
Try it with just the alias instead of the dbf name.
If !used('myfile')
Alan

>i have a function that i use in a number of forms. in it i need to determine if a certain file is open and if not, open it. code goes like this:
>if !used('myfile.dbf')
>sele 0
>use myfile
>endi
>the problem is that VFP goes into the IF even if the file is 'used' and gives an error message that says the file is already in use. any ideas on how to actually see if the file is open or not?
>tia!
Previous
Reply
Map
View

Click here to load this message in the networking platform