- Ivan Aase
- PowerBuilder
- Tuesday, 3 March 2020 07:11 AM UTC
Hi,
Does anybody have any solution regarding printing problem in pb2019 ver.2170 ?
Seems like there is only one blank (white) paper coming from printing.
Last versjon we get this working is pb 2017 ver.1880
Hope that somebody has one solution, but if not we hase to get back to 2017 ver.1880
simple code is:
Choose Case ipo_printobject.typeof( )
Case datawindow! // uc_datawindow
//..do something..
Case datastore! // uo_datastore
//..do something
Case window! // w_global
w_ref = ipo_printobject
il_printjobnumber = printopen( is_jobtitle )
w_ref.print( il_printjobnumber, 0, 0 )
printclose( il_printjobnumber )
Case Else
//..do something default
End Choose
regards
Ivan Aase
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.