Atozed Forums

Full Version: Intraweb 14 TIWComboBox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using Intraweb 14.
I have a ComboBox and want to display the following set of data
+01
+02
+03

BUT, when running the application, the values are listed without the '+' sign and I am not able to select any of the listed item.

Is this a known problem?
Is there a work around?
Hello,

Not a nice solution, but if you use
Stylerenderoptions.useDisplay:=true;
And
STYLE:=stEnhanced;

It should works…

With Best Regards…
Mikey