Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select statements
Message
From
22/08/2001 19:48:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00547432
Message ID:
00547718
Views:
7
>SELECT project.number, project.dateneeded, project.priority, ;
> project.desc, project.status, project.program, project.dpt, ;
> project.programmer, project.psc ;
> FROM project ;
> WHERE programmer = "EX" ;
>
>
> INTO CURSOR TEMPNAME
>
>I am pretty rusty on VFP now I have developing in VB for 3 years and am now getting back to it in a different job. I have not had a problem like this I am starting to think this may be environmental.
>
>I am also getting a browse window or an unbound form with a combo box with a select statement in the rowsource. this is starting to drive me nuts.
>
>Thanks for any help you can provide.
>
>Joe Hendren

If you add the NOFILTER keyword you should get the result that you want.
Please post the code in the first message.
Previous
Reply
Map
View

Click here to load this message in the networking platform