I need something like ....
if (grdMyGrid.SelectedIndex = 2) and (grdMyGrid.SelectedIndex = 'D') then
TabTo grdMyGrid.SelectedIndex = 6;
Which is to say having entered 'D' in column 2 the cursor automatically tabs to column 6.
Is this possible? Anyone?
Thanks in advance.
if (grdMyGrid.SelectedIndex = 2) and (grdMyGrid.SelectedIndex = 'D') then
TabTo grdMyGrid.SelectedIndex = 6;
Which is to say having entered 'D' in column 2 the cursor automatically tabs to column 6.
Is this possible? Anyone?
Thanks in advance.