Recent content by peterjudge

  1. peterjudge

    Lots of watchers ...

    There are stil some humans in the OE world. Or mostly-human, depending on your bent. :D
  2. peterjudge

    Powerful UI Design for the Maintenance of Parent/Child Dataset

    A challenge with something visual - I love the idea, must say - is that of screen real estate. Maybe it could be on its own dialog that pops up when you select a Copy menu item or button. Something like the dialog that pops up when you click on the "all charts" button in Excel.
  3. peterjudge

    MircoPad for Progress Developer Studio

    Make sure you are using the correct extension (there are older ones that are still in the marketplace). The one published by Riverside Software is the one. You are also going to want to be on the pre-releases - Gilles releases there fairly regularly, bug fixes, new features, etc. It's very...
  4. peterjudge

    Lots of watchers ...

    Why? In today's world, some sort of AI scraper would be my guess.
  5. peterjudge

    Api Key Authentication from Pasoe Rest Service with Rest protocol in 12.8.4

    When you're using the REST transport, then web handlers are not involved at all. For REST, you will need to pass the value of header (I'm guessing) that is used for the API key as an input parameter into the procedure/method you've mapped to the operation, and then process it there. That said...
  6. peterjudge

    Pass different datasets as parameter

    Don't forget to clean up the dataset handle(s) ...
  7. peterjudge

    Question How CreateProcessA procedure is used in ProTop and Readprobe?

    From the code construction I would think that that was when the PROCESS-ARCHITECTURE functionality was added to OpenEdge.
  8. peterjudge

    TinyMce - Winforms

    If you want to use standard WinForms controls, take a look at some of the answers in this thread . Telerik also has one: WinForms Syntax Editor Overview - Telerik UI for WinForms
  9. peterjudge

    We want to know how to install quickly Openedge client/server on multiple machines automatically ?

    You can also use Windows' MSI installer - see Progress Documentation
  10. peterjudge

    Files in DLCWRK folder aren't getting deleted, causing disk space utilization to spike

    If you have installed the oemanager webapp you can see - through OE Explorer / Management or the REST API , maybe via the Swagger interface - which programs are currently memory-resident ("session stacks"), and potentially which objects (eg handles, memptrs, class-based objects) are memory...
  11. peterjudge

    OpenEdge OECC 2.0 problems

    I'd try disabling the OYel functionality in PASOE first, since that's another moving part. You could also post an example of the messages you're zeeing in the OECC logs here.
  12. peterjudge

    Question Missing "OpenEdge.Core.Util.UTF8Encoder"

    You should be able to use it in 12.2 ... will just need to get it from Progress' GitHub page. I don't believe that it uses any of the newer ABL that's not in 12.2.
  13. peterjudge

    Question Missing "OpenEdge.Core.Util.UTF8Encoder"

    It looks like it was only added in 12.3 .
  14. peterjudge

    Question OCX 32-bit in OE 12 64-bit

    You can download the Development Server (or at least, used to be able to) which allows compilation on other platforms. That does not include the previous version tools, to the best of my recollection.
  15. peterjudge

    Frames in TTY mode

    Your scrollbar is coming from the WITH phrase on the FORM statement. If you reduce it to something that fits into the window you will not see the scrollbar. You can also use the STATUS statement to write helpful texts.
Back
Top