<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Oct 2015 14:15:00 Z</lastBuildDate><pubDate>20 Oct 2015 15:20:00 Z</pubDate><description>Hi,&#13;
&#13;
I have an item that contains a field of type int. This represents computer type (Desktop, Laptop,...). So in the database this is also stored as an int.&#13;
&#13;
In a combobox control on a page I can define the inital content of the combobox in the 7 tab screen and this will very nicely display the names instead of the integer value. So this is working great.&#13;
&#13;
Now I am trying todo the same for a table control on a page. I have set the Type of the column to 'List of Values' and entered the same values in the initial content field. But when the table is displayed the field is just empty instead of displaying the name ?&#13;
&#13;
When I change the column to numeric, the integer values are correctly shown.&#13;
&#13;
I have also tried to link it to a variable (array of strings) but this also gives an empty column ?&#13;
&#13;
Do I have todo something else in order to show the names defined in the initial content ?&#13;
&#13;
Thanks&#13;
Danny</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54548-wb20-using-list-values-column-type-table-control/read.awp</link><title>[WB20] Using 'List Of Values' column type in table control ?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54548-wb20-using-list-values-column-type-table-control-54642/read.awp</comments><pubDate>26 Oct 2015 14:15:00 Z</pubDate><description>Hi Danny,&#13;
&#13;
For tables you must load the combo column manually and this will work.&#13;
&#13;
Example: ListAdd( COL_Combo, "Value to di…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54548-wb20-using-list-values-column-type-table-control-54642/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54548-wb20-using-list-values-column-type-table-control-54642/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54548-wb20-using-list-values-column-type-table-control/read.awp">[WB20] Using 'List Of Values' column type in table control ?</source><title>Re: [WB20] Using 'List Of Values' column type in table control ?</title></item></channel></rss>
