Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private Data Sessions
Message
From
18/08/2000 08:53:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
18/08/2000 08:23:10
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00406597
Message ID:
00406611
Views:
39
>Is my assumption correct that if each of my forms launch w/Private Sessions, I will have to include some SET items to deal with the particulars of the form. i.e. While my app initially sets DELETED ON, the form in its Private Session doesn't recognize this. Is there a slick way around this or is it simply the reality of Private Sessions ? I don't build huge apps, so it isn't that much trouble to include a few SETs in the code of the Data Environment of the form.
>Any thoughts would be appreciated.


There are some SETs that are scoped to current datasession. With those you have 2 options :
-Change default from config.fpw
-Change in either load or DE.beforeopentables
In de.beforeopentables you could have somthing like :
ApplyGlobalSets()
and have a ApplyGlobalSets.prg where you set options.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform