Search found 1035 matches: printing

Return to advanced search

Re: PRINT class printer options

... Now tell the print engine the type of format to use.  This also creates teh oPrnWO object   IF nPrnOpt = 1      PRINT oPrnWO NAME "Workorder Printing" TO cUsePrint PREVIEW FROM USER MODAL // Preview with alternate printer selection   ELSEIF nPrnOpt = 2      PRINT oPrnWO NAME "Workorder ...
by TimStone
Thu Dec 12, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

PRINT class printer options

... The need here would be to set the default printer to the alternate ( B ) BEFORE creating the print class, then back after the invoice completes printing. This would trick the class to think B is the default and still allow a different printer to be selected. We just don't have a FWH or Harbour ...
by TimStone
Mon Dec 09, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

Re: pixel on print

... it into Pix or not ? If I assign local nMargineSinistro := 226 local nMargineSuperiore := 590 the image is moved and printed if at the time of printing the pixels I assign these values nX := (aDatiNumeri[n][2]) + (nMargineSinistro-198) + 7 + nSpazioX nY := (aDatiNumeri[n][3]) + (nMargineSuperiore-515) ...
by Silvio.Falconi
Thu Oct 10, 2024 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pixel on print
Replies: 5
Views: 389

Re: Demo version

... ER that you don't even have an idea, you forced A.L. to buy ER which is leaking from all sides and you know this well, just thinking about all the printing documents that a company management in Italy must have, unlike Austria, I'm not talking about small and few printing documents, but you have ...
by Silvio.Falconi
Wed Sep 25, 2024 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 2462

Re: rotate print

I don't want to change the whole program Well, we can write a new program with Escaped fonts and printing from bottom to right. But you do not want to change or re-write your program. Assume that this is your original progam: #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Sun Jul 07, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rotate print
Replies: 4
Views: 421

Re: Preview a PDF con imagen de fondo

You can easily do it for print-preview as well as printing on paper using the clause ALPHALEVEL <nAlpha> with the command PRINT IMAGE. But till now, we have problems in saving this image as PDF. FWH uses FWPDF class for saving to PDF using PdfHaru ...
by nageswaragunupudi
Sat Jul 06, 2024 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview a PDF con imagen de fondo
Replies: 37
Views: 7816

Re: Preview a PDF con imagen de fondo

... in the background like a watermark. For this purpose you can use GRAY or even better ALPHALEVEL <n>. In this case, both preview and printing on printer works as expected, but the PDF still does not show the image as watermark. This still remains a problem. I am unable to provide ...
by nageswaragunupudi
Thu Jul 04, 2024 4:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview a PDF con imagen de fondo
Replies: 37
Views: 7816

Re: Image x xImage quality difference

Hi. Now I am having an issue with printing. I need to print the image as a full page in the width ( or near this ). Please, see this code: #include "Fivewin.ch"FUNCTION MAIN()   LOCAL oWnd   LOCAL oXImage   LOCAL cFile := ...
by concentra
Tue Jul 02, 2024 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 3530

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... CM   ENDPAGE   ENDPRINT   RELEASE FONT oFontreturn nil Now the barcodes fit within 4.0 cm and 8.5 cm. I checked by printing on paper and measuring it.
by nageswaragunupudi
Wed May 15, 2024 12:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3866

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

But most importantly, we DO NOT NEED any 3rd party library for generating, display and printing any barcodes or QRCodes. FWH is natively capable of generating and printing not only CODE128 barcodes but many other types of barcodes and qr-codes, with or without HaruPDF. ...
by nageswaragunupudi
Tue May 14, 2024 7:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 3866

xbrowse report group

to select the group I give the way that the end user can select the group (ngroup ) from an array aGroup on which to print and groups Before printing I have to index on the selected group if an archive (odbf) is online I do it normally oDbf:setorder(nGroup)        oDbf:gotop()  ...
by Silvio.Falconi
Mon Apr 29, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report group
Replies: 0
Views: 458

Re: Does anyone have an Envelope Printing module ?

Tim

Thank you ... I would be most honored if you would share your code with me when you get a chance ..

Rick Lipkin
by Rick Lipkin
Mon Mar 04, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1973

Re: Does anyone have an Envelope Printing module ?

Rick,

I still plan to create the routine ... already have it mapped out in my mind, and am confident it should be easy.

Tim
by TimStone
Mon Mar 04, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1973

Re: Does anyone have an Envelope Printing module ?

Tim I had a meeting with my Client last Friday and he is not really so concerned with automating envelopes .. He tells me he just cuts and pastes the address into Word and then prints his envelope and an automated envelope routine would be nice to have but not a requirement .. I plan on expermenting...
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1973

Re: Does anyone have an Envelope Printing module ?

Rick, Envelopes load into ( adjustable ) paper trays, face down, seal to the right. They would print in landscape mode. I think that could be done very easily. What sizes does your client currently use ? We could start with those, and then expand. Since I work with the Printer class a lot, I believe...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1973
Next

Return to advanced search