Search results

  1. J

    Progress dlc directory from registry

    Hi Peggers, Can somebody enlighten me how to read from the windows registry with progress version 8.3? I want to lookup the dlc\bin directory from there and store it in a variable. so my tool can be used on different systems where progress might be installed on different drive then the one...
  2. J

    Number of records in table

    Thnx Justin, It is sure faster, but is there also a way to do it for only one table? Somehow this is not mentioned in the helpfile and yet the name tabanalys would make me expect it should be possible to use it for one table and not an entire database....(i also noticed there is a dbanalys)...
  3. J

    Number of records in table

    Hello Peggers, Does anybody know a way to quickly see how many records there are in a table. We tried: for each {table-name}: i = i + 1. end. display i. and also tried : select count(*) from {table-name} But when you have a large db/table this can take a lot of time. Is...
  4. J

    Selection List in progress 8.3B

    Thnx :)
  5. J

    Selection List in progress 8.3B

    Hello All, Could anybody tell me how to make a selection list in progress 8.3B that shows for example "Tekst" as label but uses for example 1 as the actual value? (i heard of list-item-pairs, but starting to think that it is version 9 and not 8.3B where i can do that) Thnx already, J.
Back
Top