Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference to active column in grid
Message
From
10/12/1999 14:40:24
 
 
To
10/12/1999 14:35:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00301906
Message ID:
00301934
Views:
43
>What do you mean?

Try this:
oM = newobject('MyObject')
oM.Show()
define class MyObject as form
	name = "MyObject"
	oThis = .NULL.
	procedure oThis_access
		return This
	endproc
	procedure RThis
		return This
	endproc
	procedure Show
		wait window this.oThis.name
		wait window this.RThis.name
	endproc
enddefine
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform