Writing a Preprocess to save record in a Window where the program looks at the data in two fields and if they meet a certain criteria then a message will appear stating that the data must be corrected before continuing. The message is a 'A' type message which states press any key to continue. When this happens the record is saved. What
statement needs to be placed after the Call Msg statement so that the record does not get saved. Any help would be appreciated.
Mark,
If you are using WINDOW_COMMON%, then I believe what you want to use is WC_VALID%=0.
msorrel@greyhound.com
Thanks that worked fine.