I have a DataRepeater attached to a table which I clear and refill each time text in a TextBox on the main form changes.
It appears the the table is being managed correctly, as you can see that when the form opens, the DataRepeater is nothing but a blank border, and as you change the text, records pop up in the repeater, but the text fields on the repeater which are supposed to display the results are all blank. These TextBoxes were added to the repeater by dragging them from the DataSource to the repeater section.
I've compared the properties on these controls to the properties on controls on another DataRepeater on a different form which is used in a similar fashion and displays the data correctly, and found no differences.
All of the fields in this DataSet are used on this repeater.
Can anyone suggest where I may be going wrong? I'll be glad to provide more information if anyone can tell me where the pertinent information might be found.
Cheryl dc Kern
It appears the the table is being managed correctly, as you can see that when the form opens, the DataRepeater is nothing but a blank border, and as you change the text, records pop up in the repeater, but the text fields on the repeater which are supposed to display the results are all blank. These TextBoxes were added to the repeater by dragging them from the DataSource to the repeater section.
I've compared the properties on these controls to the properties on controls on another DataRepeater on a different form which is used in a similar fashion and displays the data correctly, and found no differences.
All of the fields in this DataSet are used on this repeater.
Can anyone suggest where I may be going wrong? I'll be glad to provide more information if anyone can tell me where the pertinent information might be found.
Cheryl dc Kern