Hi All,
I'm building a small app using the PowerPack DataRepeater at the minute but have run into a problem and wondered if anyone could help.
Basically I have my main form with a DataRepeater on. I then have a TableAdapter/BindingSource, "View_ActiveAlertsTableAdapter/BindingSource" which I have dragged a few fields from and put them on the Datarepeater. Everything works fine at this point. The user then clicks on one of their alerts which opens a further form with more information on. Once the job has been actioned they mark the alert as complete.
The problem is that the alert still shows on the main form (the SQL behind the TableAdapter only brings in active alerts). If I close the form and open it again, the data is correct, however I can not find a way of refreshing the DataRepeater.
If anyone could help it would be much appreciated.
Thanks, Shane
I'm building a small app using the PowerPack DataRepeater at the minute but have run into a problem and wondered if anyone could help.
Basically I have my main form with a DataRepeater on. I then have a TableAdapter/BindingSource, "View_ActiveAlertsTableAdapter/BindingSource" which I have dragged a few fields from and put them on the Datarepeater. Everything works fine at this point. The user then clicks on one of their alerts which opens a further form with more information on. Once the job has been actioned they mark the alert as complete.
The problem is that the alert still shows on the main form (the SQL behind the TableAdapter only brings in active alerts). If I close the form and open it again, the data is correct, however I can not find a way of refreshing the DataRepeater.
If anyone could help it would be much appreciated.
Thanks, Shane