Search results

  1. E

    Invalid Ignore list

    maybe we ought to try and get Chris to give us some info on what has happened, and why?
  2. E

    Invalid Ignore list

    but isn't it more of a pain to us than to the none registered user? They may only post once a blue moon, but registered users tend to at least view posts regularly. i know i do, and the message will become a little annoying if we have to specifically chose to read a post.
  3. E

    Invalid Ignore list

    and here, maybe it's a new thing, or a problem with the page?
  4. E

    help with submit

    Hi, I have the following: document.forms.frmQuestions.submit(); which gives the error document.forms.frmQuestions is not a function. Does anyone have any ideas? Thanks, Emma.
  5. E

    Multiple sensitive windows.

    Thanks for the reply, but maybe i didnt explain myself very well. I have already got the running of the child2.w, whilst causing child1.w to be sensitive, or not. The problem i have is that none of them are dialog boxes, they are all windows. what i want is to be able to also set the main.w as...
  6. E

    Multiple sensitive windows.

    The scenario i have is as follows: Main.w can run multiple programs. Each program can only have one instance of itself running at a particular time. from main.w, we run child1.w this program allows the user to add, update or view particulars. in this instance, the user must...
  7. E

    Sensitive

    so simple, and so obvious when it's written in front of you!! Thanks a lot. That worked fine. Emma.
  8. E

    Sensitive

    Hi, This is probably really simple, but i just can't figure it out. All i want to do is when the user chooses a button, run another program, making the parent:sensitive = false parent:window-state = 2 then when the user closes the second program, make...
  9. E

    Is there a way round this?

    Progress 9.1b, NT4 sp 6, Outlook 97. I was told that the GetFirst / GetNext com handle methods were only included in versions of Outlook after and including 2000. I am wanting to check folders for the existance of a contact. If not, i want to create them. It sounds simple, but without the...
  10. E

    GetFirst and GetNext

    Hi, I am trying to use GetFirst and GetNext com-object methods from within Outlook. They work in a code sample I was sent which used Outlook 2000, but not on my machine, using Outlook 97. Has anyone else encountered this, and if so, is there a way round it? Kind Regards, Emma...
  11. E

    Contact Folders

    I am using Outlook to create contact items on the fly. The program checks that the contact doesn't exist, and if they don't, it creates them. The problem i am having is that the program is creating contacts that already exists. At work, we use 'Mailbox - user, name" rather than the personal...
  12. E

    Contact Item in Outlook

    Hi, Is there a way to check outlook to see if a contact has already been created, to avoid creating duplicate contacts when I run a create from progress? Thanks, Emma.
  13. E

    sending mail via outlook ole - re-post

    Below is the original post. I added "NO-ERROR" to the send statement and again it runs outlook, but doesn't give me the previous error. i now get an outlook.exe error, then outlook proceeds to shut down, along with the the message. Does anyone have any ideas about this? Emma...
  14. E

    case statement & tabstrip

    re: try using the following code. I hope this helps. Emma. do on ocx.click of TS /* TS = tabstrip name */ : def var ch-tab as com-handle. def var c-caption as character. assign ch-tab=chTS:TabStrip:selecteditem c-caption=ch-tab:caption. CASE c-caption...
  15. E

    sending mail via outlook ole

    i am using the following code to send emails via outlook from progress. This works fine when outlook is already running. If it isn't, the code runs outlook, but doesn't send the email. If i click send i get this error: Error occurred while accessing component property/method: SEND. The...
  16. E

    Browse Query

    Using Progress 9.1.C on NT 4.0. I have a table with more than one record having the same value in a given field, ie. Records...              Field 1    Field 2 1            fruit        east 2            fruit        west 3            fruit        south 4           ...
  17. E

    outlook address book - 2

    is there anyway to access the personal address book within outlook without having to use anything to do with MAPI? Emma
  18. E

    Accessing the outlook address book

    Hi all, Does anyone know how i can access the outlook address book from within a progress program using com objects? Code examples appreciated. Thanks in anticipation, Emma. :confused:
  19. E

    smtp - 2

    i can't believe how uncomplicated it is, and how little code there is compared to some of the other stuff i have been looking at. I have got it working using mulitple recipients, of various classes. The problem i still have though is the address book feature. Is it possible to call this in a...
  20. E

    smtp - 2

    i have tried using mapi with outlook, and didn't manage to get this to work. is this what you are talking about when you say that i could use com-handles? i will keep you posted as to how i get on with the new info. Thanks.
Back
Top