Hey there.
I was hoping to use a fixed column on each row to use as an action button (Save). I have been unable to get the onFixedCellClick event to fire at all and so tried to use the onDblClick event instead.
From an example, I see {srtname}_Arow is populated on onSelectCell.
Is there any equivalent on fixed cell clicks ?
( I don't know how to find out what any variable names are either)
StringGrid fixed column events
Moderators: JRL, Dorian (MJT support)
-
- Junior Coder
- Posts: 49
- Joined: Fri Oct 15, 2004 8:42 am
- Location: Johannesburg, South Africa
-
- Junior Coder
- Posts: 49
- Joined: Fri Oct 15, 2004 8:42 am
- Location: Johannesburg, South Africa
Solved
Apologies - strike that request ... I found my problem.
I needed to add the goFixedCol option to enable fixed col click event.
A breakpoint in the SRT reveals the ACOL and AROW population.

I needed to add the goFixedCol option to enable fixed col click event.
A breakpoint in the SRT reveals the ACOL and AROW population.

- Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am