Hi,
when the program detects an error while saving, I want to place the focus on the column (and row) where the error occurred. This works quite well with one exception: If the focus is on a DW button in the DW to be marked, both SetColumn and SetFocus return 1, but the focus remains on the DW button. If the focus is on a column in the DW or outside the DW, everything is fine.
By removing the tab order from the button I can prevent the focus from landing on the button, of course. But then not all elements can be reached by the tab key. Is this the way it should work?
Best regards,
Stefan