[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Updating Procedure Libraries on a live system.

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
G

George Potemkin

Guest
CURRENT-LANGUAGE = CURRENT-LANGUAGE clearing the inactive slots in the -D directory. It takes effect when at the end of current procedure. Example: run any .r or .p procedure. Let's say: RUN test.p. /* e.g. MESSAGE "Hello" VIEW-AS ALERT-BOX.*/ Then check and clear the -D slots: RCODE-INFO:FILE-NAME = "test.p". MESSAGE "Before clearing:" RCODE-INFO:CRC-VALUE VIEW-AS ALERT-BOX. ASSIGN CURRENT-LANGUAGE = CURRENT-LANGUAGE. MESSAGE "Check again" VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top