Recent content by roettgermann

  1. R

    How can I use a .net dll in OpenEdge (AppBuilder)?

    How can I use a .net dll in OpenEdge (AppBuilder)? I know I have to define it in my path assemblies and that works well. BUT: how ca I get some information of the dll? Here I sende you the code of the dll and my own code. test.dll: using System; using System.Collections.Generic; using...
  2. R

    Prodict/Load_DF.p does not work 10.2A

    Hello, I am using def var pc-file as char. /* => filename (...df) */ RUN prodict/load_df.p (pc-file). In Progress 9.1 E it worked well. Now in OE 10.2A I have the problem that the database changes were not made. Bút ERROR-STATUS:GET-NUMBER(1) = 0, so I don't have an error? Has anyone an idea...
  3. R

    Reading and writing to a Windows COM port using Progress

    Parity and Stopbits a Windows COM port using Progress Hello, here i have a part of the com port code: SET-SIZE(DCBStructurePointer) = 29. RUN GetCommState (CommHandle, INPUT-OUTPUT DCBStructurePointer, OUTPUT nRC). IF nRC <>0 THEN do: ASSIGN DCBStructure = GET-STRING(DCBStructurePointer,1)...
  4. R

    Change from 10.2A00 to 10.2A01?

    Hello, I want to install the OE Manager under 10.2A00 but it needs 10.2A01 ... Does anyone know how I can get the upgrade? Best regards Matthias
  5. R

    OE 10.2A use of PNG-files?

    Hello, can anyone tell me wether it is possible to use images in Progress with the format 'png' (instead of bmp, jpg etc.)? And if not - is there existing a tool which I could use to show png-fiels? Best regards Dr. matthias röttgermann
  6. R

    press a button very fast

    Hello and thanks, with the flat mode it works now. Thanks Matthias
  7. R

    press a button very fast

    Hello, I use the 'choose' event. And when I try it with the mouse I also have a mismatch in the number of events logged and occurred. But today I noticed: When I use the option 'flat' = YES on my button it works well ...?!?!?... I don't understand it and it's not the best solution, so if you...
  8. R

    press a button very fast

    - Progress 9.1E, Windows XP For my application it is necessary that I can press a button very fast (with a touch screen panel). At the moment I use a ‘button’ . But when I press down the button again very fast, for example I press it five times, I have the problem that the button gets this event...
  9. R

    Reading and writing to a Windows COM port using Progress

    Hello Chris, I used the code to read data from an serial input and it works well. But now I have a serial connection where I always get 'received number of bytes' - with 'clearcommerror - => 0!. Do you have an example to use only the function readfile with a timout or something else? At the...
  10. R

    scrollbar-vertical => width can be customized?

    Hello, does anyone know wether the width of the scrollbar (vertical) can be changed? - Progress 9.1.E, Windows XP. Best regards Matthias Röttgermann
  11. R

    read xml Progress 9.1E Windows XP

    Hello Ruud, thank's you very much! I did not know that I can work with the subtype 'Element'. Now I get all the nodes. With kind regards Matthias
  12. R

    read xml Progress 9.1E Windows XP

    Hello, I try to read the following XML-file, but I can't read the nodes 'EANS' and 'KONDITIONEN' . Can anyone help me? The file: <?xml version="1.0" encoding="utf-8"?> <datareform> <kopf kundennummer="9200" kundenname="Test Kunde" version="0.0.7.24" /> <artikels> <artikel...
  13. R

    Custom Splash based on INI settings?

    Hello, I don't want have any splash. Can you tell me where I have to set the nosplash=yes - function? With kind regards Matthias Röttgermann
  14. R

    Progress 9.1C to Progress 9.1E

    Hello, I change System of our customer from Progress 9.1C to Progress 9.1E. It is necessary to install the version 9.1E or could it be enough to copy some files (which) in the directory dlc? This would be more easier for me (and the customers). Thank you for any information. Kind regards...
  15. R

    Nice Button Progress 9.1E / Open Edge

    Hello, I'm searching for a nice button which I can use in our program. It would be nice if these buttons are rounded. Hay anyone an idea where I can get a tool or has anyone another solution for me? Best regards Matthias Röttgermann
Top