Click here to Skip to main content
15,913,263 members
Home / Discussions / C#
   

C#

 
GeneralRe: Graphic drawing with OR transparency Pin
azusakt7-Jun-04 22:46
azusakt7-Jun-04 22:46 
GeneralRe: Graphic drawing with OR transparency Pin
Mazdak8-Jun-04 1:22
Mazdak8-Jun-04 1:22 
GeneralRe: Graphic drawing with OR transparency Pin
Dave Kreskowiak8-Jun-04 4:29
mveDave Kreskowiak8-Jun-04 4:29 
GeneralRe: Graphic drawing with OR transparency Pin
Jay Shankar9-Jun-04 22:45
Jay Shankar9-Jun-04 22:45 
GeneralDraw Shape To Screen Pin
Anonymous7-Jun-04 21:40
Anonymous7-Jun-04 21:40 
GeneralMDI Form Pin
kobystud7-Jun-04 21:20
kobystud7-Jun-04 21:20 
GeneralRe: MDI Form Pin
Dave Kreskowiak8-Jun-04 3:13
mveDave Kreskowiak8-Jun-04 3:13 
Generalsetup creation Pin
sreejith ss nair7-Jun-04 21:16
sreejith ss nair7-Jun-04 21:16 
General.NET Profiler Pin
Wizard_017-Jun-04 20:32
Wizard_017-Jun-04 20:32 
GeneralRe: .NET Profiler Pin
scadaguy8-Jun-04 2:54
scadaguy8-Jun-04 2:54 
GeneralQuestion abt Service Pin
SatyaDY7-Jun-04 20:14
SatyaDY7-Jun-04 20:14 
GeneralRe: Question abt Service Pin
Corinna John7-Jun-04 20:34
Corinna John7-Jun-04 20:34 
GeneralRe: Question abt Service Pin
SatyaDY7-Jun-04 21:49
SatyaDY7-Jun-04 21:49 
GeneralRe: Question abt Service Pin
Nick Seng7-Jun-04 21:24
Nick Seng7-Jun-04 21:24 
GeneralRe: Question abt Service Pin
SatyaDY7-Jun-04 21:53
SatyaDY7-Jun-04 21:53 
GeneralRe: Question abt Service Pin
Nick Seng7-Jun-04 22:05
Nick Seng7-Jun-04 22:05 
GeneralRe: Question abt Service Pin
Dave Kreskowiak8-Jun-04 3:07
mveDave Kreskowiak8-Jun-04 3:07 
GeneralRe: Question abt Service Pin
Nick Seng8-Jun-04 15:29
Nick Seng8-Jun-04 15:29 
GeneralChange Window Title Form Font Pin
Anonymous7-Jun-04 20:06
Anonymous7-Jun-04 20:06 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 3:44
protectorHeath Stewart8-Jun-04 3:44 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 3:54
Aaron Eldreth8-Jun-04 3:54 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 4:06
protectorHeath Stewart8-Jun-04 4:06 
GeneralRe: Change Window Title Form Font Pin
Dave Kreskowiak8-Jun-04 4:10
mveDave Kreskowiak8-Jun-04 4:10 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 4:23
Aaron Eldreth8-Jun-04 4:23 
GeneralDatView DataBinding using Parent relation Pin
Corneliu Tusnea7-Jun-04 15:32
Corneliu Tusnea7-Jun-04 15:32 
Hi,
I'm trying to create a DataBinding of a text box to via a DataView by using a parent relation not a child relation:
eg: (the classical) Customers-Orders relation.
I have a DataView on the Orders Table (for very good reasons it's impossible to set the DataView to the Customers Table).
Now, I want to set a text box to the value of:
Orders.Customers2Orders.CustomerName .. or something like that.
If I do:
textbox1.DataBindings.Add ( "Text", dataView1, "Customers2Orders.CustomerName" )
I get a nice:
{"Cannot create a child list for field Customers2Orders." }
System.SystemException: {"Cannot create a child list for field Customers2Orders."}
m_paramName: null
Message: "Cannot create a child list for field Customers2Orders."
ParamName: null
Is this possible somehow ?
Maybe by implementing my own Binding object?

Thanks alot,
Tutu.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.