I'd check first to see if the EVENT on the form has a handler. Sometimes if you delete or cut/paste a control you'll loose the handler for the event but the event stays and you're left scratching your head. Sub MyEvent(byval sender as object, byval e as system.event) handles MyClass.MyEvent -or- addHandler MyClass.MyEvent, addressOf MyEvent '<--Handler won't get deleted if you cut/paste Other thing that happens to me is some other event raises an exception and causes the RaiseEvent to fail. Especially if i have a Try Catch with an empty catch that i havent coded in a response yet(not a good practice)
For those using DAO or mircosoftjet engine to sort date i found the solution Hope this will help you all!!! SELECT * FROM tblInvoices WHERE CustomerID = 1 AND InvoiceDate > #01/01/98# Note that the date string is enclosed in number signs (#). More details , http://www.abspos.net/HelpRT/Microsoft Jet SQL - Fundamentals.htm
Well, i add a few clines for helps files in my project, and complie no problem, but when exe, the message appears Any expert can solve this problem???:(( btw,the system i used is p2 500mhz, os win2000 pro ram 256MB thanks:|
Delete your .CLW file and when you open the Wizard, it will ask you if you want to rebuild it from your source files.
he he he. I like it in the kitchen! - Marc Clifton (on taking the heat when being flamed) Awasu v0.4a[^]: A free RSS reader with support for Code Project.