Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make a cursor updatable
Message
From
06/08/2000 19:36:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00401674
Message ID:
00401700
Views:
27
it works but I can't run a REQUERY() on it. It give an error stating "function not allowed on native tables". Is there something else I can run on it?

>Should, but your ORDER BY is wrong. Remove the tempcursor. reference. It should be ORDER BY STOCKNUM
>
>>>The error means that TEMPCURSOR does not exist. Therefore, you can not USE it AGAIN.
>>>
>>
>>But judging from this:
>>
>>SELECT inventory.stocknum AS stocknum;
>>FROM Tomparco!inventory AS inv_this_trans;
>>INTO CURSOR tempcursor;
>>WHERE inv_this_trans.trans_id = trans_num; &&trans_num is a variable
>>ORDER BY tempcursor.stocknum
>>
>>Shouldn't it exist?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform