Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select statements
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00547432
Message ID:
00547664
Vues:
8
Joe,

Foxpro considers INTO CURSOR TEMPNAME a separate command because there are two blank lines before it. It shoud give you "Unrecognized command verb" error on this line. Remove those two blank lines and a cursor will be created.
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.

Add INTO CURSOR < cursorname > to that select too.

>
>Thanks for any help you can provide.
>
>Joe Hendren
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform