There are two main ways to automate changes or to create specific operations in QDV7: the requests and the macros.
The main differences between requests and macros are as follows:
|
Requests |
QDV Macros |
Excel Macros |
Authors |
Bidders |
Programmers |
|
Language |
QDV-specific |
Standard: C# or Visual Basic .NET |
VBA |
Extensions when external |
req |
qdvmacro |
qdvxlmacro |
Statements |
Localized |
Fixed |
|
License |
No |
Recommended for QDV macros |
No |
Handled objects |
Requests can read QDV databases, can read and write minutes |
Macros can read any source of data and write everywhere to estimate. This includes the Converter and Management modules |
Macros can read any source of data and write to exported Excel files |
Control on processing |
No other way than scanning the minutes |
Full control |
Principle: