I have managed to control tab stops as follows:
1. Modified buttons.c to support a GotFocus event
2. Modified button.prg to support a bGotFocus action.
3.Added a suitable bGotFocus action to BUTTONs that I didn't want to be on the tab stop list along the lines of the following:
- Code: Select all Expand view
oBtn:bGotFocus := getNext:SetFocus()
Tested and working
Can post the code here or email it to you if you like.
Regards
Doug
(xProgrammer)