Click here to Skip to main content
15,919,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Application GUI and events working slowly Pin
Dave Kreskowiak2-Dec-08 2:15
mveDave Kreskowiak2-Dec-08 2:15 
QuestionOracle Using Vb.net Pin
sarfarazaliqureshi1-Dec-08 23:46
sarfarazaliqureshi1-Dec-08 23:46 
AnswerRe: Oracle Using Vb.net Pin
Wendelius2-Dec-08 0:02
mentorWendelius2-Dec-08 0:02 
QuestionSimple plugin architecture implementation Pin
lmendes19791-Dec-08 23:16
lmendes19791-Dec-08 23:16 
AnswerRe: Simple plugin architecture implementation Pin
Dave Kreskowiak2-Dec-08 2:18
mveDave Kreskowiak2-Dec-08 2:18 
QuestionIterate a subset of Datatable Pin
Fahim A1-Dec-08 20:08
Fahim A1-Dec-08 20:08 
AnswerRe: Iterate a subset of Datatable Pin
Christian Graus1-Dec-08 20:42
protectorChristian Graus1-Dec-08 20:42 
GeneralRe: Iterate a subset of Datatable Pin
Fahim A2-Dec-08 12:26
Fahim A2-Dec-08 12:26 
Sorry for the trouble guys, I have sorted the Filtering problem as follow, but now have the issue of filtering the correct subset based on the month and year value of MemDateAdded (datetime field). Following code does not filter the data instead returns the entire records in the datatable. But if I use any other filtering instead of Date, it works perfectly eg. (STATE='VIC').

MyTableDataRows = MonthlyDT.Select(("Month(MemDateAdded)" = 12 & " AND Year(MemDateAdded)" = 2008))  'Monthly Total Only

            For Each dr As DataRow In MyTableDataRows
              Select Case dr("Classification").ToString
                  Case "Classification1"
                      Classification1 += 1
                  Case "Classification2"
                      Classification2 += 1
                  Case "Classification3"
                      Classification3 += 1
              End Select
          Next


I want to iterate the subset of datatable based on user selected month and year passing to MemDateAdded. User month and year will come from a DateTime Picker control. Basically I want to sum different Classifications and passed them to the variables, which I want to use later on other applications like Excel for poking.

Your URGENT help on this....
GeneralRe: Iterate a subset of Datatable Pin
Luc Pattyn2-Dec-08 13:01
sitebuilderLuc Pattyn2-Dec-08 13:01 
AnswerRe: Iterate a subset of Datatable Pin
moodwrod1-Dec-08 20:49
moodwrod1-Dec-08 20:49 
GeneralRe: Iterate a subset of Datatable Pin
Jon_Boy2-Dec-08 2:40
Jon_Boy2-Dec-08 2:40 
QuestionHow to Change Drive later of disk?? Pin
Piyush Vardhan Singh1-Dec-08 18:49
Piyush Vardhan Singh1-Dec-08 18:49 
AnswerRe: How to Change Drive later of disk?? Pin
Christian Graus1-Dec-08 20:43
protectorChristian Graus1-Dec-08 20:43 
GeneralRe: How to Change Drive later of disk?? Pin
Ashfield1-Dec-08 21:25
Ashfield1-Dec-08 21:25 
GeneralRe: How to Change Drive later of disk?? Pin
Christian Graus1-Dec-08 22:35
protectorChristian Graus1-Dec-08 22:35 
AnswerRe: How to Change Drive later of disk?? Pin
Dave Kreskowiak2-Dec-08 2:12
mveDave Kreskowiak2-Dec-08 2:12 
QuestionFF - "Save As Text" functionality Pin
ChandraRam1-Dec-08 6:03
ChandraRam1-Dec-08 6:03 
AnswerRe: FF - "Save As Text" functionality Pin
Thomas Stockwell1-Dec-08 6:24
professionalThomas Stockwell1-Dec-08 6:24 
GeneralRe: FF - "Save As Text" functionality Pin
ChandraRam1-Dec-08 6:38
ChandraRam1-Dec-08 6:38 
GeneralRe: FF - "Save As Text" functionality Pin
Thomas Stockwell1-Dec-08 7:29
professionalThomas Stockwell1-Dec-08 7:29 
GeneralRe: FF - "Save As Text" functionality Pin
ChandraRam1-Dec-08 16:22
ChandraRam1-Dec-08 16:22 
QuestionVisual Basic Database problem Pin
Member 44107151-Dec-08 3:38
Member 44107151-Dec-08 3:38 
AnswerConsider MS-Access for database Pin
David Mujica1-Dec-08 3:50
David Mujica1-Dec-08 3:50 
GeneralRe: Consider MS-Access for database Pin
Jon_Boy1-Dec-08 7:04
Jon_Boy1-Dec-08 7:04 
AnswerRe: Visual Basic Database problem Pin
Ashfield1-Dec-08 4:22
Ashfield1-Dec-08 4:22 

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.