Unregistered :
I have got the code working for single recipients and no attachments, which is brilliant. The thing is, i need to send them to multiple recipients, and cc. it's not vital to send file attachments at this time. is there any easy way to modify the code to do this. i also need to...
I have removed all references i can see from the code in relation to attachment formats, attachment names and mimeheader - all messages will be plain text. i have also removed all precedures including the one that was giving me the "invalid character in integer format c" error. i have recompiled...
After many problems with Mapi, i was advised to play about with sntp, and see if this was any better. I have download smtpmail.p and base64encode.p and have been experimenting with these. The problem i now have is that when i try to run these procedures, i am getting the following error message...
I am creating an excel spreadsheet on the fly using data from a table.The first time i click the button to view the invoice, it appears perfectly. if i shut it down and then try to view the same invoice again, without leaving the program, the spreadsheet appears, but without the information from...
def var w-stat2 as logical.
if 'combo':LIST-ITEMS = ('field you are adding') THEN NEXT.
else
assign w-stat2 = 'combo':ADD-LAST('field you are adding').
Hope this helps.
Emma.
i had an idea this is due to not releasing com-handles properly. this was confirmed, but i can't see why the code does not work. i have attached a file containing the code i am using to see if anyone can make a suggestion.
TIA.
Emma. :blue:
I am creating an excel spreadsheet on the fly using data from a table.The first time i click the button to view the invoice, it appears perfectly. if i shut it down and then try to view the same invoice again, without leaving the program, the spreadsheet appears, but without the information from...
Re: Emma
where is the best place to put this code? when i use it within row display, it complains. When i use it within value changed,it first of all says that it is an invalid widget handle and that it has not been initialised or that it has been deleted, then that it cannnot access...
How can i reference the columns of a browse to change their background colour?
I have the code
ASSIGN 'column':BGCOLOR = 12.
but don't know how to reference 'column'.
Any ideas?
TIA,
Emma.
Re: Emma
That was my poor typing!! i have actually set it to ";", and have changed the variable back too, but still no success. I have sent you the code to have a look at. Good Luck !!
Re: Emma
i have altered the delimiter to ":" and pcRecipient is coming up as "McDonald, Emma;" which i thought would be right. it's still complaining though. If i change the sendmail 3rd parameter to INPUT GET-POINTER-VALUE(MessageDescPtr),
as with yours, it complains about a parameter...
Re: Emma
Hi again,
I had already included the {&Struct-Size}. I have also included the code you have written above. The program compile and ran. It did not send an email though, but did give the error message about an unknown recipient. I only tried to send the email to one person to test...
Hope you can help.
Is there any way that you can alter the text colour in an editor and combo box when the widget is disabled? I can alter the solour when they are enabled, but when they are disabled, the text remains grey.
Also, is there any way to change the colour of the highlighter bar...
Re: Emma
Sam,
I have tried the code you have written here, and it is complaining about subscripts only being used for arrays. I have written an example of the code below. Can you see what i am doing wrong?
RETURNS LOGICAL
( input pcOriginator as char, /* from */
input...
Re: Multiple recipients? No problem!
Thanks, but i already knew that. The thing is with mapi, it is hard to resolve whether a recipient is a to, cc, or bcc recipient. it creates an array which is very difficult to access from progress. in this array it holds the recipient name and class...
MAPI - manuals
I have tried here too. I am wanting info on sending an email to multiple recipients. This site does not contain that information. Thanks anyway.
:wavey:
Re: Re: Manuals - MAPI
thanks for replying.
I have tried both these urls previous to my posting here. I cannot find anything that i can use with Progress. It all seems to be either C or VB. Do you know anywhere i could get a manual on Mapi for Progress, or something similar?
:confused:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.