If I place a button on a form and choose the on action event, where are the standard (scripts) methods such as “new record”? Do I need to create them all? Nah… Must be there somewhere.
Bill Belanger
If I place a button on a form and choose the on action event, where are the standard (scripts) methods such as “new record”? Do I need to create them all? Nah… Must be there somewhere.
Bill Belanger
I see that it’s a function I want to attach to the button. I read through both the developer user guide and the reference about buttons. Is there a way to just “attach” a Fx to a button?
Thanks
Bill Belanger
I clicked on the “value” of the on action properties, defined a new method using a function. A little more complicated than I was expecting, but got r done.
Bill Belanger