Hi,
I have a grid and there is a virtual field. This field I have created an ajax event when onclick the data will auto display into another form I created.
The following is the code I written in the ajax event:
[notes] = {notes}
sc_redir(form1);
under form1 > onLoad event, I entered the following code:
{notes}=[notes];
When the grid contains data with some special char (eg. &), the data in form1 will show “__NM_AMP__”. For +, it will show “NM_PLUS”.
Can someone please kindly advise? Thanks.