‎2010 Oct 27 4:34 AM
Hi,
I need to display the total amount in dialog programming. The field is of type CURR. I had tried to change the field on screen to the same format also, but i'm unable to see any output. Pls. help.
Thank you.
‎2010 Oct 27 4:47 AM
Hi ,
Please check if thefull length is there , try to give full length on the screen as that of the data element . Also please check if you ave assigned the currency field to the screen element.
Regards
Arun
‎2010 Oct 27 4:47 AM
Hi ,
Please check if thefull length is there , try to give full length on the screen as that of the data element . Also please check if you ave assigned the currency field to the screen element.
Regards
Arun
‎2010 Oct 27 4:50 AM
Hi,
The length is sufficient. I have tried to match the screen field with the same type of the data element which is of type CURR. But am not getting it displayed.
Thanks.
‎2010 Oct 27 4:53 AM
Hi ,
In debugging pleas check what is the value of the field and also check if the name used for the fiedl used on the screen and in the program are the same .
Regards
Arun
‎2010 Oct 27 4:55 AM
Hi,
Please check your screen field is assigned value or not. And remember to link your currency amount and currency unit (provide Ref. Field in screen field attribute).
Thanks.