Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What could be E in this error?
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01510914
Message ID:
01511220
Views:
66
>>Hi,
>>
>>When attempting to preview a report a customer is getting error:
>>
>>
>>Cannot update the cursor E, since it is read-only
>>
>>
>>The E in the message does not have a colon; but could it be still pointing to a letter drive?
>>
>>TIA.
>
>I have found that the problem occurs when I try to add records from one cursor to another. That is, first the program gets records from a table (in SQL Server database) into a cursor. Then another cursor is filled from another SQL Server table. Then I try to append one cursor to another using the following code:
>
>
>select (cCursor1)
>append from dbf("cCursor2")
>
>
>The application gives error on the APPEND FROM .. line above. What am I doing wrong? TIA.

How was cCursor1 created, by CREATE CURSOR or as the result of a SQL SELECT command? The latter are read-only by default. An option was added at some point to let you populate the cursor as updatable.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform