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: *

  • Users: amroberts
  • Content: Threads
  • Order by date
  1. amroberts

    Open a New MS Outlook email from c++ code

    Hi guys, hope ur all having a good week. I want to be able to click a button on a form and have a new ms outlook email window open with recipients' email addresses (that I get from a database) added to the "To" box. Body text and subject can be blank. Can anyone help? Thanks in advance! Andrew
  2. amroberts

    How to copy a file in Borland C++ Builder 6

    Hi Guys, Im trying to copy a file using CopyFileTo() but keep getting an error "Call to undefined function CopyFileTo()" I've searched everywhere for an answer but no luck... Does anyone know what header file I need to include? Or is there another way to copy files? Thanks, Andrew
  3. amroberts

    Initializing the borland DB engine (error $2108)

    Hi tek tips, I have written a DB application and it works perfectly on my pc. When I install it on another pc using install shield i get the following error: "An error occurred while trying to initialize the Borland Database Engine (error $2108)" Does anyone know how I can fix this? I would...
  4. amroberts

    Selecting multiple rows of a DBGrid at runtime.

    Hi there, I would like to click a button at runtime and use code to select multiple rows in a DB Grid. For example: select/highlight all the rows that contain "John Smith" in the name column. Does anyone know how to do that? Thanks
  5. amroberts

    EOleException 'Parameter ??? has no default value'

    Hi there, I have a MS access application where I'm trying to merge two databases. When I call the execute function of an ADOCommand I get the following error message: Project ... raised exception class EOleException with message 'Parameter AFR has no default value'. AFR is actually a value of...

Part and Inventory Search

Back
Top