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 names, I needed to print in that order. > Also, is there any reason why vOver can't be a local variable? Not sure why JPR (or whomever created the demo) used a global variable versus a local. It’s a single global so I didn’t even bother trying to see if a local variable would work. Most likely will... John... > 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)) > PAGE BREAK > End if > Until (vOver) > > > John - > > What are these two objects you are printing using 'Print object' ? > > Also, is there any reason why vOver can't be a local variable? > > Thanks, > > Bob Miller > Parker Hannifin Corp ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

