Re: Doing a GOTO (widget) in the On Load event - stumped

2019-12-02 Thread Cannon Smith via 4D_Tech
No worries! :-) -- Cannon.Smith Synergy Farm Solutions Inc. Aetna, AB Canada > On Dec 2, 2019, at 6:01 PM, Peter Jakobsson via 4D_Tech > <4d_tech@lists.4d.com> wrote: > >> Thanks Canon > > …sorry, I mean “Cannon” of course ;)

Re: Doing a GOTO (widget) in the On Load event - stumped

2019-12-02 Thread Cannon Smith via 4D_Tech
You’re welcome. Glad it worked. -- Cannon.Smith Synergy Farm Solutions Inc. Aetna, AB Canada > On Dec 2, 2019, at 5:58 PM, Peter Jakobsson wrote: > > Works a dream. > > Thanks Canon. I had forgotten about SET TIMER. Suddenly these query forms are > perfectly user-intuitive. Start off in

Re: Doing a GOTO (widget) in the On Load event - stumped

2019-12-02 Thread Peter Jakobsson via 4D_Tech
> On 3 Dec 2019, at 00:58, Peter Jakobsson via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Thanks Canon …sorry, I mean “Cannon” of course ;) ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html

Re: Doing a GOTO (widget) in the On Load event - stumped

2019-12-02 Thread Peter Jakobsson via 4D_Tech
Works a dream. Thanks Canon. I had forgotten about SET TIMER. Suddenly these query forms are perfectly user-intuitive. Start off in filter. Execute query with Return, accept form with return also. Could not be better…thanks for all the tips on here ! Peter > On 3 Dec 2019, at 00:47, Cannon

Re: Doing a GOTO (widget) in the On Load event - stumped

2019-12-02 Thread Cannon Smith via 4D_Tech
Hi Peter, Depending on how the subform is set up, it may not be loaded by then. But it should work if you use SET TIMER(-1) and then call EXECUTE IN SUBFORM($subform;”ACTION”) in the timer. HTH. -- Cannon.Smith Synergy Farm Solutions Inc. Aetna, AB Canada > On Dec 2, 2019, at 5:32 PM,

Doing a GOTO (widget) in the On Load event - stumped

2019-12-02 Thread Peter Jakobsson via 4D_Tech
Hi ! Back again with a related issue to my previous theme of user interface behaviours. To move the cursor into a widget (in fact a derivative of Miyako’s “search” widget) I usually use a button with CTRL-F shortcut to call “EXECUTE IN SUBFORM($subform;”ACTION”) and then have the “ACTION”