Hi there
I have a library with a form which has a drop down list. I would like to reference this library in a project and get the selected value from the drop down after the user has made a selection. My main idea with this is to build a generic form which I can just drop into a project. This form will list all the stages for all the processes in the current project. When the user selects a stage in the drop down the system should foward to the selected stage. This is mainly to be used by a developer as I am fedup with clicking though all the stages, in order to "debug" a certain stage.
Thanx