Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Century, Seconds, 24 hours etc
Message
From
14/01/2000 11:06:31
 
 
To
13/01/2000 23:58:37
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00317410
Message ID:
00318167
Views:
48
Hi Alan.

>The reason my SET SECONDS, CENTURY, and HOURS commands are not working is because the date format is set to 'SHORT' in the report wizard. Apparently, this causes vfp to ignore my SET commands.

We're not actually setting it to SHORT; SFForm (the top parent class for SFRWizard) does a SET SYSFORMATS ON and SET CENTURY ON in the Load method. You can override this yourself by putting something like this in the Load of your SFRWizard-based form or subclass:
set sysformats off
set century off
*other settings
Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform