I have a textbox defined called PER-CODE.
PER-CODE has properties of TabIndex = 0, indicating that the field SHOULD be the first field I enter on the screen.
Despite this I must press the TAB key once before my field is highlighted and I'm able to enter data.
Have tried INVOKE PER-Code::Focus() prior to screen launch but this makes no difference.
How do I make it so that the field PER-CODE takes input straight away once the form loads?




