Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference to active column in grid
Message
From
10/12/1999 14:43:52
 
 
To
10/12/1999 14:40:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00301906
Message ID:
00301942
Views:
34
>>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
Ooh, you mean reference a method like it's a property? No you can't do that. Not sure we need that though. Might make for some pretty mysterious looking code.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform