Re Populating a ListBox

  • Thread starter Thread starter VB Novice Hendri
  • Start date Start date
V

VB Novice Hendri

Guest
I am continuing a project I started a few years ago with some databinding code this time, code I got helped with thanks to Karen Payne and Xingyu Zhao.

The thing is I dont understand witch line does what, I seriosly need help.

Here is the app, I have deleted all non inportant code I worked on yesrs ago to make it easier to understand my current problems. Virtuele Resepte Boek in Afriekaans.zip


Problem 1. By clicking the Button "Soek na 'n Resep" the CategoryComboBox appears , be clicking the CategoryComboBox to make a choice the dropdown section apears strangely enough to the left instead of at the bottom of the ComboBox.

Problem 2. By making a choice in the ComboBox the TitleListBox appears containing a list of the Tabels in the curent Database, this is correct. By selecting one of this Tabel names the ListBox must be re populated, this time with the Titels of all the Recipes in that Tabel.

Problem 3. By now makin a choice in the TitleListBox the contence of the Recipe must desply in the TextBoxes to the left on the right hand page of the virtual book. This 20 TextBoxes is only ther for testing so I can try and understand the DataBinding code,

Continue reading...
 

Similar threads

V
Replies
0
Views
130
VB Novice Hendri
V
V
Replies
0
Views
150
VB Novice Hendri
V
V
Replies
0
Views
117
VB Novice Hendri
V
V
Replies
0
Views
123
VB Novice Hendri
V
V
Replies
0
Views
149
VB Novice Hendri
V
Back
Top