Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET CENTURY stuff
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00206098
Message ID:
00206567
Views:
31
>Hi Joe,
>
>>Not according to Christof Lange.
>>
>>Which one of you two are right??
>
>I'm right. *s*
>
>VFP 6 does respect the Century property of a text box, unlike VFP 5. Try the following in VFP 6 and VFP 5 to see what I mean:
>
>Set Century to 19 rollover 50
>ox = CreateObject("myForm")
>ox.Show(1)
>
>Define Class myForm as Form
>	Add Object txt As Textbox with ;
>		Value = {^2005.01.03}, ;
>		Century = 0
>	Add Object txt2 As Textbox with ;
>		top = 50
>Enddefine
>Christof


I hope you are right. I don't have VFP 6.0 to test this though. I wonder why other people are reporting something else.

Joe
Joseph C. Kempel
Systems Analyst/Programmer
JNC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform