Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor syntax error
Message
 
 
À
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:
00780623
Vues:
12
>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.

First, don't enclose cursor name in patenthesis because it will be treated as a name expression. Second you've to provide type for all fields.
CREATE CURSOR culist2 (project_no C(3), workpkg_noc C(5),sub_title C(50))
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform