Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: themed pageframe 2 tongues emphasize
Message
From
24/09/2005 04:08:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG: themed pageframe 2 tongues emphasize
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01052685
Message ID:
01052685
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform