<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[DBLookupComboBox ist inaktiv]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe eine ( wahrscheinlich ) dumme Frage zu einer DBLookupComboBox.</p>
<p>Ich möchte in dieser ComboBox einfach nur eine Spalte aus meiner SQL-Datenbank darstellen.<br />
Ich habe und unter ListSource meine DataSource und unter ListField die Spalte eingetragen.<br />
Jedoch ist die ComboBox inaktiv, ich habe schon nach enabled ( true) geschaut. Ich kann nach Programmstart nichts auswählen ( da inaktiv ) und es wird auch nichts angezeigt.</p>
<p>Woran kann es liegen, das die ComboBox inaktiv ist ?<br />
Dies ist auch schon so, wenn ich die beim Entwurf auf meinem Formular positioniere.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/87815/dblookupcombobox-ist-inaktiv</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 17:38:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/87815.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Oct 2004 12:08:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DBLookupComboBox ist inaktiv on Mon, 04 Oct 2004 12:08:25 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe eine ( wahrscheinlich ) dumme Frage zu einer DBLookupComboBox.</p>
<p>Ich möchte in dieser ComboBox einfach nur eine Spalte aus meiner SQL-Datenbank darstellen.<br />
Ich habe und unter ListSource meine DataSource und unter ListField die Spalte eingetragen.<br />
Jedoch ist die ComboBox inaktiv, ich habe schon nach enabled ( true) geschaut. Ich kann nach Programmstart nichts auswählen ( da inaktiv ) und es wird auch nichts angezeigt.</p>
<p>Woran kann es liegen, das die ComboBox inaktiv ist ?<br />
Dies ist auch schon so, wenn ich die beim Entwurf auf meinem Formular positioniere.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620581</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620581</guid><dc:creator><![CDATA[benny_1]]></dc:creator><pubDate>Mon, 04 Oct 2004 12:08:25 GMT</pubDate></item><item><title><![CDATA[Reply to DBLookupComboBox ist inaktiv on Mon, 04 Oct 2004 16:29:09 GMT]]></title><description><![CDATA[<p>benny_1 schrieb:</p>
<blockquote>
<p>&lt;Edit: Zitate bitte auf das Notwendigste beschränken. Danke!&gt;</p>
</blockquote>
<p>Hallo,</p>
<p>in einer ähnlichen Situation habe ich schon oft gesteckt. Meistens war die Ursache, dass z.B. die Eigenschaft 'Active' des Tabel-Objekts oder des Query-Objekts auf false gesetzt war. Diese Eigenschaft stellt sich dummerweise häufig von selbst um, wenn Einstellungsänderungen am Table-Objekt, DataSource o.ä. vorgenommen wurden.</p>
<p>Gruß<br />
Leo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620634</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620634</guid><dc:creator><![CDATA[Leo Freitag]]></dc:creator><pubDate>Mon, 04 Oct 2004 16:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to DBLookupComboBox ist inaktiv on Mon, 04 Oct 2004 12:59:58 GMT]]></title><description><![CDATA[<p>Leider liegt es daran nicht, die Table / DataSource stelle ich beim Programmstart direkt auf true.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620662</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620662</guid><dc:creator><![CDATA[benny_1]]></dc:creator><pubDate>Mon, 04 Oct 2004 12:59:58 GMT</pubDate></item><item><title><![CDATA[Reply to DBLookupComboBox ist inaktiv on Mon, 04 Oct 2004 16:20:42 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>die Eingaben sind soweit richtig. Was noch fehlt ist das KeyField. Normalerweise wird ja über ein DBLookUpComboBox die Verbindung zu einer anderen Tabelle hergestellt. KeyField stellt dabei das Feld mit dem Wert dar, der in der anderen Tabelle gespeichert wird. Aber auch, wenn man das Feld nur zum komfortablen Darstellen von Inhalten verwendet, muß es auf alle Fälle ausgefüllt sein (meist handelt es sich hier um ein Schlüsselattribut)</p>
<p>Viel Erfolg....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/620910</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/620910</guid><dc:creator><![CDATA[Ebi01]]></dc:creator><pubDate>Mon, 04 Oct 2004 16:20:42 GMT</pubDate></item><item><title><![CDATA[Reply to DBLookupComboBox ist inaktiv on Fri, 28 Jul 2006 19:42:37 GMT]]></title><description><![CDATA[<p>Ich hatte eben dasselbe Problem...</p>
<p>DBLookupComboBox benötigt zwingend:<br />
- ListSource (Datenquelle)<br />
- ListField (Spalte)<br />
- KeyField (Spalte mit bspw. Id, dies ist ja der Witz an DBLookupComboBox)</p>
<p>Egal, ob mit Objektinspektor oder zur Laufzeit erstellt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1106371</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1106371</guid><dc:creator><![CDATA[javad]]></dc:creator><pubDate>Fri, 28 Jul 2006 19:42:37 GMT</pubDate></item></channel></rss>