Hi Bruce,
Unfortunately it's SQL based , but it happens in Both IE and FireFox.
I'll see if I can duplicate it in a smaller app and send it to you.
This only happens on Reports with long filters.
ie Fil:field1 = LOC:Field1 and Fil:Date >= LOC:StartDate and Fil:Date <= LOC:EndDate
I can re-arrange the 3 conditions forwards and backwards,
ie Fil:Date <=LOC:EndDate and Fil:Field1 = LOC:Field1 and Fil:Date <= LOC:StartDate
and it will still work on the second pressing of PRINT
Now the weird part. If I only include two conditions in the filter (any Two) the Reports prints every time on JUST ONE click of the Print Button, and no Page CANNOT BE FOUND error on that first click.
After that Initial PRINT (and error) , the second, 3rd, 4th, attempt will always work, even as I'm changing the date filter parameters. It is only thet FIRST attempt with a 3 condition filter that it chokes.
It's almost as though it has to go through the Report Process once to capture the last part of a 3 part filter because the order of the condition in the filter doesn't seem to matter, just that there are more than two conditions.
Brian