Thread: Array Problems
View Single Post
Old Jan 30th, 2008, 3:22 PM   #3
kewlgeye
Programmer
 
Join Date: Jan 2008
Posts: 53
Rep Power: 1 kewlgeye is on a distinguished road
Re: Array Problems

Someone here told me about the code thing before, but I didn't know it has to be enclosed in code blocks like that, I will remember, thank you and sorry for the mess.

The print summary button opens a print preview window showing the amount of
seats ordered, the type of seat, and the total price of that particular seats orders (See Below). I am not worried about the amount of seat orders number right now,
because I haven't coded for it. But it should show the total amount for any seat
choosen. For example when the print summary button is hit a window pops up showing
the following.

Orchestra $120.00 (because everytime orchestra is clicked 40 gets added to the total.

Mezzanine $30.00 (because everytime mezzanine is choosen 15 is added and it the seat is displayed on a knew line.)

etc..




Right now it looks like this when I click the button


Orchestra $40

orchestra $40

orchestra $40

Mezzanine $15

Mezzanine $15
kewlgeye is offline   Reply With Quote