El preview de impresion, maximiza las otras ventanas que tengo abiertas dentro de una MDI, se puede cambiar ese comportamiento?
Gracias
P.D. Ademas, cuando antes llamaba el preview con un msgrun, ahora me queda el mensaje arriba de la ventana del preview.
Preview de impresion, maximiza las otras ventanas...
Preview de impresion, maximiza las otras ventanas...
Pedro Gonzalez
- Patricio Avalos Aguirre
- Posts: 1028
- Joined: Fri Oct 07, 2005 1:56 pm
- Location: La Serena, Chile
- Contact:
pymsoft
cambia la linea 362 de la rpreview
cambia la linea 362 de la rpreview
Code: Select all
DEFINE FONT ::oFont NAME GetSysFont() SIZE 0,-12
/*if ::oWndMain != nil .and. Upper( ::oWndMain:ClassName() ) == "TMDIFRAME"
DEFINE WINDOW ::oWnd ;
TITLE cTitle ;
COLOR CLR_BLACK,CLR_LIGHTGRAY ;
ICON oIcon ;
VSCROLL HSCROLL MDICHILD
else */
DEFINE WINDOW ::oWnd FROM 0, 0 TO 24, 80 ;
TITLE cTitle ;
COLOR CLR_BLACK,CLR_LIGHTGRAY ;
ICON oIcon ;
VSCROLL HSCROLL MENU ::BuildMenu()
//endif
Saludos
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl