At 01:55 PM 7/22/2008, Lawrence Lustig wrote:
However, when I go to print the report based on that table I get an
error message like:
-ERROR- C:\Docume~1\larry\LOCALS~1\Temp\48860e5a.$$$ not found ( 46)
While I'm looking at the error message, I see "Calculating page1 for
report. . ." on
the status bar of the report preview window. When I click OK the
report is empty (not
even a blank page, just a clBtnFace background (hence the
possibility that it's related
to the no-page report problem).
Very interesting ...
What happens if you "SET SCRATCH C:\Temp"?
-- Make sure to create a folder C:\Temp on your local machine
DISCONNECT
SET SCRATCH C:\Temp
CONNECT dbname ...
SHOW SCRATCH should reveal the SCRATCH files location
Now run the same routine and see if that makes any difference.
Very Best R:egards,
Razzak.