Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms without a table
Message
From
25/05/2001 14:17:23
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgia, United States
 
 
To
25/05/2001 08:59:39
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00510811
Message ID:
00511646
Views:
31
>>You don't have to put the data into a table...
>>
>>Just select a table (any table with at least 1 row)

Pete,
If you don't have a table with one row handy you can create a cursor.
nWorkArea = SELECT()  && Current workarea
SELECT 0
CREATE CURSOR TmpCursor (Fld1 C(1) )
APPEND BLANK
(Run report here)
USE
SELECT (nWorkArea)         && Return to workarea
David.
Previous
Reply
Map
View

Click here to load this message in the networking platform