Search found 283 matches: tpreview

Return to advanced search

Re: Fwh 20.12 TPreview error on zoom

Mr. Silvio Are you sure you are not using a modified "rpreview.prg" in your application? After a detailed examination we could not see any reason why "::oZoom" can be NIL in line 1206. Please build the above sample posted by Mr. Antonio, in the samples folder with buildh.bat and ...
by nageswaragunupudi
Fri Jan 08, 2021 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 866

Re: Fwh 20.12 TPreview error on zoom

Dear Silvio,

We tested this example and it works fine:
Code: Select all  Expand view
#include "fivewin.ch"

function Main()

  XBROWSER "CUSTOMER.DBF" COLUMNS "FIRST","LAST","CITY"

return nil
by Antonio Linares
Thu Jan 07, 2021 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 866

Re: Fwh 20.12 TPreview error on zoom

Antonio,
this afternoon not go out the error
I tried many times
and it is strange
the error was on Refresh command
of method zoon the last line
by Silvio.Falconi
Thu Jan 07, 2021 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 866

Re: Fwh 20.12 TPreview error on zoom

Dear Silvio,

we are checking it,

many thanks for your feedback
by Antonio Linares
Thu Jan 07, 2021 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 866

Fwh 20.12 TPreview error on zoom- Resolved

...    [   1] = U   Stack Calls===========   Called from:  => REFRESH( 0 )   Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:ZOOM( 1205 )   Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:SETORG1( 1342 )   Called from: .\source\classes\RPREVIEW.PRG ...
by Silvio.Falconi
Thu Jan 07, 2021 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 866

Re: Soporte de ADO mejorado en FiveDBU

... RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TPREVIEW 5 TINI 6 TFONT 7 TWINDOW 8 TCONTROL 9 TBITMAP 10 TMDIFRAME 11 TMENU 12 TREG32 13 TMENUITEM 14 TMRU 15 TBRUSH 16 TMDICLIENT 17 TSCROLLBAR 18 ...
by wilsongamboa
Wed Aug 05, 2020 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte de ADO mejorado en FiveDBU
Replies: 19
Views: 2721

Excel from Preview

... to Excel ? ( I thought it used to work ). 2). If not, how do we remove the icon on system startup so it never shows, without having to modify the tPreview class ? Yes ... I have the latest copy of Excel installed ( Office 365 ) and it is a default app. Thanks ...
by TimStone
Fri Jun 05, 2020 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel from Preview
Replies: 12
Views: 2447

Re: Fast Report´s future

... etc. there is no reason not to take EasyReport. This is not true the Preview has not improved indeed there are many problems in fact I use the TPreview but I have also linked another file where I change some methods in Override just because they have problems. OVERRIDE METHOD BuildButtonBar ...
by Silvio.Falconi
Mon May 11, 2020 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6366

ERROR EN PREVIEW DE FWH 18.03

... exported variable: OICON Args: [ 1] = U [ 2] = U Stack Calls =========== Llamado desde: => _OICON( 0 ) Llamado desde: .\rpreview.prg => (b)TPREVIEW_ACTIVATE( 155 ) Llamado desde: .\source\classes\WINDOW.PRG => (b)TWINDOW( 672 ) Llamado desde: .\source\classes\WINDOW.PRG => TWINDOW:LVALID( ...
by rterraz
Mon May 04, 2020 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN PREVIEW DE FWH 18.03
Replies: 0
Views: 295

Re: Preview in Terminal Server does not look good - Antonio Help

Carlos,

In METHOD PrintPrv( oDlg, nOption, nPageIni, nPageEnd ) CLASS TPreview we use PlayEnhMetaFile()

Please replace those calls with XPlayEnhMetaFile() and lets see if that makes a difference in your case, thanks
by Antonio Linares
Sun Feb 09, 2020 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview in Terminal Server does not look good - Antonio Help
Replies: 10
Views: 1813

Re: Preview en Terminal Server no pinta bien

... prueba, imprime perfecto. El problema definitivamente es al momento en que FWH hace el paint del metafile- Puede ser en el Method PainMeta de TPreview, o en la función PlayEnhMetafile de metafi32.c, pero hasta allá no llegan mis capacidades. :( , pero con tu guía estoy seguro que podré solucionarlo. ...
by Cgallegoa
Sun Feb 09, 2020 9:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview en Terminal Server no pinta bien
Replies: 11
Views: 2424

Re: TPREVIEW ERROR

Dear Rao Sir , This is working now...! But how the Preview shows into user defined WINDOW DIALOG Box with defining own buttons so UI Look can be alignment with the Application current UI Look. Currently the Preview Window is child window but the application requires DIALOG window instead of Child Wi...
by shri_fwh
Sun Dec 08, 2019 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPREVIEW ERROR
Replies: 2
Views: 563

Re: TPREVIEW ERROR

TPreview():bSetup := <|oPreview, oWnd| WITH OBJECT oWnd:oBar :aControls[ 10 ]:End() ADel( :aControls, 10, .t. ) :BtnAdjust() END return nil > By default TPreview uses Rebar. Not buttonbar. So oWnd:oBar is NIL. Before ...
by nageswaragunupudi
Sat Dec 07, 2019 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPREVIEW ERROR
Replies: 2
Views: 563

TPREVIEW ERROR

Dear All , I have not used TPREVIEW class in my code so far. I have tried to use below code it is NOT working. and also how to show the preview into user defined DIALOG WINDOW? I have searched in the /sample folder but I could not find. ...
by shri_fwh
Sat Dec 07, 2019 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPREVIEW ERROR
Replies: 2
Views: 563

Re: Preview Window size

By default, tPreview is opening to MAXIMIZED. One of my clients just got very upset because his new monitor ( 34" ) displays the preview on the entire screen, while the application itself is only taking about 1/3 of the screen. ...
by Silvio.Falconi
Tue Oct 15, 2019 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 876
PreviousNext

Return to advanced search

cron