Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
How to Initialize UltraCombo Control?
posted

Hello everybody,

I'm using UltraCombo control (v10.3), this has values and depending on other Logic it should autopick,

Example:

gStrProduct = "Strawberry"

If strProduct.tostring.trim <>"" then

    UlTraComboProduct.text = gStrProduct

end if

It doesn't work, please any idea.

Thanks in advance...