‎2007 Feb 08 1:29 PM
Hi Experts ,
I want to print a particular total at the bottom of the main window . Can anyone help me how to do it .
Thanx ,
Senthil
‎2007 Feb 08 1:51 PM
HI,
You have 2 ways to do this, Create a 2 lines window after the main Window, and then write the Variable In that window to print the same after the main Window. the Amount shoulb caliculated in the LOOP of the main window.
Another one, if you want the Total in the Last of the Main window, you need to Write BOTTOM and ENDBOTTOM
Regards
Sudheer
‎2007 Feb 08 1:34 PM
Hi
I'm not sure of the sintax, but u can use BOTTOM statament in the main:
/: BOTTOM
&total&
/: ENDBOTTOM
Max
‎2007 Feb 08 1:34 PM
Create a small window to capture the total and place it at the position of the main window .
Now drop the total in to this value .
U need to design this window in the layout itself .
regards,
vijay.
‎2007 Feb 08 1:51 PM
HI,
You have 2 ways to do this, Create a 2 lines window after the main Window, and then write the Variable In that window to print the same after the main Window. the Amount shoulb caliculated in the LOOP of the main window.
Another one, if you want the Total in the Last of the Main window, you need to Write BOTTOM and ENDBOTTOM
Regards
Sudheer