Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select tables
Message
From
10/10/2004 04:23:37
 
 
To
10/10/2004 04:13:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00950224
Message ID:
00950228
Views:
13
Hi Mohammed,
use mstr IN 0
use trans1 IN 0
use book1 IN 0
&& etc.
That way you don't need to deal with actual workarea numbers, which may make coding complicated and is not really recommended.

> how i can run myform without run this program under if i exit an return

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.


hth
-Stefan

>hi all,
>
>how i can run myform without run this program under if i exit an return back at my folder again,
>
>
>select 1
>use mstr
>select 2
>use trans1
>select 3
>use book1
>select 4
>use book2
>select 5
>use temp
>
>
>thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform