Administrators PlausiblyDamp Posted April 28, 2006 Administrators Posted April 28, 2006 Doesn't get how far? If it crashes on the line you mentioned then it is getting that far. Also it would fail with a NullReferenceException if it was null (which a .Text proprty can't be anyway) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
bripoin Posted May 1, 2006 Author Posted May 1, 2006 Doesn't get how far? If it crashes on the line you mentioned then it is getting that far. Also it would fail with a NullReferenceException if it was null (which a .Text proprty can't be anyway) When I hit F5 to start the application it comes up with that error before the page loads to enter any information. Quote
bripoin Posted May 1, 2006 Author Posted May 1, 2006 Okay. I put a breeak point in the very first line of code and stepped through the application. It didn't even make it past the first line. Quote
bripoin Posted May 1, 2006 Author Posted May 1, 2006 Nevermind. I changed teh Datatype to NVarChar, dropped the Integer.Parse in the value and moved the two lines that define the parameter into the click command and that worked. Thanks for all your help. I really appreciate it and I'm sorry to be such a pest. Quote
bripoin Posted May 22, 2006 Author Posted May 22, 2006 Okay...I've tried modifying what I had so that the information shows up in two datagrids, one for the values that are constant for all reports, and one for the values that change. When I try running what I've got now I get the following error: "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints." Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.