Hello All,
My goal is to wite a report that groups orders taken by various people. Each person needs to get a summary of their activites from the administrator. The hyperlink/mailto function is perfect for this. At the footer of each group I have written a formula that pulls the employee's email address and creates a simple string
"mailto:someone@here.com?Subject=stuff&Body=more things";
This works great! However, Crystal reports has a limit of 254 characters in a string. I need at least 400 characters to send the amount of information that is required. How can I get around this contraint?
any ideas??
I was thinking about using an array of strings, but I don't know how I would implement that.
My ultimate goal is to send an email with a portion of the report embedded in the email's body. I am open to any solutions other than what I am attempting.
My goal is to wite a report that groups orders taken by various people. Each person needs to get a summary of their activites from the administrator. The hyperlink/mailto function is perfect for this. At the footer of each group I have written a formula that pulls the employee's email address and creates a simple string
"mailto:someone@here.com?Subject=stuff&Body=more things";
This works great! However, Crystal reports has a limit of 254 characters in a string. I need at least 400 characters to send the amount of information that is required. How can I get around this contraint?
any ideas??
I was thinking about using an array of strings, but I don't know how I would implement that.
My ultimate goal is to send an email with a portion of the report embedded in the email's body. I am open to any solutions other than what I am attempting.