Click here to Skip to main content
15,900,906 members
Home / Discussions / C#
   

C#

 
GeneralOffice Automation - problem with Find object Pin
Matt Casto4-Jun-04 6:05
Matt Casto4-Jun-04 6:05 
GeneralRe: Office Automation - problem with Find object Pin
Dave Kreskowiak4-Jun-04 11:01
mveDave Kreskowiak4-Jun-04 11:01 
GeneralRe: Office Automation - problem with Find object Pin
Matt Casto7-Jun-04 2:57
Matt Casto7-Jun-04 2:57 
GeneralRegisterClass equivalent Pin
sjhart4-Jun-04 5:20
sjhart4-Jun-04 5:20 
GeneralRe: RegisterClass equivalent Pin
Heath Stewart4-Jun-04 5:23
protectorHeath Stewart4-Jun-04 5:23 
GeneralRe: RegisterClass equivalent Pin
sjhart4-Jun-04 5:34
sjhart4-Jun-04 5:34 
GeneralRe: RegisterClass equivalent Pin
Heath Stewart4-Jun-04 5:54
protectorHeath Stewart4-Jun-04 5:54 
Questiona syntax question? Pin
BillAnton4-Jun-04 5:14
BillAnton4-Jun-04 5:14 
Hi to all,

I am trying to change a boolean field in an Access database table.

<code>
DataRow[] selectRows = dscurr1.Tables["currlist"].Select("curr='true'");
foreach (DataRow myRow in selectRows)
{
idx = Convert.ToInt32(myRow["notableID"]);
}
</code>

This locates the index to the row that has the only boolean True row in this small table, but now I need to change it to False and realize I need to use an indexer to the DataRow but am lost as to how it should be laid out syntacically.

Regards,
Bill Antonacchio
AnswerRe: a syntax question? Pin
Heath Stewart4-Jun-04 5:21
protectorHeath Stewart4-Jun-04 5:21 
GeneralRe: a syntax question? Pin
Heath Stewart4-Jun-04 9:26
protectorHeath Stewart4-Jun-04 9:26 
GeneralRe: a syntax question? Pin
Dave Kreskowiak4-Jun-04 10:51
mveDave Kreskowiak4-Jun-04 10:51 
GeneralRe: a syntax question? Pin
Heath Stewart4-Jun-04 10:52
protectorHeath Stewart4-Jun-04 10:52 
GeneralClient &amp; Server Pin
IamADotNetGuy4-Jun-04 4:47
IamADotNetGuy4-Jun-04 4:47 
GeneralRe: Client &amp; Server Pin
Dave Kreskowiak4-Jun-04 10:50
mveDave Kreskowiak4-Jun-04 10:50 
GeneralC# refactoring tool Pin
..Hubert..4-Jun-04 1:39
..Hubert..4-Jun-04 1:39 
GeneralRe: C# refactoring tool Pin
Nick Parker4-Jun-04 9:53
protectorNick Parker4-Jun-04 9:53 
GeneralRe: C# refactoring tool Pin
Stefan Troschuetz4-Jun-04 22:32
Stefan Troschuetz4-Jun-04 22:32 
GeneralRe: C# refactoring tool Pin
leppie5-Jun-04 1:15
leppie5-Jun-04 1:15 
Generalcopying entire directory Pin
Ammar Ben Hadj Amor4-Jun-04 1:30
professionalAmmar Ben Hadj Amor4-Jun-04 1:30 
GeneralRe: copying entire directory Pin
Judah Gabriel Himango4-Jun-04 3:49
sponsorJudah Gabriel Himango4-Jun-04 3:49 
GeneralRe: copying entire directory Pin
Ammar Ben Hadj Amor4-Jun-04 4:00
professionalAmmar Ben Hadj Amor4-Jun-04 4:00 
GeneralRe: copying entire directory Pin
Hesham Amin4-Jun-04 4:46
Hesham Amin4-Jun-04 4:46 
GeneralCannot create a child list Pin
Appelz4-Jun-04 1:01
Appelz4-Jun-04 1:01 
GeneralRe: Cannot create a child list Pin
Heath Stewart4-Jun-04 5:18
protectorHeath Stewart4-Jun-04 5:18 
QuestionSome would help me with this design? Pin
basidati3-Jun-04 23:28
basidati3-Jun-04 23:28 

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.