Is there anyone who knows how to create 2 reports in 1 program? (V2012 MR1 SP2)
Explination: I have been tasked to output a 'normal' output of the print requirements, additionally I need to have the xyz cordinates for a portion of the points in my program expressed. (can't use csv, it shuts down the software) So, I'd like to have my program print the normal output strategy we apply and then have ANOTHER report that consists of all the XYZ outputs. Is this even possible?
I was told by someone at hexmet that every time you place a print command in your program, it clears the report "buffer" if you will. So set up your normal reporting commands then put in a print statement. Then create the xyz reporting commands and a final print command. I haven't ever tried it but it's worth a shot
I was told by someone at hexmet that every time you place a print command in your program, it clears the report "buffer" if you will. So set up your normal reporting commands then put in a print statement. Then create the xyz reporting commands and a final print command. I haven't ever tried it but it's worth a shot