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 bkrike 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: VFP6
  • Content: Threads
  • Order by date
  1. VFP6

    Using an Updatable Cursor in VFP 6

    Hello, I have created a CURSOR that has application wide scope. Here is a sample of how I have written this code: * Cursor Creation PUBLIC myCur CREATE CURSOR myCur (cemp C(9) UNIQUE, clname C(25) UNIQUE, cfname C(25) UNIQUE) Later in the application I have some code that generates a query to...
  2. VFP6

    Sending email using MAPI controls through a VFP6 app.

    Dear Whoever can help, I am trying to send emails based on a certain condition in a program. One problem I am having is sending emails to more than one recipient in a single send. The other problem I am having is sending Cc: Mail. Below is a sample of the code that I have written. At first, I...
  3. VFP6

    Active X Control

    Has anyone had problems with the Active X control and Crystal reports on VFP6? I even if I get the control to register, it still will not run.

Part and Inventory Search

Back
Top