Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Got binded objects reference
Message
From
19/12/2008 10:52:37
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01368834
Message ID:
01368840
Views:
11
>You can use
>
>AEVENTS()
>
>
>
>>
>>For Each xcol In This.my_grid.Columns
>>	Bindevent(xcol.header1,"dblclick",This, "ch_order")
>>Next
>>
>>
>>proc ch_order
>>wait wind this.name
>>
>>
>>Hi All,
>>
>>this gives forms name. I have to access clicked header's object reference. How can I do that?

I tried that:

AEVENTS(xarr,this)
WAIT WINDOW xarr(2).parent.name

it gives first columns name everytime... not clicked headers column name...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform