Application Development 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: 

Smartform- Short Dump

Former Member
0 Kudos
116

Hi All,

Presently am working on smartforms. I did some alighnment changes in the template and saved.

After that am unable to open the smartform, its going to shortdump and saying shorttext as

<b>Unable to interpret "?=848.82- " as a number</b>.

How to resolve this problem? Kindly suggest....

Thanks in advance

3 REPLIES 3

Former Member
0 Kudos
59

I think you have declared a variable of the type in in your program and you are passing a character value "?=848.82- " to it.Just change the variable type to numc or character and it should work fine.

0 Kudos
59

I was unable to go inside of the smartform. While opening itself going to dump.....

Former Member
0 Kudos
59

hi

good

if you r executing the smartforms using your driver program than definitely it ll give you the dump bcz the value you r passing from the driver program is different than the value you are printing through the smartforms.

check out how you are passing that particular value from your driver program , and than check how you r pringing it in your smartform.

i hope definitely you ll get some solution.

thanks

mrutyun^