Static Databinding

Hi

is it possible to bind static constants?

like

thanx for help

regards pascal

Hello Pascal :

No, the adapter expects a property such as m_Constants.Combobox…
You will receive an errormessage.

Set your values like in http://techcommunity.softwareag.com/ecosystem/documentation/crossvision/cit/layoutelements/combodyn2.htm#combodyn2

But nobody prevents you from writing a getter-method for the values where you set the values of the combodyn-property with the result of a request on a static textfile, for example…

Another way would be to derive your own component with a property for static content.

Regards
I.