| Browse a Table Control: |
| |
| Table Control <unquoted string> |
| |
The name of the table control that the user wants to browse. |
| |
|
| Target <unquoted string> |
| |
The control or variable that saves the value of each for iteration. |
| |
|
| Browse the result of a Stored Procedure: |
|
|
The parameters of that option are the same of Exec. Procedure action. Please see here. |
| |
|
| Browse a Result of a Select Statement: |
| |
| |
The parameters of that option are the same of Select action. Please see here. |
| |
|
| Browse a SQL Advanced: |
| |
| |
The parameters of that option are the same of SQL Advanced action. Please see here. |
| |
|
| Browse the tokens of a String: |
| |
| Source String <string> |
|
This parameter is the string that the user wants to browse. |
| |
|
| String Separator <string> |
| |
This parameter is the string separator for the source string. |
| |
|
| Target For Each Token <string> |
| |
The control or variable to save each token. |
| |
|
| Browse the Childs of a XML: |
|
| Source XML <string> |
| |
The complete path and name of the source XML file. |
| |
| Child's Name <string> |
| |
The name of the XML child that the user wants to browse. |
| |
| Ignore Name´s Prefix <combobox> |
| |
This parameter indicates that if the user wants or not to ignore the prefix of each name. This parameter have thre possible values: Yes, No, dynamic. |
| |
| Content's Target <string> or <numeric> |
| |
The control or variable that saves the result of each iteration. |
| |
| Attribute <string> |
| |
The name of the XML attribute. |
| |
| Target <string> or <numeric> |
| |
The control or variable that saves the XML attribute. |
| |
| (...) |
| |
| Nth-Attribute <string> |
| |
The name of the nth-XML attribute. |
| |
| Nth-Target <string> or <numeric> |
| |
The nth-control or nth-variable that saves the nth-XML attribute. |
| |
|
| For |
|
| Type <string> or <numeric> |
| |
The type of the step and initial value of the for action. |
| |
| Enumerator <string> or <numeric> |
| |
Object used to control the iteration. |
| |
| Initial Value <string> or <numeric> |
| |
Expression used to initialize the enumerator. |
| |
| While <unquoted string> |
| |
Condition to continue the loop. |
| |
|
| Step <unquoted string> |
| |
Expression to set the value of Enumerator in each iteration. |