Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set date format once for all?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00216822
Message ID:
00217039
Views:
18
Hi Eric,

>I would like to be able to set the date format only once in my application.
>So far, even if I set it in my startup program, I also need to put it in my forms base class. Is it, like the SET TALK command, specific by datasession?

Yes, SET DATE is scoped to the datasession. Take a look at VFP help for SET DATASESSION and it will show you all the commands scoped to a private datasession.

In the INIT of my baseform I SET all of the settings I'll need so they be set that way for every form I build.

HTH,
Jim Duffy
Microsoft MVP
INETA Speaker
TakeNote Technologies
Developer's Choice Award Winner for Best Training Company
Specializing in VB.NET, ASP.NET, VFP, and SQL Server Training and Development
Previous
Reply
Map
View

Click here to load this message in the networking platform