‎2011 Jan 19 10:06 AM
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
‎2011 Jan 19 10:30 AM
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.
‎2011 Jan 19 10:42 AM
Hai maha,
Using i/o is very simpler one that i know but i need to create by using 9 push buttons.
thanks,
pradeep