Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COBoth sound like great ideas, the second one sounds like the least work, but will Crystal handle the report like that? I know it will fit 2 vertically, but will it also fit another to the right of the original subreport? I'm not sure how to bind 2 rows to the subreport's definition... I thought that was an impossibility, until you suggested it.
      singulars
    2. COBinding two rows to a subreport would be in the code. It would break encapsulation of whatever object structure you have (now you have a "Siamese" object that joins two of your original object) but then you can print two wide without having side-by-side subreports. As for the second suggestion, that may even be a printer setting (four per page) but you'd probably want to be able to format them in code and not rely on the printer being able to do that for you.
      singulars
    3. COThanks, John. I got exactly what I wanted by following up on your second suggestion. On the main report, by inserting a "subreport", and setting the box's size to be the size of the full-page, I was able to then set the subreport's detail size to be the exact height/width that I wanted. In the section expert (of the detail of the subreport), I specified multiple column layout, and by restricting the height/width to fit within the mainreport's subreport box (4 times), it tiles perfectly -- even from left to right then down (with the aid of a checkbox in the section expert).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload