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

  • Users: johann59
  • Content: Threads
  • Order by date
  1. johann59

    Scan folder and files

    Are there functions in VFP 9 that would allow me to: -Scan a specific folder at certain time intervals (let's say at 1 hour intervals) for files (Excel/Text, etc. files) that are dropped in that folder. That folder would usually be empty and the program would check it every hour it would scan...
  2. johann59

    Syntax to create cursor from 2 tables

    I need to write a SQL statement that can merge duplicate field(s) and create single records into a Cursor For example: Table1 (Main) First,Last,Name,Address,City,State,ZipCode 1. Winston,Smith,Winston Smith,123 Anywhere St,Chicago,IL,60601 2. Andrea,Lopez,Andrea Lopez,235 N...
  3. johann59

    VFP and Google Web service

    I need some advice. I'm using VFP 9. I have a list that contains US addresses. Want to be able somehow to run those addresses through a Google search and have Google return the correct addresses. Most of the time those addresses have misspellings. Examples: a) 123 Any Steet, Anytown CA 90000...
  4. johann59

    Copy cells from 1 table to another using an array?

    From the beautiful land of Southern California! I've been looking into previous posts, but have been unable to find some code. I need help figuring out this problem. My main goal is to transfer data from 1 table (T1) into another table (F1). A client gives me a file with codes and the quantities...
  5. johann59

    Print a report based on a field value

    I'm kind of new in regards to working with Access. I've worked mostly with Visual FoxPro, but they wanted this project done in Access, so... I'm about finished with a project done in Access 2007. The only issue I'm having is coming with the code to print a report based on a value in a field...
  6. johann59

    New PDF-Excel project using VB 2008

    Hi, I'm not as familiar with VB as I would like to. All my projects that I've built in the past and my programming skills are more oriented to Visual FoxPro, but my boss insists that this new project be built using VB 2008. I have to use a mailing list of approx 100,000 records (Students)...
  7. johann59

    Alphanumeric sequence

    I'm trying to create an alphanumeric sequence. I have a single table with 200,000 records. I want to add a alphanumeric sequence consisting of no more than 3 alpha characters and 4 numeric characters. I've searched the forum to see if I could find something in that regards but I couldn't...
  8. johann59

    Match 2 tables based on distance

    Hi all. I have 2 tables and I'm using VFP 9. Tbl1 fields/records name1, naddress, nlatitude, nlongitude, etc name2, naddress, nlatitude, nlongitude, etc Tbl2 fields/records StoreName1, sAddress, slatitude, slongitude, etc StoreName2, sAddress, slatitude, slongitude, etc I want to find up to...
  9. johann59

    Display table fields in a ListBox

    Can somebody guide me on how to display the fields from a specific table into a ListBox? Basically I want the user to be able to view the fields from C:\Projects\Table1.dbf and select them from a ListBox so we can process that field. Thanks.
  10. johann59

    Trouble with a Report form

    I'm trying to have my Program (form) create a text file from a report form and I'm having some issues. I'm using VFP 8 and this is the code inside a command button: REPORT FORM C:\Jobs\Reports\Report.frx NOEJECT NOCONSOLE TO FILE C:\Jobs\Reports\RPT0419.txt ASCII a) When I execute the command...
  11. johann59

    Me exe just flashes thru

    I'm using VFP 8, and trying to create an exe. Form runs perfectly inside the IDE, but I when build the exe and go and run it as an exe, it just flashes and terminates. I've read about putting the line of code "READ EVENTS" and I've inserted this line first in the LOAD event and then also in the...
  12. johann59

    Automatically scan files in a folder

    When I start my program in VFP I would like it to automatically scan the contents of a specific folder and if any files in there, load them into a ListBox. Any suggestions would be appreciated. Thanks.

Part and Inventory Search

Back
Top