Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using long filenames as Alias name
Message
 
To
04/08/1999 12:20:55
Jolene Dicks
Human Resources Development Canada
St. John's, Newfoundland, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00249809
Message ID:
00249827
Views:
16
>I have a file that is used throughout my application called 'EXTRACTFILES'. That is the filename and I am also using it as the alias name.
Jolene,

Open your table using this code;
IF USED("EXTRACTFILES")
   SELECT Extractfiles
ELSE
   USE Extractfiles ALIAS Extractfiles AGAIN
ENDIF
The AGAIN will prevent the file is in use error.
Previous
Reply
Map
View

Click here to load this message in the networking platform