I have created a Event in a form and raised it in another class within the same project. The "RaiseEvent" was executed in the class, but the event was not trigger in the form. Anybody have any ideas???
stv
Posts
-
Help !! Event not Raise in VB.net -
sorting by datetimeFor 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
-
sorting by datetimeThank's for replying, but i would like to sort it from a range of dates. U know how to do it in DAO using filters or using any method? Thank you very much:)
-
sorting by datetimeDear all, I am cuurrently using DAO to access my oracle DB, i have a datetime field and would like to sort by the records according to dates/time. Anybody have any method sorting Dates or time using DAO? your help will be greatly appreciated!!!!:rolleyes:
-
passing to_date function in DAO for oracle DBDear all;), I have being using DAO to connect to oracle 8i DB, but I try to pass a sqlstatememet = "select * from table where datefield = to_date ('2002-01-23','yyyy-mm-dd')" in the code CDaodatabase database; CDaoRecordset recset(&database); recset.Open(AFX_DAO_USE-DEFAULT, sqlstatememet); I always get this problem error message "Undefined function 'to_date' in expression" Anyone pls help!!!!:wtf:
-
program too big for memWell, 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:|
-
program too big for memDear all, I have written a program and try to run it but get this Dos screen and message " Program too big to fit into meemory" Anybody pls help!!!:wtf: thanks you:|
-
Class wizard problemtyanks you saved the day:laugh:
-
Class wizard problemGreetings everyone!:laugh: Can anybody help me with this problem I have try to rebuild the *.clw for classwizard, but got this message for some of my class files. "a duplicate insert block exists for class ......" and class wizard cannot view the affected class information after the rebuilt. Anybody pls help!!!:omg: Tahnks you
-
Adding files to existing projectDear all, I have a serious problem. :omg:I have an existing project and added some *.cpp files(class files) into it, but these new files or class are not reflected in the class wizard. Any steps to resolve such problem? Can somebody pls help? Thank you and merry X'mas:-O