All Categories Class Hierarchy This Category Previous Next Indexes
Miscellaneous Class CATDMUSRResultPanel
CATDMUSRResultPanel
public class CATDMUSRResultPanel
Set of services related to VPMAccess panels.
Method Index
- o
DisplayQueryResult(char*,char*,char*,UsrQueryDisplayOptions)
- Service to display query results in VPMA.
- o
RefreshObjectsInPanels(int)
- Refreshs all result panels.
Enumerated Type Index
- o
UsrQueryDisplayOptions
- Option for DisplayQueryResult
Methods
o DisplayQueryResult
| public static Error DisplayQueryResult( | const char* | iEnvironment, |
| const char* | iObject, |
| const char* | iWhereClause, |
| UsrQueryDisplayOptions | iOption) |
-
Service to display query results in VPMA.
- Parameters:
-
- iEnvironment
- Database environment where to search
- iObject
- Type of result you will obtain (must be defined in profile)
- iWhereClause
- Criteria
- iOption
- Drive how the result is displayed
- Returns:
- Error structure
On error, short and long message are valuated, their de-
allocation (using delete []) is the responsibility of the
calling method.
o RefreshObjectsInPanels
| public static void RefreshObjectsInPanels( | int | iNbLines | =0) |
-
Refreshs all result panels.
- Parameters:
-
- iNbLines
- Limit the number of result of the current query.
if iNbLines=0, all the results are displayed
if iNbLines>0, limit the number of result of the query.
Enumerated Types
o UsrQueryDisplayOptions
-
enum UsrQueryDisplayOptions {
Replace,
Add
}
Option for DisplayQueryResult
This object is included in the file: CATDMUSRResultPanel.h
If needed, your Imakefile.mk should include the module: LV005CDA