erroneous error codes

Wouter wouter.abraham at pi.be
Thu Apr 22 19:08:49 EDT 2004


Oops, small correction:

> on errorDialog which
>    if length(which) > 5 then put line -5 to -1 of which into which  
> ### the change
>   set the executionerror of card 1 of stack "Execution Error" to which
>   modeless "Execution Error"
>   send "refresh" to card 1 of stack "Execution Error"
> end errorDialog
>
>
> HTH,
>
> WA
>

on errorDialog which
    if the num of lines in which > 5 then put line -5 to -1 of which 
into which  ### the change
   set the executionerror of card 1 of stack "Execution Error" to which
   modeless "Execution Error"
   send "refresh" to card 1 of stack "Execution Error"
end errorDialog

Sorry,
WA



More information about the metacard mailing list