Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot ADD COLUMN to a cursor
Message
 
 
To
04/10/2005 20:22:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01056104
Message ID:
01056115
Views:
29
This message has been marked as the solution to the initial question of the thread.
The ALTER TABLE command is illegal for a cursor with long (>10 symbols) field names.

>I have a cursor that was created with a SELECT command containing several UNIONs. I have already specified READONLY and NOFILTER.
>
>After the cursor is created I try to do an
>
>
ALTER TABLE crsCreatedCursor ADD COLUMN PKey I
>
>and I get an error indicating I have used an "invalid operation for the cursor". The help file says that when I get this error I tried to use the PACK command on the cursor, (error 1115). However, this is not the case.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform