In gINT, is there a way to set the maximum number of borings to display on a fence, and have the program automatically create a page 2, 3, etc. as needed? We have a highly customized fence report that is not actually a fence or cross section. Rather than our users having to create multiple reports, I would like to provide a more efficient method if it is possible.
Hi Judy,
You should be able to do this with a gINT Rule Add-In that uses gINT Scripts. As you are probably aware, you can run a single gINT Script that actually contains multiple gINT Scripts run in a series. The code would need to divide the borings up into separate pages, and generate/run a Script for each page of output.
Answer Verified By: Judy Smith
Thanks, & Happy New Year, Jesse! I was fairly certain i was just having a major brain cramp. I'll give this a whirl and see if it works.