Hi All,
I have searched the forums but did not find relevant answers, being a new programmer, could someone advice me to proceed in a direction
I have 2 fields - Date of birth & Incurred date. I need to subtract them and check if it is above 95. If yes, the user should see a warning message. The user again presses the ENTER button, which will then allow him to write the data in table, ignoring the message.
I have completed the age computation part, but can someone tell me how to throw a temporary warning message? I can throw a message which freezes the screen. But in this case it should be temporary, as if anyone presses ENTER button after the message is displayed, the data will be written to the DB2 table.
Thank You