Title: | FOCUS, from INFORMATION BUILDERS |
Moderator: | ZAYIUS::BROUILLETTE |
Created: | Thu Feb 19 1987 |
Last Modified: | Mon May 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 615 |
Total number of notes: | 1779 |
I am a fairly new FOCUS programmer attempting to put together some user interactive data entry screens. The problem I am having is whenever I use the ON MATCH REJECT statement I get the error message (FOC405) TRANSACTION MATCHES DATABASE RECORD. The .fex is doing what it is supposed to but this message may be confusing to the users. Is there any way to turn this off ? SET MSG=OFF does not work in this situation. Any help would be greatly appreciated.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
58.1 | Use LOG in Ch.5 of users manual | ILO::MCKNIGHT | Mike Mcknight 890-2516 IRM ESDC. | Mon Apr 18 1988 05:08 | 11 |
All that's happening here is FOCUS is generating sucessful transaction messages. They can be supppressed in the following manner e.g LOG INVALID MSG OFF LOG DUPL MSG OFF I think you can use LOG TRANS MSG OFF which will suppress all messages and you can substitute your own instead of FOCUS's messages by using ON INVALID TYPE " " e.t.c Mike. |