Recent content by crunchy1

  1. C

    5.1 and taxware

    Sorry it's been so long. I don't come on here too often. We are running 32-bit Progress on AIX UNIX 5.3. We are running SX.e 5.1.002 with Taxware 3.5.2 and are using Verazip as well. We worked with Infor on our upgrade (from 3.2) but did most of the work ourselves. Is your installation a new...
  2. C

    5.1 and taxware

    We are using SX.e 5.1.002 with Taxware 3.5.2.
  3. C

    Efficiency...

    def var v-logical as log no-undo. In terms of efficiency which version of the test is better. And why? (A) if v-logical = no then do: ... (B) if not v-logical then do: ...
  4. C

    Using Find First

    Are there any (significant or otherwise) performance increases or decreases in using a "find first" versus a find when the where clause contains all and only the fields that exist in the primary unique index for the table. Here's an example: Progress Database Table: customer Fields...
  5. C

    Create Buffer

    I would assume that you are trying to get a temp-table created in the main block of code into your procedure for use inside the procedure. Observe the code below which creates a temp table with one record. It then passes the temp table to the procedure where the record is displayed and another...
Back
Top