Página 1 de 1

Why do I get this error

Publicado: Mar Abr 08, 2008 5:16 am
por Nick Hilder
Hi Gents
TFORM3:OICON(415)
Error BASE/1004 Message not found: TPANEL:GETICON
Arguments: ()
I have Form1, it's the base app form
I then have ::oPanel1. I try and do this
WITH OBJECT ::oForm := TForm3():New(::oPanel1)
:Create()
END
I need to display different forms in the Panel depending n what is selected
somewhere else
Cheers
Nick