Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a Temporary table??
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00115270
Message ID:
00115974
Views:
17
>Thamnks for the advice, I used VFP help and it was telling me I had to define all the fields again. I'll be taking note of that little trick for the future.
>
>The Greatly appreciative
>Perry

Perry, if you are doing a SQL-Select into a cursor from a single table, be sure you add the NOFILTER clause (if VFP5) or else add a new field (SELECT *, .F. as lNew from Mytable.....) if you're working in VFP3. This will prevent the new cursor from being a filtered copy of the original table.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform