03-10-2008 02:52 PM
03-10-2008 03:04 PM - edited 03-10-2008 03:06 PM
Here is a code snipit of what I did to allow a user to select a printer for printing a report. It uses the Report Generation Toolkit for listing all available printers. The list is displayed in an array of string indicators. The user is then prompted to select a line number of the printer he wishes to use. The dialog vi I use is a custom built vi. It contains a numeric control and an OK button. There is a loop to wait for the OK button. When OK is pressed, the numeric control is output to a numeric indicator tied to a connector pane terminal.

03-10-2008 03:11 PM
03-10-2008 03:32 PM
03-10-2008 04:38 PM