Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

what is the runtime error compute_bcd_overflow.

Former Member
0 Likes
280

Hi guys,

pls let me know that when the runtime error compute_bcd_overflow occurs.what will be the causes for this program.

1 REPLY 1
Read only

Former Member
0 Likes
246

You usually get that, if a number you calculate i getting bigger than the field it is stored in allows.

Take a look at your short dump, in the details it should give you more information and also the place in the coding where the error happens.

Hope that helps,

Michael