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...
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: ...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.