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
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
nFormType Doubt
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
nFormType Doubt
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,
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,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
nFormType Doubt
Thanks for the help Ignacio.
Regards,
Juliano
Regards,
Juliano