Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select Data to Cursor, Try to Use Again, get error.
Message
De
29/07/1998 09:21:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Select Data to Cursor, Try to Use Again, get error.
Divers
Thread ID:
00122266
Message ID:
00122266
Vues:
70
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform