I need to migrate an application that relies on DAO data sources to use ODBC data sources. I will need to eradicate my Access MDBs and completely migrate to SQL server. This conversion should be permanent, and I do not know how to get started.
would this mean several changes in the source...
I have a list control that should display items from a recordset, but it doesn't display the items when I called LoadSchedule which is the function that inserts items to the list control.
I found out that if I display a messageBox (which will contain just any message) before calling...
10Q, mjc.
taking your suggestion,i caused readfile to read from the port handle one byte at a time. After reading a single byte, I placed a temporary condition for displaying a message if the character just read is equal to 13 or 10. if it was 13, the message would say "carriage...
i am using readfile to read a binary file containing data that has been read from a com port. readfile is able to return all the contents of the file except for newline characters (linefeeds/0A/10). I need to read all the characters in the file including the linefeeds but readfile doesn't return...
hello breazl,
if Peexportto did not execute successfully (returned a false value), you should NOT proceed to executing PestartPrintJob. Try to get the returning value of PeExportTo; if it returned false, do NOT proceed to PEStartPrintJob. And if PeExporTo didnt successfully execute, then you...
hello breazl,
if Peexportto did not execute successfully (returned a false value), you should proceed to executing PestartPrintJob. Try to get the returning value of PeExportTo; if it returned false, do not proceed to PEStartPrintJob. And if PeExporTo didnt successfully execute, then you have...
I am currently working on a MSVC++ application that needs to e-mail a crystal report in whatever format (excel,Word,rtf,etc.) to VIM. As of now, my application can only successfully e-mail to MAPI (I've tested this with Outlook). What I've done to allow the application to e-mail to VIM is i...
I'm working on a Microsoft Visual C++ application that supports e-mailing of crystal reports as an attached file to MAPI. Now, i need to make the application support e-mailing of crystal reports attached file to Lotus Notes. To support mapi, the application used uxdmapi.dll and uxdmapi.h...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.