As a workaround, I used the nifty Clipboard function to store the e-mail
addresses and have the user paste them in.  Unfortunately, VARCHAR doesn't
seem to work with this so I'm 'limited' to the NOTE function.

Still having fun here though.

Pat

SET VAR vemailaddress NOTE = email address string
SET VAR vemail TEXT = ('mailto:' + '' + '?subject=' + .vsubject)
SET CLIPBOARD .vemailaddress
PAUSE 2 USING 'When E-Mail Opens, Paste E-Mail Addresses into Address Field
(BCC Recommended)' at 10 20
LAUNCH .vemail


> Changing to:
>
> SET VAR vemailsubj VARCHAR = ('mailto:' + '' + '?subject=' + .vsubject +
> '&bcc=' + .vemailaddress)
> LAUNCH .vemailsubj
>
> results in a different error message: "The Specified File Was Not Found."
> vemailsubj is 2,536 characters, btw.
>
> Patrick
> R:Baseing Since 1985

Reply via email to