cancel
Showing results for 
Search instead for 
Did you mean: 

Run-time error '6' overflow

Former Member
0 Kudos

Post Author: Vanguard2

CA Forum: General

Hi,

I have a VB 6 application using Crystal report 11. The report works fine in the my development machine, but run into a "run-time error 6 overflow' in the test machine. Anyone ran into this error? Any suggestion is greatly appreciated. Thanks.

Van

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Post Author: synapsevampire

CA Forum: General

Likely your VB code, not Crystal.

This error occurs when trying to store a value to a variable which cannot hold that size value, such as a byte containing greater than 255.

-kai