Search results

  1. A

    Reading from file

    The file is read by the lines. Each line is a list of elements where delimiter is "," (comma). Problem is that for example on 5th place can be character value with "" (semicolon) with comma inside i.e. line = ,,,,"abc,def,g|hi|||", the problem is that i can not read entry(5...
  2. A

    OpenEdge Debugger - doesn't work

    I use OpenEdge Architect Release: 10.2B. When i set brakepoint and run debug mode, then nothing happen. I see debug process in task manager - active, but Architect doesn't stop on then brakepoint line. When i close Architect i got error 4348 - Lost connection to Progress Debugger. (4348)...
  3. A

    Database Hot backup

    Is there any tools to make hot backup? (OpenEdge 10.1.A) I mean database should work 24/7 and backup should be made every day.
  4. A

    IDE for Open Edge

    I am looking an editor for Progress 4GL or ABL procedures. Now I am using standard edit on linux Open Edge Database via putty. I heard that there is a plugin for eclipse. thanks for help.
  5. A

    Load df file in Data Dictionary

    I dumped table to df file in Data Dictionary. df file was generated, listed below: ADD TABLE "table-name" AREA "Schema Area" DESCRIPTION "text" DUMP-NAME "filename" ADD FIELD "a" OF "table-name" AS integer DESCRIPTION "text" FORMAT ">>>>>>>9" INITIAL "0" LABEL "text" POSITION 2...
  6. A

    Progress "extend fields" via JDBC

    I can't get into extend field from DbVisualiser. I use JDBC driver. Field PUB."adres" in Progress is an array composed with 4 field in character types. In procedure editor I get o this field like below: find first customer where adres[1] = "....". or disp adres. (which gives me 4 fields...
  7. A

    Generating PDF

    I use linux and OpenEdge 10 A. Looking free and easy solution to generate PDF-file using Progress procedures. any ideas?
Top