Weird problem

thomas008

Well-known member
Joined
Feb 17, 2009
Messages
54
Location
Belgium
Programming Experience
Beginner
Hi

I have a question. I've got a main application let call that main. And i had some problems with my database and such so i started a whole new project just to fix my databaseproblems. I'll call this project database. Now database works the way i want it to when i run it by itself. Now i inserted all of the files into main hoping i would work there aswell. Ofcourse i had to make some changes because of the namedifference. When i run i don't get any errors but when i try my validation there are some errors there. Main is project which has a mdiparentform and several childs. I'm thinking this in some way causes the problem because when i insert the database project into another (no mdiparent having) project it works just fine.

I hope someone can make sense of this and help me out. Because i tried everything. I copy the code from database to main, I retyped it myself, I even started with an empty form so that I had to create the dataset and everything all over again.

Thanks
 
My errors are that my 2 datetimepickers when they change value in the DB form and I call DB.datetimepicker.value from my datasetvalidation the values are unchanged here. Another problem is when i call all rows from my table to check if they have columnerrors and set rowerrors there don't seem to be any rows.
However i found out that when my DB form is the startup form everything works fine. When its not my code as a bit of a problem
 
Back
Top