Search results

  1. jdpjamesp

    Question QAD Roll-up

    Locking as a dupe
  2. jdpjamesp

    test

    What happens when you do?
  3. jdpjamesp

    Site registration seems to be broken

    That's great Chris!
  4. jdpjamesp

    Question OPenEdge OpenEdge.Net.HTTP performance issue

    Anecdotally we've had the exact same issue in 11.7 with various REST calls. In the end I reverted back to cURL as there's just not enough hours in the day to fix this sort of thing.
  5. jdpjamesp

    Unable to get PDSOE 12.8 installation in non interactive mode

    Sounds like you may be best off posting on the Progress community. That way Progress folk will be able to help out.
  6. jdpjamesp

    recovery openedge management password

    My crystal ball suggests he wants to reset the OEM password.
  7. jdpjamesp

    No tcman command

    You can also create an instance using the tcman in the <dlc>\servers\pasoe folder if that's your preference.
  8. jdpjamesp

    Question How to match standard and specifics

    Sounds like you want OO principles to be honest. You have your base code but in certain instances that can be overloaded/extended and all that loveliness.
  9. jdpjamesp

    Appserver agent are busy and stuck.

    You need to work out why those agents were showing as busy. A proGetStack on some of the PIDs will point you in the direction of which line of code they're on at the time. Maybe you'll find a pattern. Last time something like this happened to us we found that an external API we were consuming...
  10. jdpjamesp

    Sysprogress user

    Have you tried googling? It's the default DBA account for SQL access. There's plenty of material online about what it is, how to log in, and what to do if you don't know the password.
  11. jdpjamesp

    Please Delete this thread

    Closing as a dupe.
  12. jdpjamesp

    Question ABL Wordle Application

    Yeah there was a reason for that many years ago that I no longer remember. Easy enough to fix ;)
  13. jdpjamesp

    Question ABL Wordle Application

    @Cecil here's a simple Battleships game I wrote in ABL using dynamic widgets and images as I found that worked better than manipulating the colours like I said earlier.
  14. jdpjamesp

    Question ABL Wordle Application

    When I've done games dev in the past in OE I've ended up using images and overlaying them on buttons rather than faffing around with fonts and colours.
  15. jdpjamesp

    Question ABL Wordle Application

    color-table. That's the one. :D
  16. jdpjamesp

    Open Excel without MS Office

    If you're creating and opening xlsx files then they're basically just compressed folders of xml files. There's documentation out there for them, or you can use tools that already exist. DocXFactory being the most likely candidate to use I'd have thought. GitHub - DocxFactory/DocxFactory: Cross...
  17. jdpjamesp

    Question ABL Wordle Application

    Gosh. It's been a while. But I believe you can set fonts and colours at runtime, and I believe you can check what values are set, if any. The big issue I have is I can't for the life of me remember how!
  18. jdpjamesp

    purge and resize db

    Just a thought - you're on Windows and the backup takes 90 minutes. That seems a little long tbh. When you do the backup are you using the same filename each time, and are you backing up over the old backup file? If so, consider moving the old backup to the side, or using a unique file naming...
  19. jdpjamesp

    OpenEdge 13.0 ?

    Old Gus Bjorklund had a farm Oh Eee Oh Ex Oh Dee
  20. jdpjamesp

    DB Parameters -S

    -S stands for Service I believe. It's the port number that the broker will listen on. You can either use an integer port value, or in this case you use a character value that is then mapped to that port. In Windows that's in the Services file. Similar is done in Linux but I can't remember off...
Back
Top