Search found 21 matches: previewer

Return to advanced search

Re: Creating a silent file to .pdf

... oFont8:nHeight      Next   EndifEndifLine := xLine.............  This code works fine if you send the output to the previewer ( rpreview.prg ) and select the Adobe icon .. I was hoping to create this form silently and send it to file as a Pdf .. Any ideas ?? FWHARU ...
by Rick Lipkin
Thu Sep 10, 2020 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a silent file to .pdf
Replies: 18
Views: 2190

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

i still have a question "How does FWH Previewer Export to PDF option create output with copy/paste capabilities?" I am not sure if I understand what exactly do you have in mind. Previewer's Export to PDF option does not allow Paste of ...
by nageswaragunupudi
Fri Feb 24, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

i still have a question "How does FWH Previewer Export to PDF option create output with copy/paste capabilities?"
by don lowenstein
Fri Feb 24, 2017 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

what button of the previewer do you mean ?
by Antonio Linares
Wed Feb 22, 2017 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

what code does the Previewer button execute?
by don lowenstein
Mon Feb 20, 2017 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

Do these coding changes include writing to a PDF that allows copy / paste like the Export to PDF Button on the FW Previewer?
by don lowenstein
Mon Feb 20, 2017 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

Don,

> clicking on the Export to PDF from the FiveWin previewer produces on that can be copy/pasted as text

Not sure if we can call the button function directly

We are checking it
by Antonio Linares
Fri Feb 03, 2017 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

clicking on the Export to PDF from the FiveWin previewer produces on that can be copy/pasted as text.

how does that happen?
by don lowenstein
Thu Feb 02, 2017 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6146

Re: Print Preview problem

dtussman

If you would like to globally turn off the previewer thumbnails .. add this to the top of your program .. this may solve your intermittent problem by not showing the thumbnails at all ....
Code: Select all  Expand view

TPreview():lListViewHide := .T.
 


Rick Lipkin
by Rick Lipkin
Sat Jan 07, 2017 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Preview problem
Replies: 6
Views: 1874

Re: Preview of a file

AntoninoP wrote:The CloseHandle( hFile ); in HB_FUNC( ADDPREVIEWC ) does not allow to pdf previewer to read the file.
It is because you don't view the pdf preview.

In case of pdf, the preview is created from the stream not the file. In that case, why would the previewer require the file to be open?
by nageswaragunupudi
Mon Jul 20, 2015 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of a file
Replies: 43
Views: 20149

Re: Preview of a file

The CloseHandle( hFile ); in HB_FUNC( ADDPREVIEWC ) does not allow to pdf previewer to read the file.
It is because you don't view the pdf preview.
by AntoninoP
Mon Jul 20, 2015 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of a file
Replies: 43
Views: 20149

Output directly to Printer

... the printer object, but does not show the printer pallet. Here is my current code .. I pass "P" to print and "V" to the previewer Rick Lipkin PrnSetCopies(nCopies)IF cVIEW = "V"   PRINTER oPRINT FROM USER                ;   PREVIEW MODAL             ...
by Rick Lipkin
Tue Feb 10, 2015 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Output directly to Printer
Replies: 3
Views: 556

Re: After report runs all my dialogs appear

... made sure I passed the main MDI Window object to all child process and dialogs down to the print routine .. still having the same problem when the previewer comes up .. all my dialogs come to the forefront and I have to close them all to get to the preview .. :cry: If I just send the job to the ...
by Rick Lipkin
Fri Feb 20, 2009 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: After report runs all my dialogs appear
Replies: 10
Views: 1646

After report runs all my dialogs appear

To All I am going nuts here trying to figure out why when I run a simple report from a modal dialog several dialogs deep .. when the report previewer comes up .. the previewer goes behind all my dialogs .. I do not want my dialogs to come to the forefront .. I want them to stay behind the previewer ...
by Rick Lipkin
Wed Feb 18, 2009 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: After report runs all my dialogs appear
Replies: 10
Views: 1646

Rpreview MDI

... to. I would just a soon not have the main MDI menu show thru the rpreview .. is there a new setting to NOT allow the MDI menu's to show from the previewer ?? Rick Lipkin SC Dept of Health, USA
by Rick Lipkin
Mon Aug 04, 2008 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview MDI
Replies: 9
Views: 1405
Next

Return to advanced search