<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>16 Jul 2015 17:01:43 Z</lastBuildDate><pubDate>10 Jul 2015 12:38:00 Z</pubDate><description>Hi All,&#13;
&#13;
I have some combos where I have to use an abbreviated caption on the screen, but would like to expand to a full caption when the combo/selection box pops up.&#13;
&#13;
I have tried this code on the 'Entry in COMBO_ComboName' section:&#13;
&#13;
COMBO_ComboName..Caption="Full caption title"&#13;
&#13;
And on Exit and Select Row it is changed back again:&#13;
&#13;
COMBO_ComboName..Caption="Abv cap"&#13;
&#13;
&#13;
On the emulator this updates the caption on the screen, but due to the way that the dropdowns work on the emulator, they don't show.&#13;
&#13;
On my phone, the caption doesn't change on the popup.&#13;
&#13;
Is there a way to change the caption text on the header of the popup box?&#13;
&#13;
Thanks&#13;
&#13;
Pete</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup/read.awp</link><title>WM20 Android: How to dynamically change combo captions on popup?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>windev</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53097/read.awp</comments><pubDate>16 Jul 2015 17:01:43 Z</pubDate><description>You could use the ..note capability of the combo box.&#13;
&#13;
[code:wl]&#13;
if &lt;someevent&gt;&#13;
   myCombo..caption = myCombo..note&#13;
end&#13;
[/…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53097/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53097/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup/read.awp">WM20 Android: How to dynamically change combo captions on popup?</source><title>Re: WM20 Android: How to dynamically change combo captions on popup?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53073/read.awp</comments><pubDate>15 Jul 2015 14:56:00 Z</pubDate><description>Thanks Danny,&#13;
&#13;
Nexttitle doesn't appear to change the caption in a combo selection box.&#13;
&#13;
The only way I have found to do it …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53073/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53073/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup/read.awp">WM20 Android: How to dynamically change combo captions on popup?</source><title>Re: WM20 Android: How to dynamically change combo captions on popup?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53037/read.awp</comments><pubDate>12 Jul 2015 21:02:00 Z</pubDate><description>Pete,&#13;
&#13;
Maybe Nexttitle Function ?&#13;
Have not tried this myself, its jusdt an idea.&#13;
&#13;
Danny</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53037/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup-53037/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53029-wm20-android-how-dynamically-change-combo-captions-popup/read.awp">WM20 Android: How to dynamically change combo captions on popup?</source><title>Re: WM20 Android: How to dynamically change combo captions on popup?</title></item></channel></rss>
