Click here to Skip to main content
15,902,492 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Screensaver to play first... Pin
Taylor Kobani6-Feb-07 5:29
Taylor Kobani6-Feb-07 5:29 
QuestionProblems with my Watch Window in debugging mode Pin
ONeil Tomlinson6-Feb-07 2:13
ONeil Tomlinson6-Feb-07 2:13 
Questioni want to create conaction Between web cam and PictureBox Pin
Ahmed El-Badry6-Feb-07 0:52
Ahmed El-Badry6-Feb-07 0:52 
AnswerRe: i want to create conaction Between web cam and PictureBox Pin
Christian Graus6-Feb-07 0:59
protectorChristian Graus6-Feb-07 0:59 
Questioni want to add Button and imge in DataGrid VS.net2003 Pin
Ahmed El-Badry6-Feb-07 0:45
Ahmed El-Badry6-Feb-07 0:45 
AnswerRe: i want to add Button and imge in DataGrid VS.net2003 Pin
Taylor Kobani6-Feb-07 5:32
Taylor Kobani6-Feb-07 5:32 
GeneralRe: i want to add Button and imge in DataGrid VS.net2003 Pin
Ahmed El-Badry6-Feb-07 23:38
Ahmed El-Badry6-Feb-07 23:38 
Questiontyped datasets and parent/child relationships Pin
steve_rm6-Feb-07 0:27
steve_rm6-Feb-07 0:27 
Hello,

I have a typed dataset which I want to display in an ultragrid (infragistics) and display the parent and the children.

I can display this ok when I want to display all of the parents and children. But the user will need to select one parent from a list and display that parent with its children in the grid.

I have created the dataset schema dsAssembliedEquipment.xsd and my 2 tables assembly and AssembiledEquipment.

I have a stored procedure (getDataByCustomerID) that will find the customerID of the assembly (parent) table.
This is my code for setting the ultragrid.

<br />
'Table Adapter to get the customer ID record<br />
 Me.TA_Assembly1.GetDataCustomerID(customerID)<br />
'Fill the assembly (parent) table and assembliedEquipment table(child)<br />
            Me.TA_Assembly1.Fill(Me.DsAssemblyEquipment1.Assembly)<br />
            Me.TA_AssembliedEquipment1.Fill(Me.DsAssemblyEquipment1.AssembliedEquipment)<br />
<br />
            Me.grdCustomersAssembly.DataMember = "Assembly"<br />
            Me.grdCustomersAssembly.DataSource = Me.DsAssemblyEquipment1<br />


However, this displays all of them of the parents and children.

I think this is something wrong and the dataset not getting filled correctly.

Many thanks for any direction on this,

Steve
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 2:50
professionalAndi Fandrich6-Feb-07 2:50 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm6-Feb-07 4:30
steve_rm6-Feb-07 4:30 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 5:20
professionalAndi Fandrich6-Feb-07 5:20 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm6-Feb-07 7:36
steve_rm6-Feb-07 7:36 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 21:06
professionalAndi Fandrich6-Feb-07 21:06 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm7-Feb-07 5:50
steve_rm7-Feb-07 5:50 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich7-Feb-07 7:09
professionalAndi Fandrich7-Feb-07 7:09 
QuestionDynamicly set different property of object Pin
Philippe Delodder6-Feb-07 0:02
Philippe Delodder6-Feb-07 0:02 
AnswerRe: Dynamicly set different property of object Pin
nlarson116-Feb-07 3:56
nlarson116-Feb-07 3:56 
GeneralRe: Dynamicly set different property of object Pin
Philippe Delodder6-Feb-07 4:07
Philippe Delodder6-Feb-07 4:07 
GeneralRe: Dynamicly set different property of object Pin
nlarson116-Feb-07 4:20
nlarson116-Feb-07 4:20 
GeneralRe: Dynamicly set different property of object Pin
Philippe Delodder6-Feb-07 22:25
Philippe Delodder6-Feb-07 22:25 
QuestionSearching text in a datagridview as the user key in a textbox Pin
Sandy C5-Feb-07 23:02
Sandy C5-Feb-07 23:02 
AnswerRe: Searching text in a datagridview as the user key in a textbox Pin
DA_Loring6-Feb-07 22:48
DA_Loring6-Feb-07 22:48 
QuestionClosing the form when the user clicks outside the form Pin
Sandy C5-Feb-07 22:48
Sandy C5-Feb-07 22:48 
AnswerRe: Closing the form when the user clicks outside the form Pin
nlarson116-Feb-07 4:01
nlarson116-Feb-07 4:01 
QuestionWhy I only can deploy 1 time? Pin
crazyteh5-Feb-07 22:04
crazyteh5-Feb-07 22:04 

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.