Mark[MS]
06-Feb-2006, 10:33 AM
I'm a new user to Eurekalog - was using the exception dialogue with mail within the Jedi VCL pack but the options Eurekalog offers goes far beyond what that offers.
One of the things that was a buying point of Eurekalog was the ability to attach files...so I've looked at the help file and am attaching 2 files. The files are user selected through the application (1 Excel spreadsheet and 1 any file) via a standard TEdit. I've got the AttachedFilesRequest as:
AttachedFiles.Add(fnedtFile1.Text);
AttachedFiles.Add(fnedtFile2.Text);
and I get 2 files sent along with the screenshot and log...but the 2 files are both the 2nd file - it's not sending me the fnedtFile1.
Files are sent compressed (still does the same uncompressed).
Any ideas on what I've missed?
One of the things that was a buying point of Eurekalog was the ability to attach files...so I've looked at the help file and am attaching 2 files. The files are user selected through the application (1 Excel spreadsheet and 1 any file) via a standard TEdit. I've got the AttachedFilesRequest as:
AttachedFiles.Add(fnedtFile1.Text);
AttachedFiles.Add(fnedtFile2.Text);
and I get 2 files sent along with the screenshot and log...but the 2 files are both the 2nd file - it's not sending me the fnedtFile1.
Files are sent compressed (still does the same uncompressed).
Any ideas on what I've missed?