Search found 139 matches: scale

Return to advanced search

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

maybe pdfcreator to work correctly has to set 100% otherwise something going wrong
by MarcoBoschi
Wed Jan 31, 2024 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Do you mean that you get the same problem with PDFCreator.JobQueue?
by Enrico Maria Giordano
Tue Jan 30, 2024 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Please try with PDFCreator.JobQueue instead of PDFCreator.PDFCreatorObj.
by Enrico Maria Giordano
Tue Jan 30, 2024 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Using 5.2.0 I have the sema problem.
probably Pdfcreator needsa 100% scale to worl correctly
anyway thanks for your attention Enrico
8)
by MarcoBoschi
Tue Jan 30, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, I tried your sample and confirm the problem. I have no clue about the cause, though... :-(
by Enrico Maria Giordano
Tue Jan 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Can you tried with the latest version (5.2.0), please? Just to exclude something wrong in the version you are using.
by Enrico Maria Giordano
Tue Jan 30, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, so the problem is only with PDFCreator. Which version of PDFCreator are you using?
by Enrico Maria Giordano
Tue Jan 30, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, now try this and report back:

Code: Select all  Expand view
@ 1 , 1 BUTTON oButton OF oDlg ACTION  ( oExcel := CreateObject( "Excel.Application" ) , MsgInfo( oExcel ) )
by Enrico Maria Giordano
Mon Jan 29, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Emag, in this version the program is ok! King regards Marco #include "fivewin.ch" FUNCTION MAIN LOCAL oPdfCreator LOCAL oDlg LOCAL oButton DEFINE DIALOG oDlg // @ 1 , 1 BUTTON oButton OF oDlg ACTION ( oPdfCreator := CreateObject( "PDFCreator.PDFCreatorObj" ) , MsgInfo( oPdfcreato...
by MarcoBoschi
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Change this and report back if the problem persist, please:

Code: Select all  Expand view
@ 1 , 1 BUTTON oButton OF oDlg ACTION MsgInfo( "Test" )
by Enrico Maria Giordano
Mon Jan 29, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 943
Next

Return to advanced search