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

calculator for addition using module pool

Former Member
0 Likes
585

Hai all,

I going to create a calculator for addition using module pool .

i have set a screen 9001 and i placed a box and inside that i

placed 9 push buttons with the naming of 1,2,...9 as same as the normal calulator

then i have a "PLUS" push button which is used to add the 2 numbers and i have a "SUM" push button in 9001.

when i click the SUM push button it will call screen 9002 which have the input box for the result purpose.

can i do this or not??

i know it is little complicated but i need ur help..and also tell me can push button hold value or not??

thanks and regards,

pradeep.

Moderator Message: try it and find out for yourself.

Edited by: kishan P on Jan 19, 2011 4:18 PM

2 REPLIES 2
Read only

Former Member
0 Likes
470

Hi,

You need not create new screen. You can create a input/output box which actually stores the rusultant sum.For that text box input should be disabled in its properties.And in PAI of your + button you can put your logic.

Thanks.

Maha.

Read only

0 Likes
470

Hai maha,

Using i/o is very simpler one that i know but i need to create by using 9 push buttons.

thanks,

pradeep