Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT
Message
From
05/07/2000 14:25:21
 
 
To
05/07/2000 14:17:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: SELECT
Miscellaneous
Thread ID:
00388441
Message ID:
00388451
Views:
9
>VFP 6.0
>
>I want to use a table in a form to get data. It is the only time I will use this table so I want to open it, get the data, then close it.
>
>In the old FPW I could "select 0" and it would give me the next available work area.
>
>How do you do this in VFP?

Also
Use < table > IN 0
will open the table in the first available area then you can
Select < table >

Typically, you might write something like:


IF NOT USED( "< table >" )
USE < table > AGAIN IN 0
ENDIF
SELECT < table >
Previous
Reply
Map
View

Click here to load this message in the networking platform