Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File is in use
Message
 
À
02/10/2000 11:39:34
Mark Sheehan
Made2Manage Systems, Inc.
Indianapolis, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00423473
Message ID:
00423525
Vues:
21
Mark;

I had this happen with a major application I delivered about 2 years ago. A process was called several thousand times a day and created a cursor and then Used In to kill the cursor at the end of the method. On occasion the cursor would still exist so I just entered the code below before the Select statement used to create the cursor. Two years later the system is still working so I did not touch the code.

Having worked in the Aerospace Industry I like this approach - kill the cursor twice if necessary. Redundancy sometimes gets the job done.

If used("mycursor")

used in mycursor

endif

Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform