Hey proven_solutions, On Monday, January 2, 2006 at 2:59:05 PM you wrote p> Are there any parameters that I have to set when attaching a PDF such p> as...
I am getting an error 'Cannot Find Send Entry Point' when using the .DLL version of BLAT 250. I have checked the string that I am sending and it looks OK. Does...
... What does your code look like? Here is a snippet from my test code for accessing the DLL from a C program: #include <windows.h> #include <stdio.h> #ifdef...
I am using Visual FoxPro and have found the resolution at a FoxPro site. The problem is that instead of 'Send', my code was using 'send'. I was assuming that...
I downloaded the BLAT error codes and I see that there appears to be a couple of duplicates. For example: 2 might be a) 'The server actively denied our...
Greetings Allan Coganovitch, ... user? If you are looking for the specific Visual FoxPro code I don't know of a example. I assume you have already checked the...
Hi, Well, I never really worked with 'C' before or created a dll in FoxPro. At this point, I do not think that the timing is good to absorb the learning curve....
... file.vcs_.txt ... attachment, this ... email ... final goal is ... open it ... invitation and ... attach a ... if not, it ... for me ... syntax :) ... the ...
I've tried to send a file with a comma in the name, and BLAT seems to not pick it up. I surround the filename with quotes; do I have to escape the comma, or...
I am not an expert at BLAT but ... The '-attach' parameter can be followed by a file name or file names which are comma separated. I think that it is trying to...
... Tried that and still no error message found (basically, the log file was just the same as the output I put in in my second message). It looks like a bug to...
... Here is my entire DOS command window content to show writing logs to filenames with embedded spaces. Please note the conservative use of quotation marks....
As I mentioned in my prior post, when I was having issues with my command line a file named 'program' was written to the root of my 'C:' drive. I did not even...
... Thanks, works now. I take it that \" can be put round all filenames, just in case there are commas. Are there any other problematic characters? Our files...
iam using visual studio 2003 ...i need to do an email notification to users whose accounts expired which is 1 year after the create date..i was asked to use...
Hi, I am trying to create a batch file which will send out a mail when the file size exceeds a specified limit. I can get the login name of the user who is...
Hey p_giridhar_74, On Friday, January 6, 2006 at 2:27:40 AM you wrote p> I am trying to create a batch file which will send out a mail when the p> file size...
Hey spruceoasis2000, On Friday, January 6, 2006 at 2:47:41 AM you wrote s> iam using visual studio 2003 ...i need to do an email notification s> to users whose...
I've been using Blat for a while to forward plain text or HTML attachments to single users or groups without any problems. I've now created a batch file to...
Hey Jason, On Monday, January 9, 2006 at 7:37:00 AM you wrote J> I've been using Blat for a while to forward plain text or HTML J> attachments to single users...
... <snip> ... document. ... Filename ... is ... Brilliant! Used the 'attach' option and it only adds the document once!!! Even though the file has a .doc...
... The command line parsing is handled before Blat is given control, this is the nature of writing C programs. I ran blat with this command line and I saw all...
This seems to do the business! Many thanks! This might be worth mentioning in your documentation: both the \" escaping and the multiple use of -attach : or is...
Hi, all, is it possible to specify to use a random part in the message ID auto- generated by Blat? I have situations where mails are sent simultaneously from...