Works perfectly every time. Are you absolutely sure you are not calling "set error page" somewhere? Do a search.

I call "set error page" in On Session Start to set the error page to my Custom error page - is this wrong?

I will try your example code now...

Thanks, M.

On 11 Apr 2007, at 17:19, Aparajita Fishman wrote:

You will see the page oo_scroll_h.a4d calls a library routine called CheckMainImageExistsForImage which itself calls a 4D method called A4D__CheckMainImageExists. Could the problem lie in calling a library which in itself calls a 4d routine?

I just did the following:

library "test"

method "test"

    forceTimeout

end method

end library


4D method forceTimeout

   delay process(current process; 6*60)


- In Active4D.ini:

  error page = errorHandler.a4d
  script timeout = 5


Works perfectly every time. Are you absolutely sure you are not calling "set error page" somewhere? Do a search.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to