Click here to Skip to main content
16,005,734 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sum datagrid column values by criteria Pin
choopie17-Mar-07 9:42
choopie17-Mar-07 9:42 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne17-Mar-07 10:25
mike montagne17-Mar-07 10:25 
GeneralRe: Sum datagrid column values by criteria Pin
choopie17-Mar-07 10:46
choopie17-Mar-07 10:46 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne18-Mar-07 7:59
mike montagne18-Mar-07 7:59 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne18-Mar-07 8:17
mike montagne18-Mar-07 8:17 
GeneralRe: Sum datagrid column values by criteria Pin
choopie18-Mar-07 22:25
choopie18-Mar-07 22:25 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne19-Mar-07 6:25
mike montagne19-Mar-07 6:25 
GeneralRe: Sum datagrid column values by criteria Pin
mike montagne19-Mar-07 6:36
mike montagne19-Mar-07 6:36 
Incidentally (again, if you don't understand so yet), my recommendation to go ahead and iterate the cells was sarcastic. You probably didn't even find documentation for that, did you? (I haven't looked, but I know any such controls I've worked with -- in many languages -- either have no such documentation, or the process is so obscure it would be an extremely advanced skill based for instance from careful, meticulous study of code such as the VCL which comes with Delphi/C++ Builder.)

My idea was that you are vacillating. You first wanted SQL. Then you did not. Everyone has to study their options carefully. It is by studying them that you should have opted not to want to derive your data any longer by iterating your control. That idea is plain silly. The data already exists in a form by which it can readily be iterated or processed by SQL. *That* is why documentation for iterating the control [probably] does not exist [in any plain, accessible form].

When it comes down to it, this just a plain/usual problem where a first issue is to identify what to process. You want to process the data. It exists (even in the informal table/AS/400 file) in a form which is more conducive to processing. Read the AS/400 file to populate a formal SQL table with the same tools you have to use for the other table, and everything is compatible, and easily processed.

Simple.
QuestionFunction Parameters... Pin
Prashant C16-Mar-07 3:17
Prashant C16-Mar-07 3:17 
AnswerRe: Function Parameters... Pin
theScorp16-Mar-07 3:27
theScorp16-Mar-07 3:27 
AnswerRe: Function Parameters... Pin
Pete O'Hanlon16-Mar-07 3:46
mvePete O'Hanlon16-Mar-07 3:46 
AnswerRe: Function Parameters... Pin
Scott Dorman16-Mar-07 4:37
professionalScott Dorman16-Mar-07 4:37 
QuestionRAS?? Pin
Muammar©16-Mar-07 2:35
Muammar©16-Mar-07 2:35 
AnswerRe: RAS?? Pin
Mike Dimmick16-Mar-07 4:59
Mike Dimmick16-Mar-07 4:59 
QuestionEnglish please:) Pin
Muammar©16-Mar-07 8:53
Muammar©16-Mar-07 8:53 
QuestionSave a ListView(NewBie) Pin
NGSjamesc16-Mar-07 2:16
NGSjamesc16-Mar-07 2:16 
AnswerRe: Save a ListView(NewBie) Pin
coolestCoder16-Mar-07 2:27
coolestCoder16-Mar-07 2:27 
GeneralRe: Save a ListView(NewBie) Pin
NGSjamesc16-Mar-07 2:56
NGSjamesc16-Mar-07 2:56 
Questionhow can create an ActiveX in C#? Pin
B.A16-Mar-07 1:55
B.A16-Mar-07 1:55 
AnswerRe: how can create an ActiveX in C#? Pin
Muammar©16-Mar-07 2:26
Muammar©16-Mar-07 2:26 
GeneralRe: how can create an ActiveX in C#? Pin
B.A16-Mar-07 2:33
B.A16-Mar-07 2:33 
AnswerRe: how can create an ActiveX in C#? Pin
subrata.jana16-Mar-07 2:28
subrata.jana16-Mar-07 2:28 
GeneralRe: how can create an ActiveX in C#? Pin
B.A16-Mar-07 2:32
B.A16-Mar-07 2:32 
QuestionExtending the Textbox Control in ASP.Net using C# Pin
Neeraj Kr16-Mar-07 0:38
Neeraj Kr16-Mar-07 0:38 
AnswerRe: Extending the Textbox Control in ASP.Net using C# Pin
Pete O'Hanlon16-Mar-07 2:17
mvePete O'Hanlon16-Mar-07 2:17 

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.