Keith Nichols
Registered User.
- Local time
- Today, 06:16
- Joined
- Jan 27, 2006
- Messages
- 431
When using sendobject to email a report, can I send a carriage return in the message somehow? "chr(13)" doesn't work.
The snapshot file attached to the email takes the report caption property to generate the filename "caption.snp".
I have been able to set the caption in the on open property with me.caption = "caption text here", but this event doesn't fire when sending a report to email. I tried setting the caption immediately before calling the report but I get the error 2456 - can't find the report, which is obvious as the report is not open at that stage. Is there an event I can use to set the caption prior to the snapshot file being generated?
In 2002 Cosmos posted a link to a sample database which had solved this problem so I think it can be done. Unfortunately the link is dead.
Any suggestions gratefully recieved.
The snapshot file attached to the email takes the report caption property to generate the filename "caption.snp".
I have been able to set the caption in the on open property with me.caption = "caption text here", but this event doesn't fire when sending a report to email. I tried setting the caption immediately before calling the report but I get the error 2456 - can't find the report, which is obvious as the report is not open at that stage. Is there an event I can use to set the caption prior to the snapshot file being generated?
In 2002 Cosmos posted a link to a sample database which had solved this problem so I think it can be done. Unfortunately the link is dead.
Any suggestions gratefully recieved.
