Re: [DOTNET] DataSet Binding in Winform

2002-06-04 Thread Cédric Dardenne
02 2:25 PM To: [EMAIL PROTECTED] Subject: [DOTNET] DataSet Binding in Winform Hi all, I'm trying to bind controls at design time in a winform from a dataset. It works fine when in the control's (for instance textbox) properties I select a column in a root table. But ! When I select a

[DOTNET] DataSet Binding in Winform

2002-06-04 Thread Cédric Dardenne
Hi all, I'm trying to bind controls at design time in a winform from a dataset. It works fine when in the control's (for instance textbox) properties I select a column in a root table. But ! When I select a field from a root table's child relation, I get a "Invalid property value"... Didn't get