Search results

  1. P

    dbanalys -> no way to do this in 4GL?

    Hi, I was wondering; in which table (system) is the dbanalys information stored? I can't seem to find any metadata table and this is by far the fastest way to get tablescan info. Another question regarding the dbanalys command; is the number of records accurate information or index information?
  2. P

    conv910 problems with corrupt indexes: is there a standard procedure?

    Hi fellow Progress fans, In the last few weeks we had 4 separate cases in which a proutil conv910 leads to (assumably) corrupt indexes and even corrupt database blocks. (9.1E sp4 > OE 101C sp3). Is there an explanation for this and a standard procedure for conv910 which is 100% bullet proof...
  3. P

    Dynamic Find-statement: what's wrong?

    Hi, I've created a temp-table htempxmlcolumns containing 4 fields: username, database, table, fields. Then I do some logic and I fire this statement: IF htempxmlcolumns:HAS-RECORDS THEN hbufxmlcolumns:FIND-UNIQUE(SUBSTITUTE("where username = &1 and database = &2 and table =...
  4. P

    Query performance (BREAK BY)

    Hi all, I have a question concerning a query using BREAK BY statements. It takes a relatively long time for the query to hit the first record it seems. The query is: ETIME(YES). FOR EACH debtrs WHERE debtrs.adm-nr = 100 AND debtrs.entry-nr >= 100 AND...
  5. P

    Dual Screen; setting window attribute to a default screen

    Is it possible, in a dual screen setup, to default a window to a predefined screen through it's attributes? Or should I make use of a system32 call or something like it? Where does the X and Y attributes default to in such a setup? I need one window of my application to open default in the...
  6. P

    Unable to connect to Admin Server. Insure Admin Server is running(8336).

    Unable to connect to Admin Server. Insure Admin Server is running(8336). Situation: Progress 9.1D installed, adminport -7835 -port 20931 Progress 9.1E installed, adminport -7836 -port 20932 Changed the ports in the registry. 9.1D Progress Explorer tool works fine, 9.1E Progress Explorer...
  7. P

    Resizing windows

    Hi, I've created a window with two frames, dividing the window into 2 halves, with on the left all the action objects, such as buttons and so on, and on the right the second frame is handling my browse. Now, what I want to do is use the 'window-resized/maximized/minimized/restored'- events...
  8. P

    Cascade actions

    I've challenged myself to do the following: I want to perform cascade actions between table contents, in a dynamic way. E.g.: If I have record x in table A, and I know that there are records y in table B directly related to record x, it's easy. I can, for example, do a join to delete the...
  9. P

    Updateable Browse; how to save changes?

    Hi! I've been struggling with some Progress code for a while now, and I thought it was time to bring it to the attention of the community because I can not figure it out. I've been trying to develop a "black tool" for a peace of software, in which you can call a table and it's contents in a...
Top