This may or may not be related to my ongoing problem with reports that get 
generated with missing pages.

I was just working on another report that throws an unexpected error message.  
This report is based off a temporary table with data aggregate from a number of 
other tables.

I ran my PRG file which generates the temporary table that appears to have all 
the data I expect.  The table is called ttblBacklog.  It exists, and I can 
browse the data.

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).

If I try to print the report a bunch of times, the filename not found is the 
same for each attempt which makes me think that perhaps it's the file that 
holds that temporary data -- although the data is really there as demonstrated 
by my ability to BROWSE it.

Looking in my scratch directory (that _is_ my scratch directory in the file 
name) I see a number of recently created $$$ files, but none with that name.

After I quit and restart R:Base, I'm able to run my temp-table-generating 
routine and print my report without trouble.

I have 51 gigs available on my hard disk and read/write access to my TEMP 
directory, which contains about 120 megs worth of temp files.

Has anyone seen anything like this?

--
Larry

Reply via email to