J
Jason Jiang
I want to open a form as modal. When I use this way, it suspend the calling
sub.
"docmd.openform formName,,,,,acDialog", Which is very good.
But when I want to open the form as class, The calling sub could be suspend.
Like this
dim Myform as new Form_ProductSelector
Myform.modal = true
Myform.show
The Form "ProductSelector"'s modal and popup property are set to "True" for
sure.
Anybody can tell me why?
Thank you very much!
Jason
sub.
"docmd.openform formName,,,,,acDialog", Which is very good.
But when I want to open the form as class, The calling sub could be suspend.
Like this
dim Myform as new Form_ProductSelector
Myform.modal = true
Myform.show
The Form "ProductSelector"'s modal and popup property are set to "True" for
sure.
Anybody can tell me why?
Thank you very much!
Jason