<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 Dec 2015 15:03:40 Z</lastBuildDate><pubDate>9 Sep 2011 11:13:12 Z</pubDate><description>I'm new to windev. I use windev 16.&#13;
&#13;
I want to select a item in a editable combobox when I open the window.&#13;
The content of the combobox is from a file. Then I want to select a specific item by default. I use this code but it doesn't work:&#13;
&#13;
[code]intRank is int = ListSeek(COMBO_Leverancier,leverancier.leverancierID)&#13;
ListSelectPlus(COMBO_Leverancier,intRank)[/code]&#13;
&#13;
So first I search what rank the item I want to display has. The rank is 2 for example. I checked with trace if the rank is ok.&#13;
Then I use ListSelectPlus to select that rank in the combobox, but the combobox stays empty.&#13;
&#13;
Can someone help me with this problem?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/33967-select-item-editable-combobox/read.awp</link><title>Select item in editable combobox</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>joelcrrll06</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/33967-select-item-editable-combobox-55482/read.awp</comments><pubDate>15 Dec 2015 15:03:40 Z</pubDate><description>Hi , your code real is:&#13;
[code:wl]&#13;
intRank is int = ListSeek(COMBO_Leverancier,leverancier.leverancierID)&#13;
COMBO_Leverancie=COM…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/33967-select-item-editable-combobox-55482/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/33967-select-item-editable-combobox-55482/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/33967-select-item-editable-combobox/read.awp">Select item in editable combobox</source><title>Re: Select item in editable combobox</title></item></channel></rss>
