25 lines
1012 B
Markdown
25 lines
1012 B
Markdown
|
|
# QueryfromFilterParts3
|
||
|
|
---
|
||
|
|
## Macro Definition
|
||
|
|
| Action | Arguments | Condition |
|
||
|
|
|--------|-----------|-----------|
|
||
|
|
| SetWarnings | 0 | - |
|
||
|
|
| OpenQuery | Util Make Select 0a; 0; 2 | - |
|
||
|
|
| OpenQuery | Util Make Select 0b; 0; 2 | - |
|
||
|
|
| OpenQuery | Util Make Select 0c; 0; 2 | - |
|
||
|
|
| OpenQuery | Util Make Select 0d; 0; 2 | - |
|
||
|
|
| SetWarnings | -1 | - |
|
||
|
|
## What it does
|
||
|
|
- **SetWarnings**: Enables or disables system warnings (e.g., confirmation dialogs for actions).
|
||
|
|
- **Arguments**: 0
|
||
|
|
- **OpenQuery**: Runs a specified query in the database.
|
||
|
|
- **Arguments**: Util Make Select 0a; 0; 2
|
||
|
|
- **OpenQuery**: Runs a specified query in the database.
|
||
|
|
- **Arguments**: Util Make Select 0b; 0; 2
|
||
|
|
- **OpenQuery**: Runs a specified query in the database.
|
||
|
|
- **Arguments**: Util Make Select 0c; 0; 2
|
||
|
|
- **OpenQuery**: Runs a specified query in the database.
|
||
|
|
- **Arguments**: Util Make Select 0d; 0; 2
|
||
|
|
- **SetWarnings**: Enables or disables system warnings (e.g., confirmation dialogs for actions).
|
||
|
|
- **Arguments**: -1
|