Search results

  1. J

    Document Object Model

    I am using the Microsoft web browser OCX and have loaded a form document into the browser. On the form there is a fill-in field and several Checkboxes. I can retrieve the value what a user places in the fill-in field using progress and the Document object Model com-object. When I look at the...
  2. J

    Passing Data from Visual Basic to Progress using memptr

    Location of the dll on my system. C:\visualbasic\Lotus\SolNotes.dll
  3. J

    Passing Data from Visual Basic to Progress using memptr

    Hi, The code connects to lotus notes comm via a Vb DLL which we have written ourselves in house. Progress Connection code:- Def var V-OBJSESSION as com-handle no-undo. Create "SolNotes.Application" V-OBJSESSION no-error. The progress app is started first which connects...
  4. J

    Passing Data from Visual Basic to Progress using memptr

    Thanks for the info about SET-POINTER-VALUE, it does exist in 9.1C. But unfortunatley the get-string returns random characters and not the word test. I have also tried it with the rtlmovememory call and that does not work either. Have you any other suggestions? Thanks Jon.
  5. J

    Passing Data from Visual Basic to Progress using memptr

    Hi, I am trying to transfer data from a visual basic application to a progress application. The data could be extensive so I don't want to use input output params etc. I have thought of loading the data into memory within the Visual basic app and passing the memory pointer to the progress app...
Back
Top