Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select tables
Message
From
10/10/2004 06:18:20
 
 
To
10/10/2004 04:32:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00950224
Message ID:
00950235
Views:
15
Add AGAIN. There is no downside with using again, as far as I know, so I more or less use it always. I suggest you also add an alias
under myform procedure load
use mstr IN 0 again alias alist amstr 
use trans1 IN 0 again alias atrans1
use book1 IN 0 again alias abook1
use temp IN 0 again alias atemp
use book2 IN 0 again alias abook2
>hi,
>thank you for reply,
>i get error message(file is in use)
>
>under myform procedure load
>use mstr IN 0 (file is in use)
>use trans1 IN 0
>use book1 IN 0
>use temp IN 0
>use book2 IN 0
>
>
>any simple example about
>You could use a prvate datasession and do so in form/class.Load() for example, or try the "visual" Form Designer and let the form.DataEnvironment care for your tables automatically.
>
>thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform