Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Cursor Syntax Error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00034297
Message ID:
00034489
Views:
38
>>I use the following code to create a cursor in the load method of a form.
>>
>>CREATE CURSOR curError ;
>> (trantype C(15),;
>> errormsg C(50),;
>> partno C(20),;
>> resolution C(20))
>>
>>It works fine in the command window, but once I try to create the cursor in a form I get a syntax error. Am I missing something? Any suggestions will be greatly appreciated.
>>
>>
>>Thanks
>>
>>James Naftel
>>PICS
>>naftel@negia.net
>
>Where is Ur default path set to? A network drive perhaps that prohibits write/create access? Check it out. Also, a cursor of similar name does not already exist in your DE?

if you're including a path, it's likely one (or more) of the directories has an 'illegal' char (space, asterisk, percent sign, etc.)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform