error

  1. P

    Question Run non-existant program in a existing program without error

    Hey there! I already posted a similar question a while back but I came back with a better one... How could I catch an error on a program without editing that program? I added 3 attachments (3 .p ). I want to be able to run the custom1.p and press the button that runs custom2.p that then runs...
  2. A

    wait-for: endkey or error

    Hi all. There is an example: run p2. catch e as Progress.Lang.AppError: message e:ReturnValue view-as alert-box. end catch. procedure p2: def var x as int. def var c-tmp as char. _tr: do on error undo, return error 'Error' on endkey undo, return error 'Endkey'...
  3. L

    Application Compiler returning error 855

    Good morning, I would like to see if someone can give me a direction. I'm trying to learn Progress 9.x by myself and created 2 small procedures: test1.p - has the CONNECT statement to the database and a RUN statement calling the test2.p test2.p - has only one line with a FIND FIRST calling one...
  4. Gowtham Raj

    Promon Backup error

    Hello All, We are using progress version 9.1D and when the backup is running we used to check the backup completion percentage in promon. As of now, we are facing some issue that in promon back up completion % is showing in minus(-). upto 60% it is shown normally after that it becomes -40%...
  5. Z

    Error Find first/Last failed for table (565) when used in a METHOD of a CLASS

    Hi, I am trying to run a program, where a method that is used in this class is defined. CLASS classname: CONSTRUCTOR classname(): method2(). END CONSTRUCTOR. METHOD PRIVATE LOG method1(): ..... FIND FIRST tablename NO-LOCK. ..... END METHOD. METHOD method2()...
Top