Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Identifying properties
Message
From
01/05/1998 07:11:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Identifying properties
Miscellaneous
Thread ID:
00096229
Message ID:
00096229
Views:
40
I want to call an external function from object properties. For example, clicking MyButton would have this code in it's click property:

ExternalFunction(this.name,this.parent.name,'click')

The external function would look something like this:

function ExternalFunction
parameter object,parent,property
do case
case object='MyButton' and parent='MyPage' and property='click'
do something
endcase

My question is, how can I reference the property that made the call to the function without the explicit word 'click'. I would like to use something like this.property, similar to identifying the object with this.name.

Thanks,

Allen
Next
Reply
Map
View

Click here to load this message in the networking platform