Jump to content

Ams Treelist Plugin Sorunu


YILMazrail
 Share

Recommended Posts

arkadaşlar basit bir sözlük programı hazırlıyorum fakat programa yeni sözcük girdikten sonra listbox ta görünmüyor açıp kapatınca eklenmiş oluyor nedenini bulamadım yardımcı olur musunuz?

 

PROJE DOSYASI:

[codeh]http://www.mediafire.com/?1rqbn0jh539fkjh[/codeh]

Edited by YILMazrail
Link to comment
Share on other sites


 

Kelime kaydettikten sonra listeyi düzenlemeniz gerekiyor:

https://www.box.com/s/32tu42w38qeztnmj0mw8

çok teşekkür ederim :)

Edited by YILMazrail
Link to comment
Share on other sites

SQLite3Cursor, err = SQLite3Connection:execute("SELECT * FROM kurum");

sonuc = SQLite3Cursor:fetch({},"a");

while sonuc do

ComboBox.AddItem("ComboBox1", sonuc.kurum, "");
sonuc = SQLite3Cursor:fetch(sonuc, "a");


end

Ben, kaydı yaptığım butonda kodun sonunda bunu kullandım.

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...