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 Chriss Miller 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: hodge2
  • Content: Threads
  • Order by date
  1. hodge2

    using VFP 6.0 to import excel 2000 spreadsheet

    Is it possible to use ole to import an Excel 2000 spreadsheet into VFP 6.0? I just get an ole error.
  2. hodge2

    send email attachment with foxpro

    I found the following code on your site and it works great. How do I add an attachment? oApp = createObject("Outlook.Application") oMail = oApp.CreateItem(0) oMail.to = "whoever@wherever.com" oMail.subject = "Email from VFP" oMail.body = "Test email sent...

Part and Inventory Search

Back
Top