Search found 53 matches: setcopies

Return to advanced search

Re: Creating a silent file to .pdf

SetCopies() is not implemented.
Please try removing SetCopies()
Note: We have not still tested it for Easy Report.
Glad if you test and help us to know the incompatibilities.
by nageswaragunupudi
Mon Oct 05, 2020 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a silent file to .pdf
Replies: 18
Views: 2191

oReport:SetCopies No funciona

Hola Fivewinners...

eso.. oReport:SetCopies() no funciona, y PrnSetCopies() llamado desde dentro del report oRpt...activate tampoco.
Alguna idea o workaround.

Saludos

Desde Chile
Adolfo
by Adolfo
Fri Feb 10, 2017 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oReport:SetCopies No funciona
Replies: 1
Views: 426

Ayuda.. Como se pueden Crear nuevas Paginas en FASTREPORT

... ademas cada hoja debe llevar su copia,, pero no encuentro la solucion Le agregue la funcion ADDPAGE() pero solo crea paginas en blanco le Agregue SETCOPIES(2) tampo realiza la copia de las hojas Aca dejo el programa a ver si alguien me ayuda GRACIAS FUNCTION PRINT202() LOCAL oPrn:=frreportmanager():new("FRSysth.dll") ...
by elmoiquique
Mon Jul 11, 2016 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda.. Como se pueden Crear nuevas Paginas en FASTREPORT
Replies: 6
Views: 1311

Re: Alquien tiene TxtPreview o TXTVIEW

... lSel_imp .and. lPreview PRINT oImp TITLE cNom_Spooler FROM USER PREVIEW ENDIF IF lLnds oImp:SetLandscape() ENDIF //establezco las copias oImp:SetCopies(nCopias) //calculo anchos de fila y columna segun la resolucion de la impresora aAnchop[1]:=oImp:nVertRes()/nFilas aAnchop[2]:=oImp:nHorzRes()/nColumnas ...
by jbrita
Thu Dec 11, 2014 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alquien tiene TxtPreview o TXTVIEW
Replies: 19
Views: 4230

Re: Alguien tiene clase "TRepDos"

... lSel_imp .and. lPreview PRINT oImp TITLE cNom_Spooler FROM USER PREVIEW ENDIF IF lLnds oImp:SetLandscape() ENDIF //establezco las copias oImp:SetCopies(nCopias) //calculo anchos de fila y columna segun la resolucion de la impresora aAnchop[1]:=oImp:nVertRes()/nFilas aAnchop[2]:=oImp:nHorzRes()/nColumnas ...
by jbrita
Thu Dec 11, 2014 7:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien tiene clase "TRepDos"
Replies: 8
Views: 2098

Re: How to control fastreport print copies ?

Hi,

Test :

oFr:PrintOptions:SetCopies(nCopy)

Regards.
by Ariel
Wed Nov 26, 2014 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to control fastreport print copies ?
Replies: 5
Views: 999

Re: Conversion 1303 to 1402 : PRINT ... cModel

... )      ENDPAGE         ENDPRINTER  In printer.prg : // Defines for the oPrn:SetPage(nPage) method (The printer MUST support it) But also oPrn:Setcopies() gives the same result , probably all the methods which rebuild the printobject METHOD Rebuild() CLASS TPrinter   # ifdef ...
by Franklin Demont
Wed Apr 23, 2014 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion 1303 to 1402 : PRINT ... cModel
Replies: 2
Views: 679

Re: FWH 13.12 printer SetCopies problem

Antonio,

ok, many thanks.

(just to explain, I suspected an incompatibility, because oPrinter:Setup() calls an old dialog, not that one I get from windows)
by StefanHaupt
Thu Jan 30, 2014 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532

Re: FWH 13.12 printer SetCopies problem

Stefan,

They are fully 32/64 bits compatible, its a different problem.

We need to sych their datas. Working on it, thanks
by Antonio Linares
Thu Jan 30, 2014 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532

Re: FWH 13.12 printer SetCopies problem

... PRINT oPrint NAME "Formular" FROM USER  // choose the printer  DEFINE FONT oFnt NAME "ARIAL" SIZE 0,12 OF oPrint//  oPrint:SetCopies (2)//  oPrint:SetLandscape()//  oPrint:Setup ()  PAGE    oPrint:CmSay (1,1, cText,oFnt)  ENDPAGE  MsgInfo( PrnGetCopies() ...
by StefanHaupt
Thu Jan 30, 2014 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532

Re: FWH 13.12 printer SetCopies problem

Antonio,

very curious, both times I get 2 copies, but the printer only prints 1 copy. oPrint:SetLandscape() is ignored, too.
by StefanHaupt
Thu Jan 30, 2014 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532

Re: FWH 13.12 printer SetCopies problem

...  PRINT oPrint NAME "Formular" TO (cPrn)  DEFINE FONT oFnt NAME "ARIAL" SIZE 0,12 OF oPrint  oPrint:SetCopies (2)  oPrint:SetLandscape()  oPrint:Setup ()   // check the settings  PAGE    oPrint:CmSay ...
by Antonio Linares
Wed Jan 29, 2014 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532

Re: FWH 13.12 printer SetCopies problem

... " + cPrn)   PRINT oPrint NAME "Formular" TO (cPrn)  DEFINE FONT oFnt NAME "ARIAL" SIZE 0,12 OF oPrint  oPrint:SetCopies (2)  oPrint:SetLandscape()  oPrint:Setup ()   // check the settings  PAGE    oPrint:CmSay (1,1, cText,oFnt)  ...
by StefanHaupt
Wed Jan 29, 2014 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532

Re: FWH 13.12 printer SetCopies problem

Hmm, really nobody who wants to help to solve this problem ? :(

Please, can anyone run the small test and report the results, many thanks.
by StefanHaupt
Wed Jan 29, 2014 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5532
Next

Return to advanced search