Hi,
In Grid Application, I added a new qrcode field. As I can see there is no value in this “qrcode” field.
So on event “onApplicationInit” I insert the following code.
{qrcode} = "1234";
But when I run the Application, the qrcode field is empty.
May I know what have I done wrong? Is it the way I assign value to “qrcode” field is wrong?
Please advice, thank you.