At Thu, 15 Apr 2004 08:56:47 -0500 (CDT), Ben Kim wrote:
> 1. error trapping
> > Execute({inputfile => 'file.epl', errors => [EMAIL PROTECTED]);
> > if (@errors) { Execute('notify_error.epr', [EMAIL PROTECTED]); }
> > In the "notify_error.epr" page you can send a message with all debugging
> > dat
At Thu, 15 Apr 2004 20:53:52 -1000, Beau E. Cox wrote:
> In lower-level directories, I want to use the same object. Thinking
> the "../" was 'magic' to Execute (it would search up from the
> current directory to the top looking for the object), I tried:
Path searching only happens automatically wh