Problem with Alert Text Message length- displaying max 200 characters [message #660695] |
Fri, 24 February 2017 12:55 |
|
Praveen1029
Messages: 3 Registered: February 2017
|
Junior Member |
|
|
Hi,
I am trying to display an error message of length over 400 characters in one of the forms. But the Alert message is displaying only 200 characters maximum, I tried to
1) Increase the alert text (al_text) size to 500 (SET_ALERT_PROPERTY('al_message', ALERT_MESSAGE_TEXT, al_text)) but its truncating the message after 200 characters.
2) Searched all the .pll files to check if the size is defined globally, but it was not defined anywhere.
Could someone please help me with this?
Thank you in advance.
|
|
|
|
|
|
|
|