Hi guys,
My problem is the following:
I have a form with two flexgrids. I would like the user to be able to click a row on msflexgrid1 and then programmatically select the same row on msflexgrid2. Right now with the following code, several rows get selected on the second flexgrid, similar to how the behavior would be with a SHIFT + left click.
Code:
sub msflexgrid1_Click()
msflexgrid2.rowsel = msflexgrid1.rowsel
end sub
Any ideas on how i can select only ONE row??
Thanks!
S
My problem is the following:
I have a form with two flexgrids. I would like the user to be able to click a row on msflexgrid1 and then programmatically select the same row on msflexgrid2. Right now with the following code, several rows get selected on the second flexgrid, similar to how the behavior would be with a SHIFT + left click.
Code:
sub msflexgrid1_Click()
msflexgrid2.rowsel = msflexgrid1.rowsel
end sub
Any ideas on how i can select only ONE row??
Thanks!
S