B
bw
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
ls_DetailOnPrint Me 'Label Saver
End Sub
I open my file "A2002 Labels".
When I run my report, the above procedure gets executed two times the FIRST
TIME I run the report, and it gets executed only once on subsequent runs.
This happens each time I open the file.
The value of "PrintCount" has a value of 1 or 2 depending on the number of
times the procedure gets executed.
So where/how does PrintCount get it's value? Is there a way for me to find
out how and why this procedure is getting executed twice ONLY when I run the
report for the first time?
I know there is not much information here, but maybe someone has an idea of
how you or I can help myself figure out whats going on here...
Thanks,
Bernie
ls_DetailOnPrint Me 'Label Saver
End Sub
I open my file "A2002 Labels".
When I run my report, the above procedure gets executed two times the FIRST
TIME I run the report, and it gets executed only once on subsequent runs.
This happens each time I open the file.
The value of "PrintCount" has a value of 1 or 2 depending on the number of
times the procedure gets executed.
So where/how does PrintCount get it's value? Is there a way for me to find
out how and why this procedure is getting executed twice ONLY when I run the
report for the first time?
I know there is not much information here, but maybe someone has an idea of
how you or I can help myself figure out whats going on here...
Thanks,
Bernie