B
Brian K. Maher
Guest
Hi Sublam, I'm not sure if this is what you want, but you can catch all 4GL messages by using either client logging (startup parameters) or the LOG-MANAGER handle (in your code). -clientlog some_log_file_name_goes_here -logginglevel 4 -logentrytypes 4GLMessages LOG-MANAGER:LOGFILE-NAME = "some_log_file_name_goes_here". LOG-MANAGER:LOGGING-LEVEL = 4. LOG-MANAGER:LOG-ENTRY-TYPES = "4GLMessages". ... application code ... LOG-MANAGER:CLOSE-LOG(). /* if you need to close the log file to look at its contents */ Brian
Continue reading...
Continue reading...