Search found 24 matches: buildwindow

Return to advanced search

Re: Previsualizacion de informe

... addressed in FWH2007 to be released. You may adopt the same fix in your "rpreview.prg". Please locate the following code in the METHOD BuildWindow()   if ! ::oDevice:lPrvModal .and. ::oWndMain != nil .and. ;      Upper( ::oWndMain:ClassName() ) == ...
by nageswaragunupudi
Wed Jul 15, 2020 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Previsualizacion de informe
Replies: 7
Views: 1317

Re: cerrar ventana preview con teclado

yo lo tengo así : METHOD BuildWindow() CLASS TPreview ..... ::oWnd:bKeydown := { | nKey, nFlags | Iif( nkey == 27 , ::oWnd:End(),) } ..... Return Mastintin gracias por responder, en realidad estoy usando la clase txtview y si existe la ...
by artu01
Thu Jan 19, 2017 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cerrar ventana preview con teclado
Replies: 10
Views: 2030

Re: cerrar ventana preview con teclado

yo lo tengo así :

METHOD BuildWindow() CLASS TPreview

.....

::oWnd:bKeydown := { | nKey, nFlags | Iif( nkey == 27 , ::oWnd:End(),) }

.....

Return
by mastintin
Thu Jan 19, 2017 9:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cerrar ventana preview con teclado
Replies: 10
Views: 2030

Re: Crear un Objeto

Incluso, se me ocurre que, con un poco de trabajo, se podria diseñar un buildwindow de la clase TPreview para adaptarlo a un espacio de pantalla definido por ti (por ejemplo un TPanel), pero hay que probarlo.
Claro, modificando la clase
Es una idea.
Saludos
by cnavarro
Tue Sep 17, 2013 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear un Objeto
Replies: 19
Views: 2802

Re: RPreview FWH 13.07 Bug?

Antonio, At rpreview.prg, messageboxes are only in English, so they should be also in spanish: method buildwindow() MsgStop( ::cResFile + " not found, imposible to continue",; "FiveWin Printing Error" ) method saveas() cMsg := If( lPDF, "PDF", ...
by elvira
Sat Aug 03, 2013 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RPreview FWH 13.07 Bug?
Replies: 19
Views: 3836

Re: Version 13.05 unstable ?

... preview, this is all I got inside checkres.txt 13/06/2013 23:42:08: BRUSH,-1257235400,TCOMBOBOX:SETCOLOR(2540)->TCOMBOBOX:NEW(207)->TPREVIEW:BUILDWINDOW(511)->TPREVIEW:NEW(136)->RPREVIEW(1634)->(b)TREPORT_NEW(187)->TREPORT:ACTIVATE(883)->TXBROWSE:REPORT(7005)->(b)EDIT(957)->TBTNBMP:CLICK(466)->TBTNBMP:LBUTTONUP(657)->TCONTROL:HANDLEEVENT(1719)->TBTNBMP:HANDLEEVENT(1446)->_FWH(3180)->WINRUN(0)->TMDIFRAME:ACTIVATE(993)->MAIN(70) ...
by Antonio Linares
Thu Jun 13, 2013 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5316

Re: error interno FWH

... ::oWndMain:Show(), ), ;  // Ad by Quim                     .t. )  BuildWindow queda asi : METHOD BuildWindow() CLASS TPreview   local oIcon, cTitle := "FiveWin Printing Preview", oCursor, ...
by Joaquim Ferrer
Fri Feb 22, 2013 11:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error interno FWH
Replies: 24
Views: 4464

Re: Zoom ON en Preview con FWH 12.05- Antonio ayuda

... Segundo... Obliga al preview a iniciar con Zoom desde el método NEW:   ::lZoom     := .T.  y Tercero tambien en el método NEW, luego de ::BuildWindow() Coloca: if ::lZoom   ::Zoom()   ::Zoom()endif 
by Bayron
Wed Jul 04, 2012 4:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Zoom ON en Preview con FWH 12.05- Antonio ayuda
Replies: 12
Views: 2291

Re: Zoom ON en Preview con FWH 12.05- Antonio ayuda

Ya habia intentado con eso, y no funciona y da error, lo mas cercano es ::Zoom, en Method New(), despues de ::BuildWindow(), pero solo pinta bien el reporte horizontalmente, no verticalmente...
by Bayron
Sat Jun 30, 2012 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Zoom ON en Preview con FWH 12.05- Antonio ayuda
Replies: 12
Views: 2291

Re: oPrn:RoundBox()

... el problema se da porque: Seleccionando desde el menú el metodo ::Zoom(), funciona correctamente, pero al accionarlo inclusive despues de ::BuildWindow() en el método ::New() , solo la resolucion horizontal es calculada, pero no la vertical... Esto supongo sería algo muy fácil para FiveTech ...
by Bayron
Fri Jun 29, 2012 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oPrn:RoundBox() (SOLUCIONADO)
Replies: 7
Views: 2555

Al compilar C:\FWH\samples\testprev.prg genera error.

... method: HBRUSH Args: [ 1] = U Stack Calls =========== Called from: => HBRUSH( 0 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:BUILDWINDOW( 528 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:NEW( 136 ) Called from: .\source\classes\RPREVIEW.PRG => RPREVIEW( 1630 ...
by ruben Dario
Fri Jan 13, 2012 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al compilar C:\FWH\samples\testprev.prg genera error.
Replies: 3
Views: 754

Rpreview 1105 bug (SOlved)

... from: d:\_lib\fwh\source\classes\RPREVIEW.prg => TPREVIEW:SETORG2(1228) Called from: d:\_lib\fwh\source\classes\RPREVIEW.prg => (b)TPREVIEW:BUILDWINDOW(470
by norberto
Wed Jun 01, 2011 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview 1105 bug (SOlved)
Replies: 5
Views: 888

Re: Nuevo FWH 11.05

... Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:CHECKSTYLE(635) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:BUILDWINDOW(394) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:NEW(134) Called from: .\source\classes\RPREVIEW.PRG => RPREVIEW(1596) ...
by Manuel Aranda
Sun May 29, 2011 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 11.05
Replies: 8
Views: 1625

Re: last source of rpreview

... [ 1] = U [ 2] = N 1 Stack Calls =========== Called from: rpreview.prg => TPREVIEW:SETFACTOR(1530) Called from: rpreview.prg => TPREVIEW:BUILDWINDOW(579) Called from: rpreview.prg => TPREVIEW:NEW(132) Called from: rpreview.prg => RPREVIEW(1675) Called from: .\source\classes\REPORT.PRG ...
by Silvio
Tue Mar 02, 2010 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: last source of rpreview
Replies: 12
Views: 2725

Re: preview alpha 2

... DATA aPrinters DATA cPrinter DATA cOldPrinter // Esteban CLASSDATA oWndMain METHOD New( oDevice ) METHOD Activate() METHOD BuildButtonBar() METHOD BuildWindow() METHOD BuildMenu() METHOD PaintMeta() METHOD NextPage() METHOD PrevPage() METHOD TopPage() METHOD BottomPage() METHOD TwoPages( lMenu ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033
Next

Return to advanced search

cron