I have developed a vi to generate Test reports from the database generate by TestStand and would like to turn it into a webVi.
I have been successful in generating the code to query the data base and populate a Data Grid control with a list of reports available by serial number.
I would like to be able to select an item from the data grid and display the pdf report as an embedded item on the same web page.
Another issue I ran across was how to get an event to trigger when an item is selected from the data grid.
I overcame this by adding the 'Select' column to the data grid, I am planning on adding code to make the Select column act like radio buttons in that it only allows for one item to be selected. Is there a way to make the data grid act more like a 'ListBox' in LabView to tell which item is selected?
I do realize the GWeb Tree control has this feature, but wanted to use the sorting feature of the data Grid control.
Thanks in advance...