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

Smartform- Short Dump

Former Member
0 Likes
572

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

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
Read only

Former Member
0 Likes
515

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.

Read only

0 Likes
515

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

Read only

Former Member
0 Likes
515

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^