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 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.
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.
Hi Adam,
As Andre reminded(Thanks), the Data method is indeed a display method.
Hi Adam,
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.
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);
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,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156