SendObject

C

Clois Beckwith

I have a macro written that Sends Object as a "rptPO_Print" object to
Outlook? I have a field called "ID" that I want to include in the
rptPO_Print.snp file, but can't figure out how to code on the line with the
rptPO_Print line for the sendobject. Any suggestions?
 
C

Cbeckwith

This a clarification, I want to concatenate the "rptPO_Print" to "ID" with a
space between the two.
 
S

Steve Schapel

Clois,

As far as I know, this is not possible with a SendObject macro. Sorry. You
may need to consider an OutputTo action, followed by a SendObject with no
object specified, and then manually attach the file produced by the OutputTo
before sending the email.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top