Atomic Shrimp
Humanoid lifeform
- Local time
- Today, 23:06
- Joined
- Jun 16, 2000
- Messages
- 1,953
I would like to be able to attach the results of a query as a text file attachment on an email.
It works, except that instead of the comma-separated file that i would have liked, the text file is an absolute mess, like this:
So, short of exporting the results to a file on disk then attaching to an mail object in code (fiddly) , is there any way to get SendObject (A97) to send a .csv file?
Thanks
Mike
It works, except that instead of the comma-separated file that i would have liked, the text file is an absolute mess, like this:
Code:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -----------
| Scan | Count | Description | Entered Text | Loc | Date | Seq1 | Seq2 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -----------
| 9781876050733 | 1 | CAIRN TERRIER THE NEW | | (Unknown) | 16/07/01 18:02:26 | 1 | 1 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -----------
So, short of exporting the results to a file on disk then attaching to an mail object in code (fiddly) , is there any way to get SendObject (A97) to send a .csv file?
Thanks
Mike