J
Jimka
Guest
Does anyone know how i can define and display two GUI froms
programatically?
It is easy interactively. You simply define the forms, and from the
CIW call hiDisplayForm
twice, once for each form. the first hiDisplayForm displays the form
and waits, but
you can enter another command in the CIW.
However, if you call hiDisplayForm twice from a SKILL function while
neither form
is already displayed, then only one is displayed, and when the user
presses
OK/Cancel on that form, then the next hiDisplayForm is called.
I have a solution (in the next post) but it is not very pretty.
programatically?
It is easy interactively. You simply define the forms, and from the
CIW call hiDisplayForm
twice, once for each form. the first hiDisplayForm displays the form
and waits, but
you can enter another command in the CIW.
However, if you call hiDisplayForm twice from a SKILL function while
neither form
is already displayed, then only one is displayed, and when the user
presses
OK/Cancel on that form, then the next hiDisplayForm is called.
I have a solution (in the next post) but it is not very pretty.