Atozed Forums
Intraweb 14 TIWComboBox - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Intraweb 14 TIWComboBox (/thread-408.html)



Intraweb 14 TIWComboBox - fouriee8 - 06-13-2018

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?


RE: Intraweb 14 TIWComboBox - Mikey29 - 06-13-2018

Hello,

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

It should works…

With Best Regards…
Mikey