Modify Browse Action
Event Function: ModifyBrowse
The Modify Browse action changes the arguments of a selected browse.
Using the Events tab
Under | Enter | Example |
---|---|---|
Run Skip Condition |
If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed. |
|
Browse Name |
Full name of the Browse Definition file |
" Leadsheets" |
Parameter 1 |
The first attribute to modify |
"Index = Id+map_no" |
Parameter 2 |
The second attribute to be changed |
|
Parameter 3 |
Additional attribute to change |
|
Syntax (if entering it in the Equation bar)
ACTION("ModifyBrowse", expr1 <, expr2> <, expr3> <, expr4>)
Where
expr1 = entry under Browse Name
expr2 = entry under Parameter 1
expr3 = entry under Parameter 2
expr4 = entry under Parameter 3
How the example will appear in the Equation bar
ACTION("ModifyBrowse", "Leadsheets", "Index = Id+map_no ")