S
suprakashG via AccessMonster.com
Hi
seems I am unable to provide an appropriate search criteria for my problem....
Can someone help me out of this problem.
I am trying to link a list of records captured in a listbox in my form each
of which can be mapped to one or more nodes in a treeview control or a
cascading list box.
A given process comprises primarily of a set of hierarchically related
subprocesses like a treeview structure a parent process contains multiple
child subprocesses which further has its own set of child processes. Say P
denots the parent process contains Q1,Q2,Q3...Qn as child subprocesses. which
has further child subprocesses denoted by QnRn and the hierarchy can be
depicted as given below:
P
Q1
Q1R1
Q1R2
...
Q1Rn
Q2
Q1R1
Q1R2
...
Q1Rn
....
Qn
QnR1
QnR2
...
QnRn
The completion of the process Q is subject to completion of all QR's under it
and subsequently completion of P is subject to completion of all Q's under
it.A set of events needs to be mapped to one or more subprocesses,
irrespective of the parent, to mark their completion.
A list box which contains the list of events occured, each of which needs to
be mapped to one or more subprocesses (QnRn), where the occurence of a
specific event or a group of events signifies the completion of the
subprocess.
Please suggest if it is possible to link each of the events in the listbox to
one or more subprocesses(QnRn) if the entire process is populated as a
treeview control or in a set of 3 cascading Listboxes in the form.
You could also suggest any other alternative by which I can achieve the
mapping of events to subprocesses.
Regards
Suprakash
seems I am unable to provide an appropriate search criteria for my problem....
Can someone help me out of this problem.
I am trying to link a list of records captured in a listbox in my form each
of which can be mapped to one or more nodes in a treeview control or a
cascading list box.
A given process comprises primarily of a set of hierarchically related
subprocesses like a treeview structure a parent process contains multiple
child subprocesses which further has its own set of child processes. Say P
denots the parent process contains Q1,Q2,Q3...Qn as child subprocesses. which
has further child subprocesses denoted by QnRn and the hierarchy can be
depicted as given below:
P
Q1
Q1R1
Q1R2
...
Q1Rn
Q2
Q1R1
Q1R2
...
Q1Rn
....
Qn
QnR1
QnR2
...
QnRn
The completion of the process Q is subject to completion of all QR's under it
and subsequently completion of P is subject to completion of all Q's under
it.A set of events needs to be mapped to one or more subprocesses,
irrespective of the parent, to mark their completion.
A list box which contains the list of events occured, each of which needs to
be mapped to one or more subprocesses (QnRn), where the occurence of a
specific event or a group of events signifies the completion of the
subprocess.
Please suggest if it is possible to link each of the events in the listbox to
one or more subprocesses(QnRn) if the entire process is populated as a
treeview control or in a set of 3 cascading Listboxes in the form.
You could also suggest any other alternative by which I can achieve the
mapping of events to subprocesses.
Regards
Suprakash