[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Strange problem with STOP QUIET
Yup that was it. Seems to be related to the headings. I commented out my
heading section and the STOP QUIET lines worked properly. Unbelieveable!!!!
Thanks a lot..I'd never have found that.
>Off hand I'd guess the difference is that $Company and $Paygroup are
>displayed in the "begin-heading" section of the program. I don't know what
>version were affect, but I remember that there was a bug in some versions
>that caused SQR to hang after a STOP QUIET if there were certain things
>happening in the begin-heading section.
>
>One of the causes was when an error occured there. If you just say "stop"
>(instead of "stop quiet"), you may be able to see the error message that is
>causing the bug to kick in.
>
>Another one of the causes was printing a '' in the header. I still have no
>idea why that should cause a problem, but maybe $Company and $Paygroup are
>getting set to '' or some such when you put the "MOVE" above the "STOP
>QUIET".