Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > BOOK: Beginning VB.NET Databases
|
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2005, 05:17 PM
Registered User
 
Join Date: Jul 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Having problems with the Group Projects Panel Ch.9

Hi Thearon. How are you?

I am having problems with the Group Projects panel in the Time Tracker project. I am on Chapter 9. I had problems with the code i entered but be that as it may, I downloaded the code off this website and ran the Chapter 9 Time Tracker project and i have this problems.

When i drag the avaiable project to the "Group Projects" listview and then click add to add the project to the "Groups" in the listbox it says in the left bottom that a record has been added but when i scroll through to another group and then back to the group i add the project to it doesn't show up in the "Group Projects" listview. Have you encountered this problem before and what do you think it could be??

The Update and Delete buttons work the same way as well as the Action menu options(add,update,delete). I add the available project to the Group Projects listview but it doesn't seem to add, update, or delete from the groups.

Does it have to do with the view created and the fact it was refereced with the dbo prefix. Do i have to get rid of that??? I will keep trying but help would be appreciated.
Thanks,
Bo
 
Old July 13th, 2005, 04:26 AM
Thearon's Avatar
Wrox Author
 
Join Date: Dec 2003
Posts: 396
Thanks: 0
Thanked 8 Times in 8 Posts
Default

Bo,

Since an error is not being thrown, it's hard to say what could be wrong. My suggestion would be to set a break point in the ActionAdd procedure and step through the code that actually adds group projects to see where it might be failing.

Thearon
 
Old August 15th, 2005, 11:52 PM
Registered User
 
Join Date: Aug 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Did you have any luck?

I am having the exact same problem, where none of the toolbars will do anything. I am going to go over my code again, but not until I get some nighty night.

Dennis
 
Old August 31st, 2005, 07:38 AM
Registered User
 
Join Date: Aug 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had the same problem and it turned out no case in the select block was firing, because of the wrong shortcut name (I should have read the errate list!!!)
To check if this is indeed your case, either break and follow the code execution line by lien, or add a msgbox to return the shortcut name right before the SELCT CASE, or add a CASE ELSE with a msgbox to (again) return the shortcut name.:D

HTH,
Nikos

 
Old October 21st, 2005, 05:27 PM
Registered User
 
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

In ActionAdd, ActionDelete, and ActionUpdate the Case value coded is coded as a string value "Group Projects", but the value of strActiveScreen is "Groups Projects". Seems incompatible coding. Changed Case "Group Projects" to "Groups Projects"










Similar Threads
Thread Thread Starter Forum Replies Last Post
Ajax Problems ch. 27 gigs BOOK: Professional ASP.NET 2.0 Server Control and Component Development ISBN: 978-0-471-79350-2 0 September 24th, 2007 05:50 AM
Accessing different projects in the same group osemollie Beginning VB 6 1 May 24th, 2006 03:58 PM
ViewState problem when adding a panel to a panel koekie17 C# 3 February 20th, 2006 09:17 AM
Problems with GROUP BY and CASE statement karim SQL Server 2000 2 September 23rd, 2004 06:39 AM
Problems with Ch. 18 example tomephillips BOOK: Beginning ASP 3.0 5 November 6th, 2003 08:25 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.