Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading a Resource File from a Private DataSession?
Message
De
29/03/1999 16:27:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Reading a Resource File from a Private DataSession?
Divers
Thread ID:
00203180
Message ID:
00203180
Vues:
39
I have a startup process that opens a resource file that is
used to store the setting of various options such as where the
data is stored. The resource file is one of the first things
opened and stays open throughout the app in Datasessionid = 1.

Later I'd like to be able to extract some data from the
resource file from a form that has a private data session
(datasessionid = 2).

Of course, when I attempt to read from the resource file I get
an Alias not found error. I know the reason is because the
resource file is in datasession 1 and the calling form is in
datasession 2.

Besides, opening the resource file in the LOAD event of the
form, what can I do to make this scenario work. What I change
the datasession the form data goes black.

Is there a way to get around this issue without opening the
resource file in the LOAD of the form?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform