iwf_brw_ent

Fills the current browser window with data.

Parameters:

[entity [list]] -or-
T>entity [typ [list]]]
R>parent entity[child entity view [list]]
A>parent entity[child entity view[list]] -or-
[@ACT [list]] -or-
[@SEL [list]] -or-
[@VIR [list]]

Entity or T>..., R>..., A>...
The model object (entity, type, refine-relation, aggregate-relation) determines the origin of the structure display. After calling the function all records from the coresponding table are displayed as elements of the first level in the browser window.

@ACT or @SEL or @VIR
@ACT All loaded records in the active mask will be displayed as elements of the first level in the browser window (in lists this happens irrespective of whether records are selected).
@SEL All selected records in the active mask will be displayed as elements of the first level in the browser window. In forms this is the record displayed. The behavior at @SEL in lists is the same like at @ACT.
@VIR The behavior at @VIR is the same like at @ACT.
list Name of the first browser list. After calling the function this will be virtually opened and it determines the behaviour of the browser for elements of the first level. If no list is passed, DataView will use the default list of the passed model object as browser list.

Modfier:

You can use the following additional modifiers. They control layout and behavior of the browser.

/NAME
Sets the title of the tab. The entity name in the standard parameter string is the default value.
/BITMAP = Dateiname.bmp
Sets an icon left of the title.
/LEVEL=level
Controls the maximum level when expanding nodes
/REFRESH=on|off
Refresh existing structure ("on") or reloads the complete structure ("off")

Usage as:

On_Select userexit in any menu/button-area or On_Event userexit in any state of the user interface.


Copyright (c) 2004-2008 Macrobject Software, All Rights Reserved.
You can change this copyright message in the "Template Settings" dialog.