
Crystal choking on 20515 Error
You can try to run the depends.exe (free from microsoft, do a search on
their website) and profile your app. When you run the app within the
profiler it will show you the dll's called and you may be able to pinpoint
the problem that way. The profiler will show you if function calls it
attempts to make can't be found within the dll's referenced, etc. I've
successfully found problems with dlls on programs that I've written using
this technique.
Sincerely,
Peter Bobrowski
Quote:
> Gentle reader.
> I have a report that is reporting a "20515 Error in Formula
> RTResetAndIncrement WhilePrintingRecords". This is just happening on one
> specific machine. The report runs swimmingly on a dozen others. I'm
> including the U25Total.dll and the U25Store.dll runtimes in the
distribution
> and they are present on the problem machine. I'm writing them to the
> Window\Crystal directory per Seagate (Crystal Decisions) documentation.
> It's almost like it isn't finding them there.
> Here is the formula it is {*filter*} on:
> ******************************
> WhilePrintingRecords;
> StoreCurrencyVar ("CreditDebitTotal", $0);
> CurrencyVar SubTotal := 0;
> NumberVar StatementNumber := StatementNumber + 1;
> *********************************************
> I would be grateful for any ideas. Especially one that would help me
figure
> out this problem.
> Thanks
> lemo