Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Data to Cursor, Try to Use Again, get error.
Message
From
29/07/1998 09:21:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Select Data to Cursor, Try to Use Again, get error.
Miscellaneous
Thread ID:
00122266
Message ID:
00122266
Views:
71
Get away from VFP for a couple of months and I just start to forget things.

I have a table and I select a subset of data out with a SQL statement into a cursor. I then try to Use the cursor again inorder to make it updatable but I get an error that table does not exists. What am I forgetting.

USE trtime SHARED IN 0

SELECT truid, truserid, trjob, trcost, trdate, trtime, ;
trbillable, trweekend, treditby, treditstamp ;
FROM trtime ;
WHERE truseid = ofrmmain.edituser ;
AND trweekend = ofrmmain.weekend ;
ORDER by truid ;
INTO CURSOR curtrtime

IF _tally >0
USE curtrtime ALIAS curTime SHARED IN 0 AGAIN
ENDIF

** The use produces the not a table error
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Next
Reply
Map
View

Click here to load this message in the networking platform