Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor syntax error
Message
From
23/04/2003 11:18:12
 
 
To
23/04/2003 11:08:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00780617
Message ID:
00780624
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform