Search results

  1. tamhas

    Question How Pass Stream As Parameter

    And, I would start exploring OO programming in ABL. It really is the best way to encapsulate logic and shared data.
  2. tamhas

    Question How Pass Stream As Parameter

    And why not send the error message to a common component, preferably an object, and have that component manage the stream ... or whatever you use. Note that with a common, shared error message component you can choose at any time to change the implementation and you only need to touch one place.
  3. tamhas

    Question How Pass Stream As Parameter

    My remark from 9 years ago still stands...
  4. tamhas

    Question Gantt Chart in Progress 12.8

    So, have you asked the Gantt Chart source if there is a later version?
  5. tamhas

    Question Performance question on a tool library

    You beat me to it, James! I was just about to point out that biting the bullet and making the transition to OO would make most of these issues go away while providing a cleaner and more well-structured environment.
  6. tamhas

    Ratio calculation in progress

    Your requirements are very unclear.
  7. tamhas

    Report Builder error - character field no longer in table

    I.e., editing with too high a version might corrupt the file?
  8. tamhas

    Install Progress 9.1b on Windows 11

    Does "we have installed" mean that it actually works reliably. In any case, it won't be supported.
  9. tamhas

    Site registration seems to be broken

    Going forward, what is the best way to bring issues to your attention?
  10. tamhas

    Site registration seems to be broken

    Some other things you might try https://x.com/chris4gl https://www.linkedin.com/in/christopherkelleher/ https://kelleher.social/@Chris The last one has a post 4 days ago.
  11. tamhas

    Site registration seems to be broken

    Strange. I had an e-mail from Chris from the me.com address on 29 May.
  12. tamhas

    Site registration seems to be broken

    I didn't expect him to be able to fix it, but thought he would know how to reach Chris.
  13. tamhas

    Site registration seems to be broken

    Ask James
  14. tamhas

    Site registration seems to be broken

    Does chris.kelleher@me.com not work?
  15. tamhas

    Question OPenEdge OpenEdge.Net.HTTP performance issue

    mixed bag of 11.7.x to 12.x.x. Sounds like an excellent way to get in all sorts of difficult trouble.
  16. tamhas

    Question Way to delete records of table from database? (DBA related query using and utility)

    I.e., it would help a lot if we knew the business problem you were trying to solve.
  17. tamhas

    How to release record locks in a repeat block inside a do transaction block

    I recommend that you think carefully about what you really need. For example, I can understand wanting to undo everything about a customer and their orders, while leaving everything about all other customers and their orders, plus treating the delivery flow as a separate transaction. What you...
  18. tamhas

    How to release record locks in a repeat block inside a do transaction block

    The solution, of course, is to change the transaction scope. Making the entire do block one transaction is obviously going to lock a LOT of records with those kind of numbers. What is not obvious is what scope is appropriate for your business needs. Possibly you could process the orders for...
  19. tamhas

    Site Slow

    Recently, the site has been very slow when first accessed. Today it is worse and everything is slow. Images are especially slow. Are we down to connecting with a 300 baud modem?
Back
Top