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:
00206358
Views:
24
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
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform