> On Nov 8, 2016, at 2:08 PM, Kirk Brooks <[email protected]> wrote:
> 
> I missed the fact he's calling it from the form method. I've been migrating
> all my forms aways from putting actual code in the form method opting for
> the 'form controller' approach. This is another point in favor of that, I
> think.

Yes, I have a project method called by a form method (not an object method) for 
each table input form. Using the form event and the focus object, you can do 
most things without having to create an object method for each field or object. 
But you can't determine when a boolean field is changed. It only gets an On 
Clicked event. The boolean field may have the focus but it is not the object 
clicked on. The only work-around I have found is to see if the mouse is in the 
coordinates of the boolean field that has focus to determine if that was the 
clicked object.

John DeSoi, Ph.D.
 
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to