Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Cursor that can be shared
Message
De
23/08/2001 19:22:26
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
23/08/2001 18:46:26
Ken Knorr
Logos Management Software
Ventura, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00548376
Message ID:
00548392
Vues:
6
>I'm trying to create a cursor with indexes that can be shared by multiple forms. I created a cursor and indexed in in Datasession 1. Then in a form with Private Data session tried to open it and got file in use. Is there any way to do this. I suppose could create a DBC and table and then use them.

How do you create the cursor? SELECT INTO CURSOR?

If you put ?ISEXCLUSIVE( "MyCursor" ) after, you should see .T.

FWIW, you're misusing private datasessions, IMO. If you want the form to use data that's been prepared by the calling code, then use default datasession. If you want it to prepare the data, have it call the code to prepare it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform