Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7 - Empty grids can't get focus?
Message
From
31/10/2001 10:10:47
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
 
To
31/10/2001 10:08:26
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00575466
Message ID:
00575652
Views:
21
I added:
loObj = SYS(1270)
IF UPPER(loObj.Parent.BaseClass) = 'GRID'
	loObj.Parent.RightClick()
endif
>Cetin,
>
>Is there anyway to trap the click event in the column header? Clicking on the header or in the column returns 'COLUMN' as the base class. I just need to trap the header click.
>
>TIA
>
>John
>
>>
>>Yes Elyse,
>>It doesn't get the focus :(
>>You could have code in page rightclick like this :
>>
>>loObj = SYS(1270)
>>IF UPPER(loObj.BaseClass) = 'GRID'
>>	loObj.RightClick()
>>endif
Cetin
Elyse Pomerantz
Previous
Reply
Map
View

Click here to load this message in the networking platform