
Hi Community Experts,
I am trying to set value inside a custom text field on a form.
I am getting the controls and setting data in one text filed inside an event handler.
Data is available in the buffer, I have checked it in debugger.
The value I am passing in the .text() property is not reflecting on front-end.
Following screenshot has the field and its properties.
I am not sure what I am missing in this to populate the data in .text() property.
Looking forward to usual helpful responses.
Best Regards
Hi Chota Hukam,
You have set the Data method property for "ARBankName" control. Try removing this and check.
Also you can achieve the same thing by using display method instead of assigning the values to string control.
Thanks,
Girish S.