|
|
 |
BOOK: Beginning VB.NET Databases  | This is the forum to discuss the Wrox book Beginning VB.NET Databases by Thearon Willis; ISBN: 9780764568008 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning VB.NET Databases section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

October 21st, 2009, 10:24 PM
|
|
Authorized User
|
|
Join Date: Jan 2009
Posts: 19
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
I Get # 12:00:00 AM # but no Date
I gone thru the entire book using VB 2008 express and VW2005 express. I'm in chapter 16 finishing and I get an error when using my web service. My combobox on my report form bombs because the weekending date for my routine that comes from the timesheet combobox has # 12:00:00 AM # inside and it stops my program the other 3 reports that don't require dates are working fine.Can someone HELP PLEASE I am almost done. Thanks in advance........ 
|

October 22nd, 2009, 07:22 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2008
Location: Snohomish, WA, USA
Posts: 1,323
Thanks: 3
Thanked 70 Times in 69 Posts
|
|
Actually, you are getting a ZERO value for that.
It's a peculiarity of the way dates and times are stored that a "zero" date, when converted to the default display of a datetime, shows no date but *does* show the time. And, of course, 0 time is the same as "00:00:00" or "12:00:00 AM".
So your real problem is that you simply aren't getting any value, at all.
With no code to look at, that's the most I can say.
|

October 22nd, 2009, 10:13 PM
|
|
Authorized User
|
|
Join Date: Jan 2009
Posts: 19
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
Programmer ERROR
I double checked my code and found that I was accessing a combobox on the wrong form WeekEndingEmployeeDate instaed of WeekEndingDate. This caused me to get the default empty results from the combobox of # 12:00:00 AM #. thanks for the help and quick response .... 
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |