Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: themed pageframe 2 tongues emphasize
Message
De
24/09/2005 04:08:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
BUG: themed pageframe 2 tongues emphasize
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01052685
Message ID:
01052685
Vues:
61
Run:
- click on Page7
result: the tongues Page1 and Page7 remain emphasize
PUBLIC oform1

oform1=NEWOBJECT("form1")
oform1.Show
RETURN

DEFINE CLASS form1 AS form


	Height = 293
	Width = 266
	DoCreate = .T.
	AutoCenter = .T.
	Caption = "Form1"
	BackColor = RGB(0,0,255)
	AllowOutput = .F.
	Name = "Form1"


	ADD OBJECT pageframe1 AS pageframe WITH ;
		ErasePage = .T., ;
		PageCount = 9, ;
		TabStretch = 0, ;
		Top = 18, ;
		Left = 40, ;
		Width = 170, ;
		Height = 250, ;
		TabOrientation = 1

	PROCEDURE gotfocus
		this.pageframe1.height=250
ENDDEFINE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform