2008 Oct 15 4:02 AM
Is it possible to include a variable in message box?
For example, i have a variable v_name and i want to include it in my error message.
MESSAGE i001.
2008 Oct 15 4:08 AM
Hi Enrique,
Offcourse you can add your message in the message box only thing is you nedd to create a Message id with the below format.
001 & Not Found in the Database.
in your statement you have to write:
Message I001 v_variable.
Then automatically the '&' will be replaced by V_Variable. and you will get the output as.
989898 Not Found in the Database.
Thanks,
Chidanand
Hi Enrique,
Offcourse you can add your message in the message box only thing is you nedd to create a Message id with the below format.
001 & Not Found in the Database.
in your statement you have to write:
Message I001 v_variable.
Then automatically the '&' will be replaced by V_Variable. and you will get the output as.
989898 Not Found in the Database.
Thanks,
Chidanand
2008 Oct 15 4:08 AM
Hi Enrique,
Offcourse you can add your message in the message box only thing is you nedd to create a Message id with the below format.
001 & Not Found in the Database.
in your statement you have to write:
Message I001 v_variable.
Then automatically the '&' will be replaced by V_Variable. and you will get the output as.
989898 Not Found in the Database.
Thanks,
Chidanand
2008 Oct 15 4:12 AM
2008 Oct 15 4:13 AM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |