Kbase 16736: How to change TAB-ORDER of basic widgets in a SmartWindow
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
How to change TAB-ORDER of basic widgets in a SmartWindow
To change the TAB-ORDER of basic (non-smart) widgets in a SmartWindow,
use the following steps in the UIB:
1. Bring up the property sheet of the frame in which the widgets
reside, and toggle off the frame's KEEP-TAB-ORDER attribute.
2. In the Section Editor, create a local-enable procedure from the
ADM procedure adm-enable.
3. In local-enable, after the standard behavior, add an ENABLE
statement, listing the widgets in the desired tab order.
To change TAB-ORDER of widgets in basic windows, see
KB13632, "TAB order in Version 7 -- with and without the UIB"
To change TAB-ORDER of SmartObjects, see
KB16665, "Tab Order and Smart Objects"
Progress Software Technical Support Note # 16736