Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading a Resource File from a Private DataSession?
Message
From
29/03/1999 16:30:42
 
 
To
29/03/1999 16:27:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00203180
Message ID:
00203182
Views:
19
Tom ---

Have you tried SET DATASESSION before accessing the resource file and then SET DATASESSION back to what it was?


>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?
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform