Hello all,
is it possible to add to a page of a tab control a control from another form in the same (or another) module?
Using a code like this (frmMain and frmPanels are forms in the same Main module)
I got an error "riferimento a un oggetto non impostato su un'istanza di oggetto"
Any help? many thanks
is it possible to add to a page of a tab control a control from another form in the same (or another) module?
Using a code like this (frmMain and frmPanels are forms in the same Main module)
B4X:
tab.New1("frmMain",280,25,500,440)
tab.AddTabPage("General")
tab.AddTabPage("Printers")
tab.AddTabPage("Users")
tab.AddControl("frmPanels.pnlGeneral",0,5,5)
I got an error "riferimento a un oggetto non impostato su un'istanza di oggetto"
Any help? many thanks