.WIDGET DEL MODE BTN
This subroutine deletes the mode buttons from the toolbar.
Usage:
GOSUB --- .WIDGET DEL MODE BTN
* Check for errors
IF --- .WIDGET DEL MODE BTN NE
Description:
This subroutine deletes the mode buttons from the toolbar. There are no parameters.
This will delete the Add, Change, Delete, Inquire and Acknowledge Delete buttons from the toolbar. It should be called in the Pre-Display or Global Pre-Display event points. Appx adds these buttons automatically on every iteration of the image, so if you want to remove them, you must call this routine every time as well.
Note that this will delete the underlying --- WIDGET record. You can also hide or unhide the mode buttons via
.WIDGET HIDE MODE BTN or
.WIDGET SHOW MODE BTN
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-06