I have a form element which can be of a composite data type or AnyRef type. The type of this form element depends on selected value of another form element. Is it possible in OnChange event handler procedure for form element which I select manually to assign a specific data type for the form element which now has a composite data type or AnyRef type?
In my case Attribute1 has type Enumeration and Brands, Products and Shops are combined into one element of composite type which can be one of CatalogRef.Brands, CatalogRef.Products or CatalogRef.Shops type. And Attribute1 should go first on the form.
Pages:1
Users browsing this topic (guests: 1, registered: 0, hidden: 0)