DataViewPromptForInputParameters (WinStudio scripts)
Applies to
IWSFormComponent interface, DataView components
Description
If the DataView component is bound to a predefined DataView that has input parameters defined, calling this method will cause the DataView to prompt for those input parameters using the DataView Inputs form. Otherwise, this method does nothing.
Syntax
object.DataViewPromptForInputParameters()
Part | Description |
---|---|
object | Required. A reference to a valid DataView component object. |
Example
ThisForm.Components("dataView1").DataViewPromptForInputs()