hexagon logo

Print reports before the end of the program

I have tried to find a forum on this but couldn't. If one is out there already please lead me to it. I want to print a report and have it automatically be opened for view by pc-dmis before the end of the program. That way the operator can decide whether or not to keep the data and have it exported to the necessary directory. Is this something that is possible?
Parents
  • Got to F5. Under Set-up tab, click box to "automatically update report window during execution". Then after the program is done running before the "print command" that ninja badger was talking about, insert an Comment "Do you want to send data to file" Make it a Yes\No comment. Then after that insert an "If\Go to" command before print command(If comment answer is no, then goto label "print skip". Create a label like "print_skip". Put the label after the print command. Set print command for the directory of your choice. If operator says yes, it continues on and sends data to file. If operator says no, it skips print statement, and goes to "print_skip" label you created. HTH
Reply
  • Got to F5. Under Set-up tab, click box to "automatically update report window during execution". Then after the program is done running before the "print command" that ninja badger was talking about, insert an Comment "Do you want to send data to file" Make it a Yes\No comment. Then after that insert an "If\Go to" command before print command(If comment answer is no, then goto label "print skip". Create a label like "print_skip". Put the label after the print command. Set print command for the directory of your choice. If operator says yes, it continues on and sends data to file. If operator says no, it skips print statement, and goes to "print_skip" label you created. HTH
Children
No Data