Re: Printing Listbox multiple pages (resolved)

2020-03-20 Thread John J Foster via 4D_Tech
Hi Bob, The email was a quick response to my question since I found an answer before anyone responded. I wanted to makes sure there was an answer to the question for posterity. > What are these two objects you are printing using 'Print object’ ? These are two different objects, aka, object

Re: Printing Listbox multiple pages (resolved)

2020-03-20 Thread Bob Miller via 4D_Tech
RE> I found an older JPR example (I think) and it was really easy! vOver:=False // Flag for cancel printing Repeat $ref:=Print object(*;"tscanChartInfo") vOver:=Print object(*;"lb_Timeline") If (Not(vOver))

Re: Printing Listbox multiple pages (resolved)

2020-03-19 Thread John J Foster via 4D_Tech
Hi All, Never mind - unless you found something a bit easier… I found an older JPR example (I think) and it was really easy! Just change the code to something like this: C_BOOLEAN(vOver;$ref) PRINT SETTINGS If (ok=1) SET PRINT PREVIEW(True) OPEN PRINTING JOB FORM