A
agcarroll976
Guest
I have been working on a program to create a salon kiosk for about 3 weeks now. I have the interface, I have a Reset & Appointment button coded and working. I have made such a mess of trying to code the buttons for the services that I don't even know what I am doing at this point. I feel like I just need to start over. I am very new at this and have been working on this for 3 week and have just completely confused myself after trying so many different things.
The program has 4 buttons for services, I'll call them A, B, C & D. They each have a value assigned to them A=$5, B=$10, C=$15, D=$8. The values need to display in a subtotal field (I have the subtotal set up as a label that will show a dollar amount). I also have to calculate tax and a grand total (also set up as labels to display dollar amounts.)
I am not asking anyone to do this for me, because I really need to learn how to do it. But any help or guidance would be appreciated. At this point I have confused myself so much that I don't even know what variables or constants I need to declare and where to declare them at.
Continue reading...
The program has 4 buttons for services, I'll call them A, B, C & D. They each have a value assigned to them A=$5, B=$10, C=$15, D=$8. The values need to display in a subtotal field (I have the subtotal set up as a label that will show a dollar amount). I also have to calculate tax and a grand total (also set up as labels to display dollar amounts.)
I am not asking anyone to do this for me, because I really need to learn how to do it. But any help or guidance would be appreciated. At this point I have confused myself so much that I don't even know what variables or constants I need to declare and where to declare them at.
Continue reading...