Search found 283 matches: tpreview

Return to advanced search

Crash and hb out - RESOLVED!!

At Init I add this line TPreview():bButtonBar := { |oPreview, oWnd| MyButtonBarPreview( oPreview, oWnd) } and then make error crash and go out the error Application Internal Error - C:\Work\errori\Gest\Gest.ExeTerminated at: 2023-12-20 ...
by Silvio.Falconi
Wed Dec 20, 2023 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash and hb out - RESOLVED!!
Replies: 3
Views: 266

Re: Rpreview Buttonbar

thanks I tried and not run ok https://i.postimg.cc/HLyr1zJ1/juyu.png I made Function Main() TPreview():bButtonBar := { |oPreview, oWnd| MyButtonBarPreview( oPreview, oWnd) } test() return nil Function MyButtonBarPreview( oPreview, oWnd) local oBar DEFINE BUTTONBAR ...
by Silvio.Falconi
Tue Nov 14, 2023 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview Buttonbar
Replies: 7
Views: 391

Re: OVERRIDE

... DATA <!Message!> [IN] CLASS <!Class!> __objAddData( <Class>():classH, #<Message> ) EXTEND DATA aDefaultCols IN CLASS TPreview not run make error on compilation ut_over_Bro.prg(8) Error E0007 Missing => in #translate/#command ut_over_Bro.prg(9) Error E0030 Syntax ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 580

Re: OVERRIDE

... __clsModMsg( <Class>():classH, #<Message>, @<Method>() ) sample: OVERRIDE METHOD BuildButtonBar IN CLASS TPreview WITH PreviewBuildButtonBar I not found the #command to add data or add methods EXTEND CLASS TPreview WITH DATA aDefaultCols not run
by Silvio.Falconi
Mon Nov 13, 2023 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 580

Re: problem with report to excel

... TOLEAUTO:_FORMULA( 0 ) Called from: .\source\classes\REPORT.PRG => TREPORT:TOEXCEL( 0 ) Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW( 0 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:EXPORTTOMSEXCEL( 0 ) Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW_BUILDBUTTONBAR( ...
by bart
Mon Sep 04, 2023 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3348

Create reports by pagination TReport, TPreview

Dear, I have the following idea to generate reports in FiveWin using TReport.prg: Today, the report is created like this: 1) Creates the window to get the filters 2) Do the SELECT - MySQL 3) Rotate the report 4) Opens the automatic Preview, if you are not going to generate .xls or .pdf So if I have ...
by Ari
Wed May 31, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create reports by pagination TReport, TPreview
Replies: 0
Views: 121

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

Now, let us consider the case we create a totally new class or our own for preview and use our class instead of the default TPreview class. If we write our own RPreview.prg and link it with our application, the entire application uses our class only. Instead, we recommend: oOldClass ...
by nageswaragunupudi
Mon May 15, 2023 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 402

Re: Error a guardar factura como Pdf o Word

... 0 ) Called from: .\source\classes\RPREVIEW.PRG => WORDHASPDFPLUGIN( 2097 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:SAVEAS( 1787 ) Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW:TPREVIEW( 50 ) Called from: .\source\classes\RPREVIEW.PRG => ...
by Adolfredo Martinez
Sun Jun 12, 2022 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error a guardar factura como Pdf o Word
Replies: 6
Views: 690

Error a guardar factura como Pdf o Word

... 0 ) Called from: .\source\classes\RPREVIEW.PRG => WORDHASPDFPLUGIN( 2097 ) Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:SAVEAS( 1787 ) Called from: .\source\classes\RPREVIEW.PRG => (b)TPREVIEW:TPREVIEW( 50 ) Called from: .\source\classes\RPREVIEW.PRG => ...
by Adolfredo Martinez
Fri Jun 10, 2022 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error a guardar factura como Pdf o Word
Replies: 6
Views: 690

Re: Solicito mejoras a FWH (ANTONIO MR RAO)?

... have different requirements for sending emails and use different email applications. To accommodate all suck different requirements, TPreview class provides a class data "bEmail". You prepare and keep a general email function in your program function MyEmail( oPreview, ...
by nageswaragunupudi
Mon Jul 05, 2021 5:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito mejoras a FWH (ANTONIO MR RAO)?
Replies: 6
Views: 1155

Re: Problema enviar correo desde vista Previa

He probado el codigo de gmart1 y funciona al 100.

Es algo que está previsto en el METHOD SendMail() CLASS TPreview

Code: Select all  Expand view
elseif ::bEmail != nil
      Eval( ::bEmail, Self, cName, cFile )
 
by FranciscoA
Fri Jul 02, 2021 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema enviar correo desde vista Previa
Replies: 8
Views: 1303

Re: Fwh 20.12 TPreview error on zoom- Resolved

recompiled and that error never came up.

Ok. good to know.
by nageswaragunupudi
Sat Jan 09, 2021 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 823

Re: Fwh 20.12 TPreview error on zoom

We checked thoroughly. There is no way anybody can get this error unless he is using an incorrectly modified rpreview.prg. There is no problem with the rpreview.prg as exists in the fwh library. Mr. Rao, The other day I recompiled a source with the new Fwh (20.12) and this error came out and since ...
by Silvio.Falconi
Sat Jan 09, 2021 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 823

Re: Fwh 20.12 TPreview error on zoom

We checked thoroughly.
There is no way anybody can get this error unless he is using an incorrectly modified rpreview.prg.
There is no problem with the rpreview.prg as exists in the fwh library.
by nageswaragunupudi
Sat Jan 09, 2021 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 823

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 Silvio.Falconi
Fri Jan 08, 2021 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 20.12 TPreview error on zoom- Resolved
Replies: 8
Views: 823
Next

Return to advanced search