Syntax
SRP_Mobile_Repository(CtrlEntID, 'DisplayLocalRepository', EntityList, ViewStyle, DisableRefresh)
Returns
Parameter | Description |
---|---|
EntityList | @FM delimited list of repository entities to use. If empty then the current cache is used (see RefreshLocalRepository) |
ViewStyle | Visual format for the repository entities. Currently only one format, ‘App’, is supported. |
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$)