Hi,
I have created a form in which i have placed a formcontrol and its unbound control and whenever i give some values in that field and if i drag my mouse pointer over the below fields those fields are also getting the same value.
Can you please suggest what is the cause for this issue.
regards,
AX Techie2210
*This post is locked for comments
It's not possible to utilize usage data for this. Usage data is intended for storing settings such as form personalization and query criteria.
Your field will start working normally when you bind it to a data source. Without that the form is not able to distinguish between different rows for this field (the field is not linked to a row/record), and you see already how it works.
Hi,
Just for learning purpose i did that to store the formcontrol value in the usage data form,But i value in repeated in the full column,
please help me how to prevent the manupulating of same data all over the column
Regards,
AXTechie
Like I said, the field should refer to a data source. Otherwise it will not work.
Why would you want to store it in usage data? What is your actual business requirement?
I don't know if this has any relevance for you, but you can also use an edit method if you want to perform some logic before reading or writing the value to database: docs.microsoft.com/.../using-the-edit-method-modifier
Hi,
Thank you for your reply.
I have a datasource for the all fields except the SAVEEDIT_BK field which can be clearly seen in the above screenshots. But the problem is that when ever i enter the data and move my mouse the below fields of the same column are also getting populated.
I tried an unbound data source field to store the field value in the cache in the usage data form.
Please advise.
Regards,
AX Techie
You can't use unbound controls on a grid. A grid must have a data source and the grid fields must be related to a record in a data source.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156