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

    Open a New MS Outlook email from c++ code

    Thanks TonHu, Here is the full line of code to execute: ShellExecute(0, "open", "mailto:name@domain.com?subject=Hello&Cc=jane@domai%20n.com&bcc=joe@domain.com.&body=Hello%20world", 0, 0, 1); Andrew
  2. 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
  3. amroberts

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

    Awesome stuff... got it working. Thanks very much for your help!!!
  4. amroberts

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

    Would streams work for copying an exe file from one network drive to another? If so would you please give me an example?
  5. 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
  6. amroberts

    Initializing the borland DB engine (error $2108)

    2ffat, I found out how to add the BDE installation. You need to add the merge module file called 'bde_pro.msm' to the install shield folder (C:\Program Files\InstallShield\InstallShield Express Borland Limited Edition\Modules\i386) with the other merge modules. Then when you open install...
  7. amroberts

    Initializing the borland DB engine (error $2108)

    Ok cool, I appreciate your help... Thanks, Andrew
  8. amroberts

    Initializing the borland DB engine (error $2108)

    Thanks 2ffat, I know its ancient, I should really learn a new platform but anyway... Do you by any chance know of a way to have the BDE automatically installed? ie. include it in the install shield setup program? I'm using the Express Borland Limited edition of install shield.
  9. 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...
  10. 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
  11. amroberts

    EOleException 'Parameter ??? has no default value'

    Ok, got it working... tested it again with your change and I changed the = sign to "LIKE" and it works. Thank you for your help!
  12. amroberts

    EOleException 'Parameter ??? has no default value'

    PHV, thanks for the prompt reply but I actually tried that... its not the SQL syntax, I've tested the query so it must be something else... :)
  13. 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