Search results

  1. E

    smtp - 2

    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...
  2. E

    smtp - 2

    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...
  3. E

    Smtp

    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...
  4. E

    Send mail coding

    You could use Mapi,but i have found many problems with it.
  5. E

    Viewing spreadsheets from Progress - again

    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...
  6. E

    Reply for Tony Vela

    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.
  7. E

    Viewing spreadsheets from Progress

    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:
  8. E

    Viewing spreadsheets from Progress

    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...
  9. E

    Browse Columns

    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...
  10. E

    Browse Columns

    Re: Emma the program is saying that FIRST-COLUMN and NEXT-COLUMN are not queryable attributes for browse-14? What have i done wrong?
  11. E

    Browse Columns

    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.
  12. E

    Manuals - MAPI

    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 !!
  13. E

    Manuals - MAPI

    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...
  14. E

    Manuals - MAPI

    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...
  15. E

    Here's another one - colour formatting

    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...
  16. E

    Odd numbers

    Is there a way to find out if a number input by a user is odd or even? Thanks in anticipation, Emma.:)
  17. E

    Manuals - MAPI

    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...
  18. E

    Manuals - MAPI

    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...
  19. E

    Manuals - MAPI

    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:
  20. E

    Manuals - MAPI

    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:
Back
Top