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 Wanet Telecoms Ltd 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. kencash

    Automating Outlook as a server to VFP6 program

    Your RPC errors usually come from the protocols that Outlook is trying to use to talk to MS Exchange server. Are you using MS Exchange? If so, you might try changing the order of the protocols. Check out the Knowledge Base Article: Q163576 at httP://support.microsoft.com for more information...
  2. kencash

    Hi All! I have a listbox which use

    Depending on the number of items being returned from your query, I like to use an array instead of the cursor. I create a property on the form for the array (thisform.laArray) and then run the query as such... select * from table into array thisform.laArray I then set the .rowsource to...

Part and Inventory Search

Back
Top