Hi,
I just want to ask a question, is that true when you call FrmPopupform()
in a form: form1, you must set saveBehind attr as true for the form
that will be Popped up : form2 , my problem is that I have to go to
another form : form3 after that, then form4, then go back to form2,
then return to form1. if I set saveBehind attr as true in form2, when
calling to go to form3, form4, that form1 is still behind scene with
form3 or form4 , If I set saveBehind attr as false in form2, after
form1 call FrmPopupform() to popup form2, form1 is still visible behind
the form2. any suggestion for my problem?
Thanks