Attached, non-modal forms won't get focus
Author: knut.dybendahl@gmail.com (Knut)
Hi all, I must be missing something very simple here; A startup shell does an activate to a non-modal, attached (hidden) component. This hidden component activates my main login / config forms (all modal) . Once the environment has been created, I return back to the hidden component and activate my main menu form - a non-modal, attached form to the hidden component. The form reaches the edit statement, the screen becomes visible, and then control returns to the hidden component.... ??? Why? Since the edit statement was executed, and initial form focus is true - shouldn't execution stop here? What am I missing? Knut
Since a non-modal form cannot be activated from a modal form, it would imply the 1st component has to be non-modal... I've tried both a non-modal attached and non-modal detached - doesn't seem to make any difference. I've tried setformfocus - no joy.... So, since we do have the ability to have non-modal components - I must be missing something, somewhere, in order to make Uniface activate the structure editor... Any ideas anyone? Knut