Jump to content

Combobox'a Veri Cekmek


MasterWoo
 Share

Recommended Posts

SQLite'den combobox'a veri cekemiyorum.Kullandığım kod aşağıda
[spoiler]SQLite3Cursor, err = SQLite3Connection:execute("SELECT * FROM omgi");
satir = SQLite3Cursor:fetch({},"a");
while satir do
ComboBox.AddItem("omgiler", satir.omgiadi, "")
satir = SQLite3Cursor:fetch(satir,"a");
end[/spoiler]
Hatam nerede anlamadım listbox'a cekiyor ama combobox'a neden cekmiyor.? Nedenini anlatırsanız iyi olur ?
Link to comment
Share on other sites

kodlarınız sayfanın On Preload kısmında yani henüz nesneler sayfada oluşturulmamışken nesnelere veri girdirmeye çalışıyor. Kodlarınızı page On Show evresine ekleyin, problem kalmaz. Ayrıca kodların sonuna şu koduda ekleyinde 1. satırı seçili hale getirsin:

[code]ComboBox.SetSelected("omgiler", 1)[/code]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...