Click here to Skip to main content
15,896,259 members

Comments by donaldliaw87 (Top 27 by date)

donaldliaw87 22-Jun-14 21:11pm View    
hi Kschuler! i'm a little bit understand what you explained, so the first thing i have to do is to loop particular column's rows instead of for each loop) and [after first checkeditem been loop, i have to wrote something to allow it loop trough the next checkeditem]. Please guide me am i in right-path!?
donaldliaw87 28-Apr-14 3:41am View    
my case is like this: the checked items were users id, and will generate datetime.days(30 or 31) for each checked userid and insert into temporary table.
donaldliaw87 8-Apr-14 21:36pm View    
Tq Peter!!!!, your clear guidance reminded me "must understand and check the datatype" before coding!
donaldliaw87 8-Apr-14 4:46am View    
hi Peter Leow thx for the guides!

i still got another issue: when i change the declaration of datetime to (dim startdate as DateTime = new DateTime (DateTimePicker1.value) its gave me an error stated "value of type date cannot convert to long"

i try to pass the both datetimepickers.value to variable string still face the same error!
donaldliaw87 7-Apr-14 22:22pm View    
sorry, am asking the wrong way, to faster the asking... how to show ranged dates picked from datetimepickers and show results like this? (01/01/2014
02/01/2014
03/01/2014
04/01/2014
05/01/2014
06/01/2014
07/01/2014
08/01/2014
09/01/2014)