Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New cGlobalEnvironment class
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00114684
Message ID:
00114760
Views:
22
Jose,

>I think that I´m missing something here, but there´s no cDate property in cGlobalEnvironment. How can I set Date to British globally ?>

You won't find SET DATE in CGlobalEnvironment because it is not a global setting...it is scoped to the current data session.

HOWEVER, you can take advantage of the new functionality in Mere Mortals v3.02 by setting the value of cDate in CGlobalEnvironment's CSessionEnvironment object.

You'll want to set the value of cDate in your new AGlobalEnvironment class. You'll need to set AGlobalEnvironment.oSessionEnvironment.cDate to the desired value.

Check out the section 'Specifying "Global" Local Environment Settings".

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform