Page History
9.79 GET_COMPONENT_LIST
| Note | ||
|---|---|---|
| title | Note: | Built-In Function Rules Usage Options |
...
To continue loading the list with subsequent data after receiving a return code of OV, set the Search Component parameter to the value of the Last Component return value. The BIF will use this as the pointer from which to read the next set of information requested.
By Group/Framework
| Note |
|---|
| Note: Groups and Frameworks are no longer available with new versions of Visual LANSA. |
To search by group/framework you provide a value for the Search Group/Framework parameter and leave Search Component blank.
To continue loading the list with subsequent data after receiving a return code of OV, set the Search Group/Framework and Search Component parameters to the value of Last Group/Framework and Last Component return values. The BIF will use this as the pointer from which to read the next set of information requested.
Arguments
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | A | Req | Search Type The type of search required. Valid values: | 3 | 3 | ||
2 | A | Opt | Search Component Positioning Component value. | 1 | 10 | ||
3 | A | Opt | Search Framework/Group Positioning Framework/Group | 1 | 20 |
Return Values
No. | Type | Req/ Opt | Description | Min Len | Max Len | Min Dec | Max Dec |
|---|---|---|---|---|---|---|---|
1 | L | Req | Working list containing Component details. The list must be in the following format and not contain more than 32,767 entries: From - To Description 1 - 10 Component Name 11 - 50 Component Description 51 - 70 Framework 71 - 90 Group | 90 | 90 | ||
2 | A | Req | The last Component in the returned list. | 1 | 10 | ||
3 | A | Req | The last Group/Framework in the returned list. | 1 | 20 | ||
4 | A | Req | Return Code OK = list returned partially or completely filled with component details. No more Components exist beyond those returned in the list. OV = list returned completely filled, but more Components than could fit in the list still exist. NR = list was returned empty. Last Component/Framework/Group in list returned as blanks. | 2 | 2 |