Arnaud, > Most of the time I do this at beginning: > $cmn_t:=Current method name > then I use $cmn_t. > I don't remember of problems in compiled.
But do you use the current method to handle errors? Either: ON ERR CALL(Current method name) Or as you wrote: ON ERR CALL($cmn_t) -Tim ********************************************************************** 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] **********************************************************************

