Search results

  1. E

    Openedge Coding/db Standards Document?

    It's difficult to draw the line. Currently I have no good IDE (not my choice), and everyone relies upon "grepping" in UNIX to find information. This forces us to be consistent, and makes you think about a scheme and patterns that are very easy to find. Programs need to be easily diffable by...
  2. E

    Openedge Coding/db Standards Document?

    Name your variables in a way that matters to the reader, and that helps code readability and maintainability. That even may include the datatype in some cases, but not all of them ;) Good variable names, method names, results in less maitenance, comments and documention. Your code should be...
  3. E

    Question Concurrent Appserver Connection

    Your number of concurrent appserver connections may change, depending on the ubroker.properties file. Progress should give you proper methods to determine licensing requirements, and you should not have to guess what they need. The licensing agreements vary from client to client and its a...
  4. E

    can CIM program be written for fixed assets ?

    You can CIM load to fixed assets and you can also CIM load both fields you have mentioned. The fixed asset maint program has logic for both batchrun=yes and batchrun=no. When batchrun =yes, the buttons tool bar is replaced by an input field. The input field name is 'perform-status' or...
Top