Recent content by grinder

  1. grinder

    Question Timeout in a linux environment

    Hello there, we have many users who don't disconnect when leaving the office. Applications runs on Red Hat Enterprise Linux Server release 6.3 (Santiago) Is there any startup-parameter to set the timeout for idle users? Or any other idea how to handle this issue? Thank you in advance.
  2. grinder

    Debugging in a CHUI

    Fantastic, this works really great. The only thing I had to do in addition is to connect the unix-file system (where the r-files are) to Win via SMB share. After that I set the SMB-path in the Debugger under Edit -> Preferences -> Attachable Thanks again to you all and have a great weekend...
  3. grinder

    Piew - Free Progress Code Editor

    Block-folding a little bit confusing as it hides the END-statement as well. Is there a possibility to change this?
  4. grinder

    Debugging in a CHUI

    I tried -debugalert 1 and got error 301, wrong argument. Didn't try without 1. The app starts now. Thanks. But when I try to debug now, the window freezes again and on CTRL-C I get the error 4106 (Unable to startup PROGRESS Debugger) Is this because the app runs on a Linux-Server and I only...
  5. grinder

    Debugging in a CHUI

    Hello there, once again I need a little help from you. First of all: Is it even possible to debug an application that runs on Red Hat Enterprise Linux Server release 6.3 (Santiago) in a ChUI? If not, thread closed ^^ The frontend of the app I want to debug is displayed via TeraTerm, Progress...
  6. grinder

    Piew - Free Progress Code Editor

    Is there a possibility to export/import the settings in order to install Piew on another PC?
  7. grinder

    Piew - Free Progress Code Editor

    Hi, is it possible to start Piew with connected DB? Otherwise the syntaxcheck doesn't work for me. Thanks in advance :) ------- EDIT: Got it, thx.
  8. grinder

    Question Print bitmap in character client environment

    Hello folks, in a new project I have to print a logo on an invoice. The environment is from 1980 (not really, but it looks like), based on Unix with character client, but Progress 11.6 :) The invoices are printed via OUTPUT THROUGH VALUE(cPrinter). Any ideas how to solve this issue? I thought...
  9. grinder

    Piew - Free Progress Code Editor

    Sounds good to me, didn't think of that :), but I meant the windows-file-explorer, not the built-in one. After editing files I have to move them to e.g. SVN or do other tasks with it. And as the filepath is unnecessary long it's tedious to go there. An option similar to notepad++ would be great...
  10. grinder

    Piew - Free Progress Code Editor

    Is there an option to open the file-explorer in the file-containing folder?
  11. grinder

    Connect DB running on a Unix system to a Windows Development environment

    Works like a charm, thank you very much, Rob. If we ever meet, I owe you a beer :)
  12. grinder

    Connect DB running on a Unix system to a Windows Development environment

    Wow, thank you very very much Rob. I will do a test asap and give you feedback. I think I will use the AppBuilder as IDE (easier to configure than Eclipse ^^) and the OpenEdge version used here is 11.3SP1. Really, thanks a lot :)
  13. grinder

    Connect DB running on a Unix system to a Windows Development environment

    Hello folks, I'm really sorry to bother you with this maybe stupid question, but as I'm relatively new to database-administration I might bother you a little bit more in the future :D First, how do I get the database which runs on an unix server connected to my Windows environment? I read...
  14. grinder

    Resolved Static instance failed to load. Cannot reference class xyz (14631)

    The particular part of the system runs on Unix -> Case sensitive. The error message mentioned the called class in lower case but in the concerned programs it's written with correct case. And here comes the bug: In another program (which doesn't run on Unix and which is compiled before my...
Top