Search results

  1. tamhas

    Ratio calculation in progress

    Your requirements are very unclear.
  2. tamhas

    Report Builder error - character field no longer in table

    I.e., editing with too high a version might corrupt the file?
  3. 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.
  4. tamhas

    Site registration seems to be broken

    Going forward, what is the best way to bring issues to your attention?
  5. 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.
  6. tamhas

    Site registration seems to be broken

    Strange. I had an e-mail from Chris from the me.com address on 29 May.
  7. 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.
  8. tamhas

    Site registration seems to be broken

    Ask James
  9. tamhas

    Site registration seems to be broken

    Does chris.kelleher@me.com not work?
  10. 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.
  11. 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.
  12. 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...
  13. 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...
  14. 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?
  15. tamhas

    Understanding IF NOT AVAILABLE STATEMENT

    Think of the FOR EACH returning a set. In the above code, the set is empty, so the enclosed code never executes. With the FIND, it is either going to find a record matching the criteria or not, but it will always proceed to the next line, so the not available is reported. Indeed, were I...
  16. tamhas

    Please Delete this thread

    There is a Syteline board.
  17. tamhas

    purge and resize db

    You should also think real hard about the value you are going to get by deleting data. Once deleted, it is no longer available for query and reporting ... you are losing information. Disk is cheap.
  18. tamhas

    if ambig workaround

    The other thing that screams to me from your code is transaction scope.
  19. tamhas

    Question PDSOE Debug settings

    "Architect_Is_Runnig"
Back
Top