Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select statements
Message
De
22/08/2001 19:48:37
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00547432
Message ID:
00547718
Vues:
15
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform