Click to See Complete Forum and Search --> : Output problem


Myrdivar
March 24th, 2004, 07:25 AM
Excuse me, I'm experiencing a strange problem.

I've developed several reports using VB6 and, once I install the application on the customers clients everything works just fine. The problem seems to occur only on a couple of clients of a particular customer. One day the reports worked, the next they begin showing error messages like "The remaining text does not appear to be part of formula" or "A number, currency amount, boolean or string is expected here".

No modifications have been made (neither on the VB6 code not on the reports)

Any suggestion?

Thank You in advance

malleyo
March 24th, 2004, 09:38 AM
The bug could be in your VB program that's passing the wrong values to Crystal. Or (if you're accessing a database) the data could have been stored in the wrong format in the database. Try to reproduce the problem using exactly the same data they were trying to access when it broke.

Myrdivar
March 24th, 2004, 09:49 AM
Thanks for reply but it's not a DB problem. We export their Oracle DB and tried the same records, here works but not there.

I don't know what can cause the problem