« Return to Thread: return to form - cannot trigger a New event

Re: return to form - cannot trigger a New event

by john convey :: Rate this Message:

Reply to Author | View in Thread

Josh,


thanks for that. I see seem to be able to do this by not running as a  
new process
and calling then command however it would be better if it were a  
process so will try this


  > so be sure to check if the other process is still running.

thanks thats a very good point ....


John
john convey
sci-do communications







On 6 May 2008, at 16:56, Josh Fletcher (4D, Inc.) wrote:

> Hi John,
>
> On Load only fires when the form is "loaded", e.g. when opening it for
> the first time or when moving from record to record.  It does not fire
> when the window is activated.
>
> As Allen said, you can use On Activate but remember that will fire any
> time that window is activated (e.g. if the user minimizes the front-
> most
> one) so be sure to check if the other process is still running.
>
> Kind regards,
>
> Josh Fletcher
>
> john convey wrote:
>> I want to run some code at that point on the original form.
>> on load does not fire here.
>
> --
> Josh Fletcher
> Technical Services Team Member
> 4D, Inc.
>
> **********************************************************************
> 4D Basics hosted by 4D, Inc.                       http://www.4D.com/
>
> Better, faster, more powerful code.
> Learn how without leaving the office!
> http://www.4d.com/support/training.html
>
> To Unsubscribe:                        mailto:4DBasics-off@...
> **********************************************************************
>
>


**********************************************************************
4D Basics hosted by 4D, Inc.                       http://www.4D.com/

Better, faster, more powerful code.
Learn how without leaving the office!
http://www.4d.com/support/training.html

To Unsubscribe:                        mailto:4DBasics-off@...
**********************************************************************


 « Return to Thread: return to form - cannot trigger a New event