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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 689
André Arnaud de Cal... 606 Super User 2026 Season 1
CP04-islander 356