table

  1. L

    Question Progress In put parameter Table

    Hello, I want to create a procedure to exploit any Table. As example, i have a TMP_Table : DEFINE TEMP-TABLE TT1 FIELD facnum AS CHARACTER LABEL "Invoice #" FIELD facdat AS DATE LABEL "Date". I fill the TEMP-Table. Then i want to pass it as parameter. RUN \Test.p (INPUT TT1). On...
  2. LawnyToast

    Resolved Adding Field to an existing Database Table - Procedural Errors

    This is my first time altering one of our existing database tables. My predecessor taught me everything I know, and he is no longer working with our company. We briefly touched on the altering of existing database tables, and what I took away from that talk was: Every file that references the...
  3. B

    How to find out if record is locked

    Hello community, by a PHP Application i want to update a dataset inside a Progress-Table, that is working generally. But it is possible to work on the same dataset inside our EPR-System that locks the dataset. Now when i want to update the dataset this i get this error. SQL error...
Top