Click here to Skip to main content
15,915,975 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: progress bar Pin
WartHog00018-Dec-04 7:04
WartHog00018-Dec-04 7:04 
GeneralDatabase -- What am i not understanding. Pin
OICU81217-Dec-04 12:21
OICU81217-Dec-04 12:21 
GeneralRe: Database -- What am i not understanding. Pin
Dave Kreskowiak17-Dec-04 14:14
mveDave Kreskowiak17-Dec-04 14:14 
GeneralRe: Database -- What am i not understanding. Pin
OICU81217-Dec-04 18:57
OICU81217-Dec-04 18:57 
GeneralBitmaps and GDI+ Pin
Michael Parkin17-Dec-04 10:10
Michael Parkin17-Dec-04 10:10 
Generalcustom sorting datatables Pin
mfriedenthal17-Dec-04 8:07
sussmfriedenthal17-Dec-04 8:07 
GeneralRe: custom sorting datatables Pin
OICU81217-Dec-04 11:23
OICU81217-Dec-04 11:23 
GeneralRe: custom sorting datatables Pin
LadyReader20-Dec-04 4:41
LadyReader20-Dec-04 4:41 
Thank you for the help - however I am not getting the results expected. Although ASC is the deafult, I did add ASC to both sort keys:
myDataView.Sort = ("PurchaseOrderID ASC, TimeNeeded ASC")

Here is a sample of the output, where PurchaseOrderID is column(2) and TimeNeeded is column(9) on a 0 to 11 basis:

Row: 119
34028_1_1, 7/25/2005 12:00:00 AM, {unspecified}, , 12345-0003, 1, xxx, 0, , 7/25/2005 12:00:00 AM, M,
------------------------
Row: 120
33734_1_1, 9/11/2005 12:00:00 AM, {unspecified}, , 12346-0002, 1, xxx, 0, , 9/11/2005 12:00:00 AM, M,
------------------------
Row: 121
33597_1_1, 12/12/2012 12:00:00 AM, {unspecified}, , 12345-0001, 1, xxx, 0, , 12/12/2012 12:00:00 AM, M,
------------------------
Row: 122
33596_1_1, 12/12/2012 12:00:00 AM, {unspecified}, , 12345-0001, 1, xxx, 0, , 12/12/2012 12:00:00 AM, M,
------------------------
Row: 123
33596_1_2, 12/12/2012 12:00:00 AM, {unspecified}, , 12345-0001, 2, xxx, 0, , 12/12/2012 12:00:00 AM, M,
------------------------
Row: 124
33597_1_2, 12/12/2012 12:00:00 AM, {unspecified}, , 12344-0001, 2, xxx, 0, , 12/12/2012 12:00:00 AM, M,
------------------------
Row: 125
32798_1_1, 12/31/2029 12:00:00 AM, {unspecified}, , 1234-0003, 2, xxx, 0, , 12/31/2029 12:00:00 AM, M,
------------------------
Row: 126
32412_1_5, 12/31/2029 12:00:00 AM, {unspecified}, , 12345-0002, 3, xxx, 0, , 12/31/2029 12:00:00 AM, M,
------------------------
Row: 127
118121-000, 1/28/2005 12:00:00 AM, {unspecified}, 25, 12345-005, 9, xxx, 0, , 1/28/2005 12:00:00 AM, M,
------------------------
Row: 128
117604-101, 1/13/2005 12:00:00 AM, 147347_020, 540, 12345-1234-006, 1, {unspecified}, 0, 12/22/04, 1/18/2005 12:00:00 AM, P,
------------------------
Row: 129
117749-101, 2/3/2005 12:00:00 AM, 147347_021, 540, 12345-1234-006, 1, {unspecified}, 0, 12/22/04, 2/8/2005 12:00:00 AM, P,
------------------------
Row: 130
117941-101, 3/9/2005 12:00:00 AM, 150236_005, 105, 12345-001, 10500, {unspecified}, 0, 03/07/05, 1/19/2005 12:00:00 AM, M,
------------------------
Row: 131
118122-000, 1/26/2005 12:00:00 AM, {unspecified}, 20, 12345-004, 12, xxxx, 0, , 1/26/2005 12:00:00 AM, M,
------------------------
Row: 132
118110-000, 12/20/2004 12:00:00 AM, {unspecified}, 20, 12345-003, 5, xxxx, 0, , 12/9/2004 12:00:00 AM, M,
------------------------


Take a look at rows 126 and 127 - although PurchaseOrderID has been {unspecified} through this point, TimeNeeded has jumped backwards from 12/31/2029 to 1/28/2005. The watch has these colums delimited by "#"s so I have reason to believe that .net is indeed seeing the fields as dates and not strings.
Can you offer any other suggestions?
Thanks!
m
GeneralRe: custom sorting datatables Pin
OICU81221-Dec-04 21:13
OICU81221-Dec-04 21:13 
GeneralRe: custom sorting datatables Pin
LadyReader22-Dec-04 4:16
LadyReader22-Dec-04 4:16 
GeneralCheck the file os open or not in vb Pin
Member 158672017-Dec-04 3:18
Member 158672017-Dec-04 3:18 
GeneralRe: Check the file os open or not in vb Pin
Dave Kreskowiak17-Dec-04 6:13
mveDave Kreskowiak17-Dec-04 6:13 
GeneralMaking Monitor Black Pin
Member 158672017-Dec-04 2:50
Member 158672017-Dec-04 2:50 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak17-Dec-04 6:00
mveDave Kreskowiak17-Dec-04 6:00 
GeneralRe: Making Monitor Black Pin
Member 158672017-Dec-04 14:23
Member 158672017-Dec-04 14:23 
GeneralRe: Making Monitor Black Pin
OICU81217-Dec-04 19:29
OICU81217-Dec-04 19:29 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak18-Dec-04 4:37
mveDave Kreskowiak18-Dec-04 4:37 
GeneralHelp with Browse Pin
mex_young17-Dec-04 1:04
mex_young17-Dec-04 1:04 
GeneralRe: Help with Browse Pin
Purple Monk17-Dec-04 4:45
Purple Monk17-Dec-04 4:45 
GeneralRe: Help with Browse Pin
mex_young17-Dec-04 23:23
mex_young17-Dec-04 23:23 
GeneralHelp !! Event not Raise in VB.net Pin
stv17-Dec-04 0:36
stv17-Dec-04 0:36 
GeneralRe: Help !! Event not Raise in VB.net Pin
OICU81217-Dec-04 5:38
OICU81217-Dec-04 5:38 
GeneralFTP Pin
nitin_ion17-Dec-04 0:27
nitin_ion17-Dec-04 0:27 
GeneralHelp with a script Pin
Anonymous16-Dec-04 22:37
Anonymous16-Dec-04 22:37 
GeneralRe: Help with a script [EDITED] Pin
Dave Kreskowiak17-Dec-04 5:56
mveDave Kreskowiak17-Dec-04 5:56 

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.