Announcements
public boolean modified(){ boolean ret; ret = super(); if(ret) { TableId tableId1 = tableName2Id(Grid_Tables.valueStr()); FieldName fieldName = Grid_FieldName.valueStr(); FieldId fieldId = fieldName2Id(tableId1, tableFieldName); DictField dictField = new DictField(tableId1, fieldId); TableX_ds.object(fieldNum(TableX, FieldType)).setValue(strFmt("%1",dictField.baseType())); } return ret;}
public void modifiedField(FieldId _fieldId) { switch (_fieldId) { case fieldNum(MyTable, MyFieldId): if (this.TableName && this.FieldName) { this.FieldType = SysDictField::newName(this.TableName, this.FieldName).baseType(); } else { this.FieldType = Types::void; } break; } }
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 345 Most Valuable Professional
CU10121822-0 304
André Arnaud de Cal... 283 Super User 2026 Season 2