Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Can I use hyperlink on column header if column has checkboxes?
I am trying to set up a Report Table with column 1 having check boxes, but turning the header into a hyperlink that can be used to cause all rows of the table to be selected (via firing the CheckAll event). I have set up the table with both checkbox and hyperlink turned on for column 1, and also tried "Set_Property(@Window:".OLE_PALLET_RPT", "OLE.ItemHyperlink[1;0]", 1)". But the OnItemHyperlink event doesn't fire. Is it possible to get the column 1 header to be a hyperlink? If not, do I have any other alternatives besides using the OnHeaderRightClick event?
Comments
When I create a column with both check boxes and hyperlinks, I get the OnItemHyperlink event.
Do any other events besides OnHeaderRightClick, fire when you click on the header row?
Thanks,
Roger