Search results

  1. K

    SYSTEM ERROR: strent request for more than 64K. (9874)

    The strent request error is one of those low level things that may occur for a number of reasons. eg. Configuration bug. Progress bug. Application bug (eg. garbage collection issues). Your vendor's explanation would indicate the third issue, but it may mean 'imperfect' rather than...
  2. K

    Decompiler for Progress 4GL

    Re: PROGRESS 4GL Decompiler Sorry P, I was being lazy; should have provided a direct link rather than just routing to your hard work cheekily through my homepage, but when I started typing I hadn't noticed my signature link had gone.
  3. K

    What Happened to ProgressTalk.com

    It's a littlethinky production. I would guess from the content on the pilot page and the name, it will be a left-slanted political blog/round-up. No doubt of interest to the liberally minded souls on Peg/Comm.
  4. K

    Does Watchdog use a license?

    <Adopts loud American voice> Go Casper! Go Casper!
  5. K

    Database Documentation?

    Here's a quick peek at an old, out of date version to save you spending hours finding the right file, so you know the sort of thing I am talking about.
  6. K

    Database Documentation?

    You could say that about just about most of the documented 4GL. It isn't obvious why the documentation is missing in this case. More likely it isn't information that is generally needed by Progress users, so other things took up the documentation budget. klodoma, if it is *that* important to...
  7. K

    Decompiler for Progress 4GL

    But I'm paid up...I think...
  8. K

    Decompiler for Progress 4GL

    Alternatively, check out pdecodes utils which include a compiler, which you can find via my links below... Hey! Where's my signature gone?? Ok... via my homepage.
  9. K

    Writing a debugger for my app?

    If you're on XP, it may be easier to make use of the various client logging parameters, and analyse the default logfile which will contain all error messages issued to the user. I use this all the time to diagnose errors, and only step into the debugger when in need to inch through the process...
  10. K

    How to add RIGHT-MOUSE-CLICK event?

    Assuming by 'apply' you mean you want to intercept the event (which is the opposite meaning, so perhaps I have misinterpreted), Try this in the mouseup event instead (MS TreeView 6): MESSAGE p-button VIEW-AS ALERT-BOX INFO BUTTONS OK. You should have different values according to...
  11. K

    Can we have a 'report spam/abuse' button?

    Although few subscribers may be receiving it through email, the spam is obvious and offputting to anyone who accesses the Peg primarily through the web interface. I've been reading the Peg for years, and don't remember a deluge of spam on the webpage like that seen recently.
  12. K

    Can we have a 'report spam/abuse' button?

    Or so I'm told by someone who read those Viagra/"Increase the size of your ABL" ads.
  13. K

    Can we have a 'report spam/abuse' button?

    On one particular well-regarded forum, a recent major increase in spam followed persistent requests for financial support, and I wondered if the forum admin had just given up in frustration at the lack of response, or was trying to say "this is what happens when nobody mans the turrets". If...
  14. K

    app server - outlook email send batch mode

    Not sure if you mean you're using it as a control, or via automation. If it's the former, note: A couple of workarounds are suggested, including using automation. Sorry if that's not helpful, please post a solution if you find one; would be useful. Nice avatar.
  15. K

    Is it possible to use php with progress 4gl?

    My Links (below) > Miscellaneous > Newnhams Progress page has a bit of php stuff (2 downloads which I haven't looked at, but may have some use to you).
  16. K

    Some practical questions, tehniques

    Although I have little practical experience with OO and should therefore maybe not comment (though I've read all the books, got the T-Shirts, seen them live, etc.), I agree with your point here. Given that almost all modern languages are OO-based, or extended (including Progress now), the...
  17. K

    Error-status:error

    eg. DO ON STOP UNDO, LEAVE : RUN VALUE("error.p") NO-ERROR. END. MESSAGE _msg(1) SKIP ERROR-STATUS:NUM-MESSAGES SKIP ERROR-STATUS:ERROR VIEW-AS ALERT-BOX INFO BUTTONS OK. ERROR-STATUS:NUM-MESSAGES is the correct test though, as Parul says.
  18. K

    Error-status:error

    Num-messages or _msg(1) will be set if the error check is reached. Also, wrap your run in a DO ON STOP, as the STOP condition is raised when the program is not found. You may also like to test before running with the SEARCH function.
  19. K

    Some progress Questions.

    Difficult to generalise, as it depends on business requirements, platform(s), budget, etc, but... Progress GUI vs. Other GUI I wouldn't wait for 10.when - as far as possible I would like to remove Progress as a frontend supplier from my system. This raises communication issues (different...
  20. K

    Some progress Questions.

    Dumping Progress? OK. .Net or Web for those fancy front ends; Progress for those quick to create back ends. Appserver/webservices connections. I'm fine with ADM2 at the moment, but it's getting old, and I'd love to see it updated for .Net communication - did the prodataset sdo ever get...
Back
Top