Search results

  1. H

    User defined report

    Hi all, i'm using RoundTable 9.1C and I want to create a report with the following functionality (like the Release Report): - which tasks are closed and not in a release yet The problem is that I don't know which tables to use. So any help is appreciated. With regards, Henri
  2. H

    XML processing

    Hi All, This is my problem: In a XML file there's a very long string. This represents a gif picture. Is there a way to create the gif-picture using something like this: OUTPUT TO 'something.gif' NO-MAP NO-CONVERT BINARY. PUT CONTROL v-gif_txt. OUTPUT CLOSE. Hope someone can help, Henri
  3. H

    Dynamic browse

    Hi all, I have a created a dynamic browse in 9.1D and i want to add some triggers to it. I'm trying this: CREATE BROWSE browse-handle ASSIGN HIDDEN = TRUE FRAME = FRAME {&FRAME-NAME}:HANDLE QUERY = query-handle X...
  4. H

    Buffer-copy

    Hi All, I have a dynamic temp table with lots of fields, a dynamic query with the field list option. If I want to fill the temp table I can use the buffer-copy statement and use the exception-list. But if I want to assign just three fields (art-code, art-oms from the first buffer and mrk-oms...
  5. H

    Dynamics

    Hi all, I'm using: REPEAT WHILE v-hdl_que:GET-NEXT(NO-LOCK): p-hdl_tmp_tbl:BUFFER-CREATE. p-hdl_tmp_tbl:BUFFER-COPY(v-hdl_buf, v-except). END. to fill a temporary table. Variable v-except is a comma seperated string with fields I don't want to assign. Is there...
  6. H

    Invalid object file format

    Hi all, I have an error which I have never seen before. It's error 479: Invalid object file format for "blabla". I get this error when I compile client progress code in version 9.1C. I send the .r files to our customer and they place it in the production environment. It's the first time...
Top