| Description SUI_SetOutputState enables/disables all language models associated with an output form, such as sorting and row selection. If set to enable, the states for Input and Dialog will be disabled for you.
Certain actions common to output forms are now handled automatically.
Row selection
You can vocally select one, two, three, or a range of rows, from 1-99. You can say phrases like those below, and the rows will be highlighted by SUI Pack and added to the User Set:
"Select row one" "Select rows one and three" "Select rows one, two and twenty" "Select rows five through eleven"
Sorting
You can vocally sort any column passed with SUI_AddFormField. For instance, after calling SUI_AddFormField (->[Order]Order_Date;"Order Date") you can say phrases like those below, and the selection will be sorted by SUI Pack:
"Sort (up) by Order Date" "Sort down by Order Date" "Sort by Order Date, descending"
To learn how to set up voice-enabled output, see the output form method for the [Tour_Flights] table in the SUI Pack demo application.
|