InitExpressions "Cannot find the parent relation ..."
Beta2
In a dataset, I have a Parent table and a Child table , in Child table, I have a readonly column with an expression of Parent(FK_Child_Parent).ColumnName
When save changes to database, exception happens in the dataset designer.vb code, at the child table InitExpressions procedure at the line of My child screen is bound to the child table, not the relation, is that the reason? Thanks Wei
Me.PartyNameColumn.Expression = "Parent(FK_tblCMAParty_tblCMParty).SearchName"

