Paul,

RelatedRequest() does indeed return the local txt variable as its result. In
effect, the �return txt� step, though more proper, isn�t necessary in this
case...

Still troubleshooting over here...thanks again!
Jed

On 5/9/01 11:47 AM, you wanted me to know this:

> Jed,
> 
> Thnks. You're calling the handler RelatedRequest("dbName", "globalField")' as
> the third parameter of the handler Maillt. But RelatedRequest doesn't return
> anything that can be used as a parameter in Maillt. it just does things. What
> happens if you make two changes:
> 
> ------------
> set txt to my RelatedRequest("dbName", "globalField")
> my MailIt("[EMAIL PROTECTED]", "subject", txt )
> 
> on RelatedRequest(zDB, outputField)
>   --64K of text in outputField
>   tell fmpApp to tell �class cDB � zDB to set txt to �class vlue� of �class
> ccel� outputField
>   return txt
> end RelatedRequest
> -----------------
> 
> If there's still an error, where exactly does it occur?
> 
> (BTW, this list also handles HTML fine, and doesn't introduce artificial line
> endings when you paste scripts into it. You can reduce bandwidth by clicking
> the HTML button twice to convert to plain text then back to HTML to get rid of
> styling.)
> 



~)~)~)~)~)~)~)~)~)~)~)~)~)
Jed Verity


--
To unsubscribe:               <mailto:[EMAIL PROTECTED]>
To search the archives:
          <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to