Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET CENTURY stuff
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00206098
Message ID:
00206358
Vues:
28
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform