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

    returning linefeed characters

    i got it. My application doesn't have a problem at all. It IS the hyperterminal which does NOT send linefeed characters in the first place.
  3. 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...
  4. rachelalfonso

    returning linefeed characters

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

    Export to Disk File problem

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

    Export to Disk File problem

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