MossNelson
Programmer
I know that I can place an object such as a Command Button on the VFP desktop. For example,
_screen.AddObject("mycmd", "Commandbutton")
_screen.mycmd.width = 75
_screen.mycmd.height = 50
_screen.mycmd.caption = "Click Me"
_screen.mycmd.visible = .t.
How can I add my own code to the Click() method so that it executes along with the default behavior ?
-Nelson
_screen.AddObject("mycmd", "Commandbutton")
_screen.mycmd.width = 75
_screen.mycmd.height = 50
_screen.mycmd.caption = "Click Me"
_screen.mycmd.visible = .t.
How can I add my own code to the Click() method so that it executes along with the default behavior ?
-Nelson