You could print to a text var using the print variable frame. This unfortunately does not work on listboxes... funny. I agree that it would be a kluge.
When I print off data with listboxes I use Print Object instead of Print Record. I have much finer control over where and what I print off. Adam Bevan Developer & CEO, Argus Productions Inc. <https://www.facebook.com/ArgusProductions/> On Fri, 12 Jul 2019 at 14:31, Robert ListMail via 4D_Tech < [email protected]> wrote: > Hi Adam, normally each list box will have a different number of rows, but > typically in the 1-3 range. This page (tight with many other objects) > contains several note fields below these list boxes and where they can grow > as needed. Optimally it would be best if objects grew as needed and spilled > onto a second page if needed. > > One thought I had would be to populate a TEXT var with the listbox data > and set that to print variable frame⦠It seems like a kluge and that a > better solution might be available. > > Thanks, > > Robert > > > > On Jul 12, 2019, at 3:15 PM, Adam Bevan via 4D_Tech < > [email protected]> wrote: > > > > Hi Robert, > > > > I take it that listbox 1 could have more or less rows than listbox 2. > > You would like to show each row of both listboxes. > > > > This would depend on the customer and if there is enough room on the page > > to display all rows of both listboxes. > > > > You could limit the number of rows printed on the initial page, say 5 > rows. > > If there are more than the 5 rows add a comment "continued on page X". > > On page "X" you could then continue printing the listbox rows. > > ********************************************************************** > 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] > ********************************************************************** ********************************************************************** 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] **********************************************************************

