Search results

  1. T

    utility to reformat bad indentation

    I see there are older threads that address this, but I want an up-to-date answer. Are there any utilities or editors that will reliably reformat code with bad indentation? I used at least one in the past that did more harm than good!
  2. T

    passing temp tables in a generic way

    Suppose program.p has a temp-table foo defined in it, and I want to use it by sending the data to a myclass.cls in the constructor? Can this be accomplished in a generic way using handles or something else? (NOT defining temp-table foo in myclass.cls) This sounds to me like it is something...
  3. T

    What is the current consensus on the old "app server" vs the tomcat based one?

    What are a few of your opinions on this topic? How do they compare in the following ways: Speed an efficiency, reliability, complexity in configuration, flexibility? We are planning on upgrading from OE 11.6 soon and it is my understanding the old app server is not compatible with versions...
  4. T

    server program signatures?

    Is there an was way to get the signature of server programs other than writing a lexer? In other words, I want to convert every program from this: define input parameter zero as decimal. define input parameter one as dec. define input parameter two as sting. to a list: zero,TYPE.DECIMAL...
  5. T

    openedge REST from linux w/o Pacific

    We are running 11.6 under the old app sever (not Pacific) on Linux. What is the best way to provide REST with out using the Pacific server? The best I came up with was running java calls to procedures. There has to be a better way. Does anyone have suggestions? Thanks, Tom
  6. T

    Question Example Of A .net Form Placed On Top Of An Abl Window

    I want to use .net with an existing ABL program that uses ABL windows. I have seen references to this being done in the documentation but only have seen code examples of the opposite (putting an ABL window on a .net form). Does anyone have an example or can they point to one? Thanks!
  7. T

    what is the fastest way to serialize a temp-table?

    I want to serialize a dynamic temp-table so I can pass it at run time not knowing its definition at compile time. JSON/XML are obvious choices but I neither want the bloat nor does it have to be human readable. Any suggestions? Optional compression would be icing on the cake but I could...
  8. T

    path to .cls files

    How do you define class files from openedge? (I am using 10.2A under unix) I read it was relative from the propath, with periods indicating directories. Example: PROPATH=/home/tom calling program (in /home/tom) is a one line program with the code "define variable mytest as...
  9. T

    option base 0?

    Is there any way to make the fist element of an array to be zero? So I could do col[0] = xyz. (like every other language!!!) It is a pain to remember to do -1 with active X and .net every time! Thanks Tom
  10. T

    copy of displayed fill-in widgets

    have fill-in widgets and want to be able to select them for copy to the windows clipboard. I have only been able to do the highlight and copy if it is sensitive. Does anyone know if there is a way I can get it to be selectable for "copy" and not be editable? Example: We have an address...
  11. T

    appbuilder vs eclipse

    I have been using appbuilder for over a year now. Does it make sense to switch to eclipse? When we first looked into it it seemed like it was not quite ready for "prime time". What are the advantages to Progress's eclipse over appbuilder? What disadvantages are there? How big of a deal is...
Top