DataTable and MDI form problems in VB.Net 2003

  • Thread starter Thread starter Justine
  • Start date Start date
J

Justine

Guest
Hi all,

I will be really happy if someone could help me with a problem that has been causing me heartache for about a year.

From an MDI parent I want to directly access the contents of a DataTable that is in an MDI child that is only singled out by its caption text.

In the parent I figure out which MDI child I want by counting over Me.MdiChildren.Length while comparing its Text with the caption I am looking for. I then find the Janus Grid that is in the MDI child that the DataTable is bound to. I then get the data through the grid control but the grid "conditions" the data depending on how it is sorted.

I cant seem to figure out how to get the data directly and so, as a workaround I get it through the grid which is messy and counterproductive.

Can anyone please Help?



Justine

Continue reading...
 
Back
Top