Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rachelalfonso

    from DAO to ODBC

    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...
  2. rachelalfonso

    my list control won't display items

    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...
  3. rachelalfonso

    returning linefeed characters

    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...
  4. rachelalfonso

    mail to Lotus Notes with my C++ application

    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...
  5. rachelalfonso

    how 2 email report 2 Lotus Notes w/ my C++ application??

    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...

Part and Inventory Search

Back
Top