2006 Oct 12 11:08 AM
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
2006 Oct 12 11:11 AM
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.
2006 Oct 12 11:16 AM
I was unable to go inside of the smartform. While opening itself going to dump.....
2006 Oct 12 11:21 AM
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^