What kind of "event"? In VFP 8.0 you can bind events to most anything. Perhaps with some additional information, someone can give a more definitve anser.
Well,
I have greed control containig one checkbox control. I want to be able to check/uncheck this checkbox by clicking on any field on greed, not only by clicking on check box.
I thought that it could be a little easier if I could use checkbox.click() event.
You don't need any special code or features for that, just add that method call to the click event in the other columns' click method. e.g. In ThisForm.grid1.column2.text1.click() put:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.