In this step you will complete the definition of theĀ toolbar by setting up the properties for each of the four menu items.

First Menu Item | |
|---|---|
Property Name | Value |
menu_text | Save |
menu_image | icons/normal/16/diskette_16.png |
tooltip_text | Save a changed or new employee |
reentryfield | STDRENTRY (the default value) |
reentryvalue | S |
hide_if | #HIDESAVE='Y' |
on_click_wamname | Leave as default (current WAM) |
on_click_wrname | #WRNAME |
Second Menu Item | |
|---|---|
Property Name | Value |
menu_text | Delete |
menu_image | icons/normal/16/cross_16.png |
tooltip_text | Deletes the current employee |
reentryfield | STDRENTRY (the default value) |
reentryvalue | D |
Hide_if | #HIDEDEL='Y' |
on_click_wamname | Leave as default (current WAM) |
on_click_wrname | Maint |
Third Menu Item | |
|---|---|
Property Name | Value |
menu_text | Search |
menu_image | icons/normal/16/zoom_16.png |
tooltip_text | Switch to the Search web page |
reentryfield | STDRENTRY (the default value) |
reentryvalue | M |
Hide_if | #HIDESRCH='Y' |
on_click_wamname | Leave as default (current WAM) |
on_click_wrname | Begin |
Fourth Menu Item | |
|---|---|
Property Name | Value |
menu_text | New |
menu_image | icons/normal/16/contract_16.png |
tooltip_text | Switch to the create new employee web page |
reentryfield | STDRENTRY (the default value) |
reentryvalue | N |
hide_if | #HIDENEW='Y' |
on_click_wamname | Leave as default (current WAM) |
on_click_wrname | New |
