Guest_imported
New member
- Jan 1, 1970
- 0
I have to create a project with three three list boxes and a combo box.m Call CARWASH
The first lis will contain the names of the packages, Standart, Deluxe, Executive and Luxury.
I have two list boxes that are empty (and the user is not allow to enter any information when s running). One is the Interior and the other one is the Exterior.
I need the code to work like this:
when you click in one of the packages in the lstPackage in the other two boxes: lstInterior and lstExterior appear somo information that you have to store.
example:
Standard= Exterior= Hand Wash
Interior=Fragance
Deluxe=Exterior=Hand wash, Hand Wax
Interior=Fragance, Shampoo Carpets
Executive=Exterior=Hand wash, Hand Wax, Check Engine Fluid
Interior=Fragance, Shampoo Carpets, Shampoo upholstery
Luxury=Exterior=Hand wash, Hand Wax, Check Engine Fluid, Detail engine, Detail under carriage
Interior=Fragance, Shampoo Carpets, Shampoo upholstery, Interio protection coat, Armor All. R.,
The combo Box should be the fragance, because we always use one of 5 fragances choose by you, call a,b,c,d,e
The user should select always a fragance and a package. and the result of everything should appear on the lstInterior and lstExterior, as indicated above.
I need to add a printer command, and Use a For....next Loop when printing the interior and exterior lists.
Please, I'll appreciate any help
Angel
The first lis will contain the names of the packages, Standart, Deluxe, Executive and Luxury.
I have two list boxes that are empty (and the user is not allow to enter any information when s running). One is the Interior and the other one is the Exterior.
I need the code to work like this:
when you click in one of the packages in the lstPackage in the other two boxes: lstInterior and lstExterior appear somo information that you have to store.
example:
Standard= Exterior= Hand Wash
Interior=Fragance
Deluxe=Exterior=Hand wash, Hand Wax
Interior=Fragance, Shampoo Carpets
Executive=Exterior=Hand wash, Hand Wax, Check Engine Fluid
Interior=Fragance, Shampoo Carpets, Shampoo upholstery
Luxury=Exterior=Hand wash, Hand Wax, Check Engine Fluid, Detail engine, Detail under carriage
Interior=Fragance, Shampoo Carpets, Shampoo upholstery, Interio protection coat, Armor All. R.,
The combo Box should be the fragance, because we always use one of 5 fragances choose by you, call a,b,c,d,e
The user should select always a fragance and a package. and the result of everything should appear on the lstInterior and lstExterior, as indicated above.
I need to add a printer command, and Use a For....next Loop when printing the interior and exterior lists.
Please, I'll appreciate any help
Angel