Notifications
Announcements
No record found.
Hi Guys
In the CustTable form design I have the Stringedit field i can't able to edit the text, I need to change the allow edit property from No to Yes.
Hi Adam,
Some field properties on the standard table object are not editable, I think you can only modify it through code.
CustTable_ds.object(fieldNum(CustTable, field)).allowedit(true);
The naming convention of the control indicates that it is a method. Probably a display method. Please verify the data method property. Then you can find the method and see if it is a display or edit method. If it is a display method, you can't change the property. Then you need to find or create an edit method for it.
As Andre reminded(Thanks), the Data method is indeed a display method.
Display methods can only display data, they can't handle data input.
Edit methods can handle data input. Depending on the scenario, perhaps you can develop an edit method and use it on the form. You would need to write code that uses the user input and updates the same data than what the display method fetches.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 503 Most Valuable Professional
André Arnaud de Cal... 434 Super User 2025 Season 2
BillurSamdancioglu 278 Most Valuable Professional