Force WebDialog

Hi, my App open webdialog for login user and password, work perfect query with mysql,but after login is open second page correct,but webdialog login is open in center page second, not work, I need close webdialog

After you have a valid login call self.close - within the Web dialog.

MainPage.Show self.Close

In this case self is the dialog. From the window you would WebDialog1.close.

HTH

Wayne