J: I always thought of this as being one of two options. Either you (1)
go into settings / report / email and type in the info there, or (2) you put
the settings directly in the "print" statement. But I've never done both.
Below is an example of a print command when I have the settings
automatically entered at the workstation (this client is running windows 7):
PRINT &vreportname WHERE blno = .vblno OPTION PDF | FILENAME
&vrname +
|TITLE 'Transfer Documentation' +
|SUBJECT 'Your Documentation from Transfer' +
|AUTHORIZATION 'ABC company' +
|INCLUDE_IMAGES ON +
|INCLUDE_LINES ON +
|INCLUDE_RICHTEXT ON +
|INCLUDE_SHAPES ON +
|OPEN OFF +
|email ON +
|email_attachments &vscanfile +
|email_to_list &vtoadd +
|email_from_name ABC company +
|email_from_address &vfrom +
|Email_subject &vsubject +
|email_body &vames +
|email_delete_after_send ON +
|email_show_dialog OFF
> thank you karen - I have added the pipe before the email_date and the
> command is still not working - I should mention that the operating system is
> windows 7 pro
>
> I went into the setting/report/email and completed the form