Hello Is there a way to show the wizard view in Prop_Window or Prop_Dialog ? I was trying it using LoadPicker(wizardView, firstWizardPage) but ran into series of errors. If it is not supported yet, it would be a nice feature! Does anybody know the solution? Thanks, Thomaz
|
|||

It is a smart solution.
It is a smart solution. Thanks.
Thomaz, will you want to be a contributor of the project? If yes, would you send your sourceforge username to support@phpopenbiz.org? Once we receive your sf username, we will add you as a member of developers. Then you can commit your smart solutions.
- support
OK solved it, but the
OK solved it, but the solution is little tricky:
if ($this->m_ParentFormName)
{
if($closePopup==1)
$this->Close();
$this->RenderParent();
}
Hope it will help somebody!
Thomaz