dbTalk Databases Forums  

Private data session on prgs

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Private data session on prgs in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AK
 
Posts: n/a

Default Private data session on prgs - 07-11-2005 , 08:02 PM






Hi all; A newbie question...

I have an old Foxbae app that I am running temporarily under VFP 9.0.
Obviously it uses USE, Index, Set relation commands.

Is there a way to tell VFP to set a private datasession for command
files (PRGs)? Or do I have to drop the USE commands and maybe create
forms?

Thank you,

A.

Reply With Quote
  #2  
Old   
Josh Assing
 
Posts: n/a

Default Re: Private data session on prgs - 07-12-2005 , 08:55 AM






you can create private data sessions in prg's... sure.

loSession = create("session")
set datasession to losession.datasessionid



On Tue, 12 Jul 2005 01:02:25 GMT, AK <newal (AT) rugwho (DOT) com> wrote:

Quote:
Hi all; A newbie question...

I have an old Foxbae app that I am running temporarily under VFP 9.0.
Obviously it uses USE, Index, Set relation commands.

Is there a way to tell VFP to set a private datasession for command
files (PRGs)? Or do I have to drop the USE commands and maybe create
forms?

Thank you,

A.

---
Remove x's to send.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.