Base for the GL Transaction Find Screen. (Based on Partner.PartnerFind). Utilised by the 'TGLTransactionFindUIConnector' Class.
More...
|
void | PerformSearch (DataTable ACriteriaData) |
| Procedure to execute a Find query. Although the full query results are retrieved from the DB and stored internally in an object, data will be returned in 'pages' of data, each page holding a defined number of records. More...
|
|
DataTable | GetDataPagedResult (System.Int16 APage, System.Int16 APageSize, out System.Int32 ATotalRecords, out System.Int16 ATotalPages) |
| Returns the specified find results page. More...
|
|
Base for the GL Transaction Find Screen. (Based on Partner.PartnerFind). Utilised by the 'TGLTransactionFindUIConnector' Class.
◆ GetDataPagedResult()
DataTable Ict.Petra.Server.MFinance.GL.TGLTransactionFind.GetDataPagedResult |
( |
System.Int16 |
APage, |
|
|
System.Int16 |
APageSize, |
|
|
out System.Int32 |
ATotalRecords, |
|
|
out System.Int16 |
ATotalPages |
|
) |
| |
|
inline |
Returns the specified find results page.
@comment Pages can be requested in any order!
- Parameters
-
APage | Page to return |
APageSize | Number of records to return per page |
ATotalRecords | The amount of rows found by the SELECT statement |
ATotalPages | The number of pages that will be needed on client-side to hold all rows found by the SELECT statement |
- Returns
- DataTable containing the find result records for the specified page
◆ PerformSearch()
void Ict.Petra.Server.MFinance.GL.TGLTransactionFind.PerformSearch |
( |
DataTable |
ACriteriaData | ) |
|
|
inline |
Procedure to execute a Find query. Although the full query results are retrieved from the DB and stored internally in an object, data will be returned in 'pages' of data, each page holding a defined number of records.
- Parameters
-
ACriteriaData | HashTable containing non-empty Find parameters. |
◆ Progress
TProgressState Ict.Petra.Server.MFinance.GL.TGLTransactionFind.Progress |
|
get |
Get the current state of progress
The documentation for this class was generated from the following file: