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

Display Amount in Dialog Programming

Former Member
0 Likes
678

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

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

4 REPLIES 4
Read only

Former Member
0 Likes
628

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

Read only

0 Likes
627

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.

Read only

0 Likes
627

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

Read only

0 Likes
627

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.