Discussions tagged Print
How to print pdf files from powerbuilder without an external pdf tool
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
We have pdf files getting created from the blob data that we receive from a API call, we want to print these PDFs without any user interface immediately after receiving data from API.
These can be. Achieved using shell execute/ batch file using exte...
Datawindow - Scroll Last Page
- Resolved
- How-to
- Last updated 5 months ago
- Benjamin Gaesslein replied 5 months ago
Hi guys,
I need some help.
I am building a print preview window and I added buttons to navegate to first page (dw_1.scrollToRow(dw_1.Find("page() = 1", 1, dw_1.RowCount())) because dw_1.ScrollFirstPage() was marked as obsolete), next page (dw_1.scr...
Looking for a solution of printing from PowerBuilder set of documents one after one (syncronic) the documents are in filesystem library.
I have docs from varios types, (Ex. docx, jpeg and pdf).
I succesfully print docx and jpeg via OLE to WORD, bu...
Where does PB2022 get printer information?
- How-to
- Last updated 10 months ago
- John Fauss replied 10 months ago
I'm working on migrating our application to PB2022 from PB2017 R3 and found that our print settings dialog no longer sets the printer for our application. I double checked the registry location we are using for it (HKEY_CURRENT_USER\SOFTWARE\Microsof...
Hello everyone, I am running my app on the client PC and I am getting the following error in the following code segment: function: of_printdlg,
Code:
32 long ll_hwnd
34 ll_hwnd = handle (aw_obj)35 if ll_hwnd = 0 then36 return -137 end if
39 retur...
How to avoid Saveas dialog in print
- How-to
- Last updated 1 year ago
- Andreas Mykonios replied 1 year ago
Hi everyone,
I have a process that allows the user to print. But every time the user prints, the saveas dialog box keeps on prompting and asking you to supply filename. Below are my scripts.
I do this kind of printing because with that, I c...
Hi Everyone,
Good day! I'm using powerbuilder 12.5 classic and just wondering if it's possible to send a file to printer. I have a process that prints the file to PDF and I want it to send to printer to print. Any ideas would be much appreciat...
Hello,
I work with Powerbuilder 2022 R2 and I have an issue with the printing of checkboxes.
When I retrieve datawindows with checkbox I can see the box with a flag but when I print it the flag become a ü.
Result in datawindow : image1
R...
datastore don't print with colors
- How-to
- Last updated 1 year ago
- Thierry Del Fiore replied 1 year ago
Good morning,in our application we need to print in the background and the datawindow used contains colored text objects.Until Release PowerBuilder 2022 with runtime 22.0.0.1900 everything worked perfectly.Now we have moved on to Release PowerBuilder...
Hi
is it possible to print from the new webview2 based webbrowser component included in PB 2022 R2 (build 2819)?
Print() method just opens preview.
Print(job, x, y) through job prints an empty page.
Is there a workaround through Javascript etc? I...
Datawindow SaveAs PDF not generating all pages
- How-to
- Last updated 1 year ago
- Timothy Beck replied 1 year ago
Hi!
I've created a datawindow that gets data from a Microsoft Access Database to generate a contract. In preview, it shows all the content properly except the page number. When I print to PDF or Save As PDF, I only see page 1 and 2 out of 4. Any i...
How to open PrintDialog of WebBrowser-Control?
- Resolved
- How-to
- Last updated 1 year ago
- Rob Stevens replied 1 year ago
Hi all,
we are using WebBrowser-Control to show PDF. That works very well. Also, the icons/controls of the PDF are showing up, hence the user is able to print/download the file. Now, I would like to open the print dialog, like clicking on the printe...
RightFax(10.6) is not working with PB2022
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Currently we're using rightfax printer (Rightfax 10.6.3.2109) to send fax from our PB11.5 application running on Windows Server 2008. The system is old but fax function works fine. However, The fax problem arises with PB2022. Under the migrated versi...
dynamically get default windows printer after pb app is running
- Issue
- Last updated 2 years ago
- Roland Smith replied 1 year ago
I want to be able to change the default windows printer after I open the pb application and have the pb application pick up that new windows default printer without me having to restart my pb application. Today, once the pb app has the default print...
how do read column values of dw on page basis ?
- Resolved
- How-to
- Last updated 2 years ago
- Olan Knight replied 2 years ago
I am trying to create jpg files and send them as whatsapp chat. let say user gives print order of pages 1,3-5,7. In that case I generate a print pages list 1,3,4,5,7 but at same time I have to read mobile_no and party name of particular pages. I disp...
PB 19 app generating Error 14 when printing - pbvm80u.dll
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We recently migrated a 32 bit PB 8 app to 64 bit PB 19. Everything is looking good except for printing. The app generates "Error Number 14. Error opening DLL library pbvm80u.dll for external function...."
I have done a search on the error and it loo...
NativePdf: static text background color becomes gray instead of white
- Issue
- Last updated 2 years ago
Hi.
Did you have the following problem:Randomly, when printing dataWindow with nativePdf, gray areas appear. The background of static text becomes gray instead of remaining white. The problem occurs with some printers but not with others. Preview an...
Problems printing DWs on specific printers?
- Issue
- Last updated 2 years ago
- mike S replied 2 years ago
I just got a report from a user who is using our PB 2021 application that prints from DW reports in the application to their Konica Minolta C552 commercial copier/printer don't work: they say it prints "an endless number of almost blank pages - each ...
PFC_Print, Print Preview fix/advice
- Resolved
- How-to
- Last updated 2 years ago
- Olan Knight replied 2 years ago
I'm tasked with maintaining/updating a legacy app that was written in an early version of Powerbuilder. We've upgraded to 2021 and are trying to make some menu modifications with 'Print' and 'Print Preview'.
Currently when hitting 'Print' it fails w...
Re: Application printout for multiple students
- Resolved
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
Hello,
PB 2019 R3, PostgreSQL 11
Need to take print out of Application form to be completed by every students of a course, by printing all relevant details of each students in a separate page. The details to be printed spans Header, Detail and Fo...
- Page :
- 1