Rearranging the TAB orders of widgets.

Cecil

19+ years progress programming and still learning.
I have a dialog box and I am dynamically displaying frame in the center of the dialog box. My problem is that I need to re-order the tab positions of the widgets of the parent frame to include the widgets of the child frame.

INFO:
VERSION: OE 10.1B CHUI
OS: LINUX SE
 

Cecil

19+ years progress programming and still learning.
Use the MOVE-AFTER-TAB-ITEM and the MOVE-BEFORE-TAB-ITEM functions to do this.

hFillin1:MOVE-AFTER-TAB-ITEM(hFillin2).


I get the the following error message

PHP:
**Unable to query attribute MOVE-AFTER-TAB-ITEM for TOGGLE-BOX TOGGLE-2. (4077)
 
Top