Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement wont honour set fields to ?
Message
From
03/04/2006 02:21:51
 
 
To
02/04/2006 19:54:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01108144
Message ID:
01109853
Views:
22
>actually we've some code that needs to do something like below
>
>
>select * from cursor
>
>
>so i cant ignore fields but they need to removed.

Then you must simply list the fields
select field1,field2,field3,field4,... from cursor
Previous
Reply
Map
View

Click here to load this message in the networking platform