Populating own UltraComboEditor with custom field combo
Sort of along the lines of this older thread viewtopic.php?f=26&t=2410
I have a custom field combo and have set the list values in the
I want to duplicate the combo in the main header area with an UltraComboEditor (for purposes of this thread it doesn't really matter if its inventory, sales orders, purchase orders or whatever).
The value that is currently saved in the custom field I want to display when the record is Read (i.e. at ReadEnd).
If the user changes the dropdown in the main header I want that reflected in the custom field.
If the user changes the value in the custom field, I want that reflected in the header UltraComboEditor.
Ideally I want to set the list values in one place, namely the #region "CustomFieldPlugin"
Its a slightly different question to the old one referred above as the old one has the item list values repeated for the custom field and the UltraComboEditor. I just want to set them in one place.
And the plugin in the old thread doesn't reflect in either/both combos when the other has changed.
I have a custom field combo and have set the list values in the
- Code: Select all
#region "CustomFieldPlugin"
I want to duplicate the combo in the main header area with an UltraComboEditor (for purposes of this thread it doesn't really matter if its inventory, sales orders, purchase orders or whatever).
The value that is currently saved in the custom field I want to display when the record is Read (i.e. at ReadEnd).
If the user changes the dropdown in the main header I want that reflected in the custom field.
If the user changes the value in the custom field, I want that reflected in the header UltraComboEditor.
Ideally I want to set the list values in one place, namely the #region "CustomFieldPlugin"
Its a slightly different question to the old one referred above as the old one has the item list values repeated for the custom field and the UltraComboEditor. I just want to set them in one place.
And the plugin in the old thread doesn't reflect in either/both combos when the other has changed.