Guest cgchris99 Posted August 23, 2002 Posted August 23, 2002 I have a lookup form that I select a record from. When I select this record the following code is executed Form1.Instance.OleDbDataAdapter1.Fill(Form1.Instance.DataSet1, "recipe") Now when the Form1 re-displays, the text fields contain the right information. However, my Listview doesn't show the correct item. I have entered tag values in the listview. They are numbers 0-4. I even displayed a text box with the value of what the dataset field should be and it displays perfectly. Why doesn't the listview update and display the correct image? Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.