Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
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.
GeneralCreating Financial Chart control using C# Pin
sgeesala7-Jun-04 15:06
sgeesala7-Jun-04 15:06 
GeneralRe: Creating Financial Chart control using C# Pin
Dave Kreskowiak7-Jun-04 15:47
mveDave Kreskowiak7-Jun-04 15:47 
GeneralRe: Creating Financial Chart control using C# Pin
Heath Stewart8-Jun-04 3:39
protectorHeath Stewart8-Jun-04 3:39 
GeneralFile sharing query Pin
benglish727-Jun-04 14:49
benglish727-Jun-04 14:49 
GeneralRe: File sharing query Pin
Dave Kreskowiak7-Jun-04 15:35
mveDave Kreskowiak7-Jun-04 15:35 
GeneralRe: File sharing query Pin
benglish727-Jun-04 16:53
benglish727-Jun-04 16:53 
GeneralBig problem suffering from week Pin
IamADotNetGuy7-Jun-04 13:06
IamADotNetGuy7-Jun-04 13:06 
GeneralRe: Big problem suffering from week Pin
Heath Stewart8-Jun-04 3:32
protectorHeath Stewart8-Jun-04 3:32 
GeneralRe: Big problem suffering from week Pin
IamADotNetGuy8-Jun-04 3:46
IamADotNetGuy8-Jun-04 3:46 
GeneralButton click event Pin
sam chappidi7-Jun-04 12:36
sam chappidi7-Jun-04 12:36 
GeneralRe: Button click event Pin
Dave Kreskowiak7-Jun-04 13:31
mveDave Kreskowiak7-Jun-04 13:31 
GeneralRe: Button click event Pin
Heath Stewart8-Jun-04 3:28
protectorHeath Stewart8-Jun-04 3:28 
GeneralNewbie help with menu's & Windows Pin
Anonymous7-Jun-04 12:08
Anonymous7-Jun-04 12:08 
GeneralRe: Newbie help with menu's & Windows Pin
bneacetp7-Jun-04 14:25
bneacetp7-Jun-04 14:25 
GeneralRe: Newbie help with menu's & Windows Pin
Heath Stewart8-Jun-04 3:23
protectorHeath Stewart8-Jun-04 3:23 
Generalbooks Pin
surgeproof7-Jun-04 11:12
surgeproof7-Jun-04 11:12 
GeneralRe: books Pin
Heath Stewart7-Jun-04 11:20
protectorHeath Stewart7-Jun-04 11:20 

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.