Página 1 de 1

nFormType Doubt

Publicado: Lun Dic 05, 2011 2:49 pm
por emeasoft
Hello Xailers,
I have a doubt about the property nFormType, when I create a form with the nFormType:=ftMDIFRAME, I'm able to show forms with nFormType:=ftMDICHILD, inside the main form(ftMDIFRAME).
On the manual there is a property oMDIMenu, but I cant find it on the IDE.
Another thing is that if the MDICHILD form does not have border(nBorderStyle:=bsNONE), it is not shown.
Is there any way to show a form without borders on a MDIFRAME form?
Thanks,
Juliano

nFormType Doubt

Publicado: Lun Dic 05, 2011 4:37 pm
por ignacio
emeasoft escribió el lun, 05 diciembre 2011 14:49Hello Xailers,
I have a doubt about the property nFormType, when I create a form with the nFormType:=ftMDIFRAME, I'm able to show forms with nFormType:=ftMDICHILD, inside the main form(ftMDIFRAME).
On the manual there is a property oMDIMenu, but I cant find it on the IDE.
Another thing is that if the MDICHILD form does not have border(nBorderStyle:=bsNONE), it is not shown.
Is there any way to show a form without borders on a MDIFRAME form?
Thanks,
Juliano
Hello,
oMdiMenu is a submenu built internally at run-time with the classic Cascade, Vertical Mosaic, Horizontal mosaic and Iconize options. Is a read only property.
Mdiclient windows must have a border. Is a Windows API limitation.
Regards,

nFormType Doubt

Publicado: Lun Dic 05, 2011 6:35 pm
por emeasoft
Thanks for the help Ignacio.
Regards,
Juliano