Subject Erase ond of Tool buttons in standard Toolbar
From Olivari <isellall777@gmail.com>
Date Mon, 24 Nov 2014 02:28:28 -0500
Newsgroups dbase.getting-started

One tool button DELETE_ROW in standard toolbar of frame window
I want to erase this button only or to be enabled = false
Or to erase a set of ROW_manger (add, edit,delete,abandon, save)
Above is not possible ?

so I tried to make my tool button ( PRINT) on Frame window as below
And then how to code as next step.
FUNCTION Print_onClickˇ¦.
////////
this.PrintToolButton = new ToolButton(this)
   with ( this.PrintToolButton )
      Bitmap := "RESOURCE TL_PRINT"
      speedTip := "Print"
      onClick  := class ::print_onClick
   endwith

Function Print_onClick
??????????????
Return