Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
GeneralRe: DateTime, DayOfWeek in range comparison Pin
PIEBALDconsult4-May-08 5:34
mvePIEBALDconsult4-May-08 5:34 
QuestionKeypress event Pin
D i x y2-May-08 2:38
D i x y2-May-08 2:38 
AnswerRe: Keypress event Pin
John Ad2-May-08 3:54
John Ad2-May-08 3:54 
AnswerRe: Keypress event Pin
PIEBALDconsult2-May-08 8:22
mvePIEBALDconsult2-May-08 8:22 
GeneralRe: Keypress event Pin
Adeel Chaudhry2-May-08 11:19
Adeel Chaudhry2-May-08 11:19 
GeneralRe: Keypress event Pin
PIEBALDconsult2-May-08 15:26
mvePIEBALDconsult2-May-08 15:26 
GeneralRe: Keypress event Pin
Adeel Chaudhry3-May-08 0:24
Adeel Chaudhry3-May-08 0:24 
QuestionExport Issue Pin
MumbleB2-May-08 2:30
MumbleB2-May-08 2:30 
Hi guys. I need some help with the below.

foreach (CsvImp imp in res)
{
    string prov = SearchPcode(imp.CallComments);
    txtboxDisplay.Text += imp.CompanyCode + "\t" + imp.CallComments.ToString()
        + "\t" + prov + Environment.NewLine;
    engine.WriteFile(@"C:\Sasol_" + DateTime.Today.ToString("ddMMyyyyhhmm") + ".csv", res);
}


I am reading in a file with FileHelpers and writing some of the fields to a text box. I am also using one of the imported fields and matching that to derive an extra field which I am able to write to the textbox as well. Now, my problem is when I use the FileHelper engine to write to file I can only write the data in the res. I need to write all that data plus the extra field prov to file.

Any idea how I do that? Or any other suggestions??

Excellence is doing ordinary things extraordinarily well.

AnswerRe: Export Issue Pin
Judah Gabriel Himango2-May-08 5:37
sponsorJudah Gabriel Himango2-May-08 5:37 
GeneralRe: Export Issue Pin
MumbleB2-May-08 5:45
MumbleB2-May-08 5:45 
AnswerRe: Export Issue Pin
Big Daddy Farang2-May-08 5:47
Big Daddy Farang2-May-08 5:47 
GeneralRe: Export Issue Pin
MumbleB2-May-08 5:54
MumbleB2-May-08 5:54 
GeneralRe: Export Issue Pin
Big Daddy Farang2-May-08 6:48
Big Daddy Farang2-May-08 6:48 
GeneralRe: Export Issue Pin
MumbleB2-May-08 10:36
MumbleB2-May-08 10:36 
AnswerRe: Export Issue Pin
MumbleB2-May-08 10:47
MumbleB2-May-08 10:47 
QuestionCall a virtual method non-virtually.. Pin
ptr2void2-May-08 2:19
ptr2void2-May-08 2:19 
AnswerRe: Call a virtual method non-virtually.. Pin
Simon P Stevens2-May-08 5:13
Simon P Stevens2-May-08 5:13 
GeneralRe: Call a virtual method non-virtually.. Pin
N a v a n e e t h2-May-08 17:01
N a v a n e e t h2-May-08 17:01 
GeneralRe: Call a virtual method non-virtually.. Pin
Simon P Stevens5-May-08 22:04
Simon P Stevens5-May-08 22:04 
GeneralRe: Call a virtual method non-virtually.. Pin
ptr2void3-May-08 2:56
ptr2void3-May-08 2:56 
AnswerRe: Call a virtual method non-virtually.. Pin
S. Senthil Kumar2-May-08 5:24
S. Senthil Kumar2-May-08 5:24 
QuestionVPN Connection through C#.net ???????? Pin
Seema Gosain2-May-08 1:37
Seema Gosain2-May-08 1:37 
AnswerRe: VPN Connection through C#.net ???????? Pin
Vasudevan Deepak Kumar2-May-08 1:45
Vasudevan Deepak Kumar2-May-08 1:45 
QuestionMove to Next Column DataGridView Pin
MrColeyted2-May-08 0:30
MrColeyted2-May-08 0:30 
AnswerRe: Move to Next Column DataGridView Pin
J a a n s2-May-08 1:19
professionalJ a a n s2-May-08 1:19 

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.