case "RefreshTool":
{
foreach (DataRow row in this._ud01Adapter.UD01Data.UD01.Rows)
{
this._ud01Adapter.GetByID(row["Key1"], row["Key2"], row["Key3"], row["Key4"], row["Key5"]);
}
break;
I started off with some example code here I recall
At this stage the only way the data in the UD02 grid refreshes is if you move click on another row in the grid that is bound to UD01, not ideal and I’ll be working on a solution for that, down the track.