Kbase P19551: How to suppress error messages when using the reposition sta
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/02/2003 |
|
Status: Unverified
GOAL:
How to suppress error messages when using the reposition statement
FIX:
To suppress error messages use the NO-ERROR phrase on the REPOSITION statement then check for errors (and warnings) by using the following code:
IF ERROR-STATUS:GET-MESSAGE(1) NE "" THEN
... ERROR HANDLING CODE GOES HERE ...