Error 20515 
Author Message
 Error 20515

I have a vb form which accepts user input and constructs a Selection
Formula.  The program also has two dialog boxes, one to get the location

of the report file and the other to get the location of the database
file.  When I run my program, I get an error that says:

Error 20515
Error in formula

Then it points me to the line:
crptReport.Active = 1

Someone please help.



Sat, 25 Nov 2000 03:00:00 GMT  
 Error 20515

It's been a while for me, but I believe that this is a Crystal Reports
error.  In my experience, it's a "catch all" type error which indicates that
one of the fields in your report was unable to correctly determine the value
of the data it was supposed to display.  One of the reasons this may happen
is that depending on the version/patch of Crystal you are using, the data
location must be updated for each table in your report, not just the first
table.  The Crystal web site has extensive help on this particular topic.

Quote:

>I have a vb form which accepts user input and constructs a Selection
>Formula.  The program also has two dialog boxes, one to get the location

>of the report file and the other to get the location of the database
>file.  When I run my program, I get an error that says:

>Error 20515
>Error in formula

>Then it points me to the line:
>crptReport.Active = 1

>Someone please help.



Sun, 26 Nov 2000 03:00:00 GMT  
 Error 20515

Hello
First of all, it would point to crptReport.Active = 1 because that's when
the formula is being read by the OCX.
check that your formula  has all the (), {}, and ''.
when the msgbox pops up with the error, choose debug and write
?crptReport.selectionformula in the immediate window.
Lior langer

Quote:

>I have a vb form which accepts user input and constructs a Selection
>Formula.  The program also has two dialog boxes, one to get the location

>of the report file and the other to get the location of the database
>file.  When I run my program, I get an error that says:

>Error 20515
>Error in formula

>Then it points me to the line:
>crptReport.Active = 1

>Someone please help.



Mon, 27 Nov 2000 03:00:00 GMT  
 
 [ 3 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. Error 20515

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

6. RunTime Error 20515

7. Error 20515

8. Crystal choking on 20515 Error

9. runtime error '20515'

10. Client install problem (20515)

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

12. 20515 - Error in Formula <Details> - Please HELP!!!!

 

 
Powered by phpBB® Forum Software