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

  1. Stevo123

    Import Excel to VFP9

    Hi All, Thanks SO much! I was able to use the Import Wizard with a CSV file just fine. It was crashing when trying to import an Excel 2010! Steve
  2. Stevo123

    Import Excel to VFP9

    Thanks!
  3. Stevo123

    Import Excel to VFP9

    Hi All, I'm new to VFP so please excuse my ignorance here! I have an excel spreadsheet that I'm trying to import into VFP but I just have no idea how to that easily. Is there an easy way, or an app that someone knows of that can move data from Excel to VFP? Thanks! Steve
  4. Stevo123

    VFP and Source Code Repos

    Beautiful - thanks Olaf and JRB-Bldr! I'm going to be watching those videos this week! Appreciate the pointers! Steve
  5. Stevo123

    VFP and Source Code Repos

    Thanks Mike - really appreciate the tips and advice! I am in a situation where the previous owners are helping me out with some of the more complex code changes and we are starting to trip over each other's feet just a little which is why I wanted to go with a source control system! The...
  6. Stevo123

    VFP and Source Code Repos

    Hi All, I'm new to FoxPro and have purchase a small software company (2 person company) that has a single app that is written in VFP. I've never used VFP before but am starting to get used to working with it. I just set up a Mercurial repo as the previous owners never used anything to manage...
  7. Stevo123

    Set Date Filter

    Thanks very much everyone. I'm glad I've found this forum! Appreciate the fast and useful help!
  8. Stevo123

    Set Date Filter

    Thanks for your replies! I'm trying to troubleshoot some data in a table (payments table) that has a record of payments made to a loan. The datepaid field is obviously the date the payment was entered (and is a date field in VFP), so I was trying to browse the table with a filter set to the...
  9. Stevo123

    Set Date Filter

    Hi All, I'm fairly new to VFP and am trying to use the SET FILTER TO command to filter on a date in a table but I get a syntax error when doing the following: SET FILTER TO datepaid = "05/07/12" How can I filter on just a single date? Thanks Steve

Part and Inventory Search

Back
Top