Click here to Skip to main content
15,908,775 members
Home / Discussions / C#
   

C#

 
GeneralRe: OutlookBar Pin
James T. Johnson17-Apr-02 18:16
James T. Johnson17-Apr-02 18:16 
GeneralRe: OutlookBar Pin
BLaZiNiX17-Apr-02 18:25
BLaZiNiX17-Apr-02 18:25 
GeneralRe: OutlookBar Pin
James T. Johnson17-Apr-02 18:36
James T. Johnson17-Apr-02 18:36 
GeneralRe: OutlookBar Pin
BLaZiNiX17-Apr-02 18:46
BLaZiNiX17-Apr-02 18:46 
GeneralRe: OutlookBar Pin
James T. Johnson17-Apr-02 19:03
James T. Johnson17-Apr-02 19:03 
GeneralRe: OutlookBar Pin
Ben Kloosterman17-Apr-02 18:48
Ben Kloosterman17-Apr-02 18:48 
GeneralDataSet: no MoveNext or any indexing at all Pin
17-Apr-02 10:38
suss17-Apr-02 10:38 
GeneralRe: DataSet: no MoveNext or any indexing at all Pin
James T. Johnson17-Apr-02 11:51
James T. Johnson17-Apr-02 11:51 
You'll have to somehow pass the row index to the child form.

I would work with the DataTable object in the child form, then you could do your iteration through that, as well as add new rows to the table. You can get the DataTable object from the DataRow object by the DataRow's Table property.

James

Simplicity Rules!
GeneralRe: DataSet: no MoveNext or any indexing at all Pin
18-Apr-02 4:34
suss18-Apr-02 4:34 
QuestionSaving class instance to file?? Pin
HG17-Apr-02 9:41
HG17-Apr-02 9:41 
AnswerRe: Saving class instance to file?? Pin
James T. Johnson17-Apr-02 11:43
James T. Johnson17-Apr-02 11:43 
GeneralLogicalDrives Pin
Mazdak17-Apr-02 9:32
Mazdak17-Apr-02 9:32 
GeneralRe: LogicalDrives Pin
Nick Parker17-Apr-02 9:57
protectorNick Parker17-Apr-02 9:57 
GeneralRe: LogicalDrives Pin
Mazdak18-Apr-02 5:21
Mazdak18-Apr-02 5:21 
GeneralFileAttribute Pin
Mazdak17-Apr-02 8:05
Mazdak17-Apr-02 8:05 
GeneralRe: FileAttribute Pin
James T. Johnson17-Apr-02 12:43
James T. Johnson17-Apr-02 12:43 
GeneralRe: FileAttribute Pin
Mazdak18-Apr-02 5:22
Mazdak18-Apr-02 5:22 
QuestionF1 Help? Pin
Neo Anderson17-Apr-02 6:28
Neo Anderson17-Apr-02 6:28 
AnswerRe: F1 Help? Pin
James T. Johnson17-Apr-02 15:00
James T. Johnson17-Apr-02 15:00 
GeneralAVI Pin
17-Apr-02 5:29
suss17-Apr-02 5:29 
GeneralRe: AVI Pin
James T. Johnson17-Apr-02 16:38
James T. Johnson17-Apr-02 16:38 
GeneralRe: AVI Pin
Mike Nordell17-Apr-02 17:35
Mike Nordell17-Apr-02 17:35 
GeneralXor() Pin
Mazdak17-Apr-02 5:13
Mazdak17-Apr-02 5:13 
GeneralRe: Xor() Pin
James T. Johnson17-Apr-02 5:54
James T. Johnson17-Apr-02 5:54 
GeneralRe: Xor() Pin
Mazdak17-Apr-02 7:04
Mazdak17-Apr-02 7: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.