Crystal choking on 20515 Error 
Author Message
 Crystal choking on 20515 Error

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



Tue, 30 Mar 2004 03:43:19 GMT  
 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



Tue, 30 Mar 2004 04:16:23 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Error 20515 error in formula

2. Error 20515, on selection formula?

3. Error 20515 - the field name is not known

4. runtime error '20515'

5. Error 20515

6. VB 4.0 and CR 4.0 error 20515 - Help!

7. RunTime Error 20515

8. Error 20515

9. Error 20515

10. Client install problem (20515)

11. Crystal Reports choking on dBASE IV files

12. Runtime Error "20515" ???? URGENT !!

 

 
Powered by phpBB® Forum Software