PRB: Mouse Click over Radio Buttons Causes Cursor to DisappearLast reviewed: April 18, 1995Article ID: Q108201 |
The information in this article applies to:
SYMPTOMSWhen you are clicking between screens in a screen set in which at least one screen contains a set of radio (option) buttons as the first object, the cursor disappears from the screen.
CAUSEThe pointer is not clicked directly over an object and the first object in the screen is a set of radio buttons.
RESOLUTIONTo avoid this problem, call a procedure from the screen READ-level ACTIVATE clause that would cause one of the radio buttons to be highlighted (selected). For example, the procedure could issue a command to tab forward and then tab back.
KEYBOARD '{TAB}' KEYBOARD '{BACKTAB}' |
Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |