I wish to cycle though tabs on tab control using dcl_Tab_SetCurSel in a foreach loop. This works fine except that the child controls of each tab do not display until the routine completes. Is there an open dcl function that will complete the display of each tab before exiting the lisp routine?
Hello Jim,
try a (dcl_control_forceupdate proj_form_tab) within the loop.
Fred
Hi fred,
Thanks for sending me in the right direction. dcl_Control_ForceUpdateNow worked great!
Jim
Hi Jim,
thanks for your reply. I didn't know that it would work. Now I know that.
Thanks,
Fred