Preview de impresion, maximiza las otras ventanas...

Post Reply
User avatar
pymsoft
Posts: 383
Joined: Tue Oct 11, 2005 1:01 pm
Location: Savona - Italia
Contact:

Preview de impresion, maximiza las otras ventanas...

Post by pymsoft »

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.
Pedro Gonzalez
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Post by Patricio Avalos Aguirre »

pymsoft

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
User avatar
pymsoft
Posts: 383
Joined: Tue Oct 11, 2005 1:01 pm
Location: Savona - Italia
Contact:

Post by pymsoft »

Patricio,


Gracias!!
Pedro Gonzalez
Post Reply