Progress
ADM 2 Reference


messageNumber (smart.p)

Returns the message text given a message number. Allows these messages to be translated and tracked in one place.

Parameters:

INPUT piMessage AS INTEGER
Returns: CHARACTER

Notes:

Examples:

/* This example retrieves the text for message number 4 ("Current values 
   must be saved or cancelled before Commit.") and passes it to the  
   addMessage procedure to add that message to the error message log. */ 
RUN addMessage (messageNumber(4), ?, ?). 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095