Search found 951 matches: createobject

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

connecting SQL SERVER VIA ODBC PROLEM

... here de code works ok // now try to open de recorset and here is the problem TRY orsPed := TOleAuto():New("adodb.recordset") // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 327

Re: CONEXION ADODB SQL SERVER

... me la hace perfectamente, el problema es cuando le lanzo el : <CODE> TRY orsPed := TOleAuto():New("adodb.recordset") // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) ...
by MANOLO
Mon Jan 29, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 287

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
Next

Return to advanced search