Hello,
What is the best way to save a datasource display method return value to a table field?
Thanks in advance.
Hello,
What is the best way to save a datasource display method return value to a table field?
Thanks in advance.
Path: Project management and accounting/Common/Projects/All projects.
Plan [Tab] then Work breakdown structure [Button].
outlineNumber [display method] in HierarchyTreeTable [datasource] on ProjWorkBreakdownStructure [Form].
How can I save the return of this display method on a table field and make sure that this value is always correct and updated
You can add a FromStringControl on your form and append the value from the display method or append the value to the field coming directly from your datasource.
You can give ample details on the scenario if need be.
It is a display method on a form not on a table.
Hi Doe,
You can write your display method and append the value to the field on one of the table methods : for instance
public void initValue()
{
this.fieldName = this.displayMethod();
}
André Arnaud de Cal...
293,123
Super User 2025 Season 1
Martin Dráb
231,895
Most Valuable Professional
nmaenpaa
101,156
Moderator