Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG2: member's scope resolution fail
Message
From
17/02/2005 03:59:52
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
BUG2: member's scope resolution fail
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00987801
Message ID:
00987801
Views:
53
Expected: click on button, move the form
PUBLIC oform1

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

DEFINE CLASS form1 AS form


	DoCreate = .T.
	Caption = "Form1"
	Name = "Form1"


	ADD OBJECT command1 AS commandbutton WITH ;
		Top = 76, ;
		Left = 144, ;
		Height = 27, ;
		Width = 84, ;
		Caption = "Command1", ;
		Name = "Command1"


	PROCEDURE command1.Click
		FORM::MOVE(THISFORM.Left+10)
	ENDPROC


ENDDEFINE
Read thread #987796 also

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform