Syntax
SRP_Mobile_Repository(CtrlEntID, 'DisplayMobileRepository', EntityList, Path, DisableRefresh)
Returns
| Parameters | Description |
|---|---|
| EntityList | @FM delimited list of repository entities to use. If empty then the current cache is used (see RefreshLocalRepository) |
| Path | Directory path where the mobile repository is located. |
| DisableRefresh | Boolean flag to determine if a visual refresh should be disabled. This would be used if another method is used to refine the list of entities (e.g. FilterLocalRepository.) Default value is False. |
Remarks
Only used internally by the SRP_Mobile_Repository routine to interact with the GUI utility.
Examples
// Load the GUI utility with a list of entities using the 'App' view style. Do not refresh // the view just yet since another process will filter the entities first SRP_Mobile_Repository(CtrlEntId, 'DisplayLocalRepository', EntityList, 'App', Yes$)