Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor syntax error
Message
De
23/04/2003 11:18:12
 
 
À
23/04/2003 11:08:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00780617
Message ID:
00780624
Vues:
6
Raj

Not knowing exactly what you are trying to do, but if all you want to do is create the cursor culist2 then:

CREATE CURSOR culist2 (project_no C(3), workpkg_no c(5),sub_title c(50))

If culist2 is a variable:

culist2 = "mycursor"
CREATE CURSOR (culist2) (project_no C(3), workpkg_no c(5),sub_title c(50))

Hope this helps
Dorris
>I am doing the following but i am getting error (not character expression)
>
>CREATE CURSOR (culist2) (project_no C(3), workpkg_noc(5),sub_title(50))
>
>Thank you very much.
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform