samsundar Level: Whizz Kid
 Registered: 13-05-2006 Posts: 16
|
Please Help Me
Hi, I am having as interesting question.At first i have to insert field ProductId then i have to insert ScheduleId
then NoOfpasses aslo required.So like that we create more ProductIds with respective scheduleids and passes.The thing
is after creating and inserting values we should show the structure in the Listbox like
__________________
|Product1-Sc1-pass1 |
| prod2-sc3-p1,p3 |
| Prod3-sc2-p1,p3 |
| |_sc3-p2,p4 | where prod is Product
| | sc1,2,3 are Schedule
| | p1,2,3,4 are passes
| |
|__________________|
So After clicking each ProductId in the LIstBox it should open SstabStrip with
required productname and all its shedules and passes..
for example it look like we create for one productid like below
ProductId
|
|____________Scheduleid
|
|__________here it should ask no of passes(suppose here 3)
| Pass1
|___________Pass2
|___________pass3
Like this but we should not use treeview to show this
we should show in Listbox depending upon ProductId..Like this we will be having somany ProdutIds so based upon
the productids must be unique.so this should be done using Msacess database and Vb6 through ADO...
So any ideas are codes are quitely apprecaited..
[Edited by samsundar on 29-06-2006 at 05:32 AM GMT]
____________________________
Regards
SamSundar
|