About 20,400 results
Open links in new tab
  1. How to get the data from fpt and dbf (FoxPro) files?

    Dec 3, 2016 · Normally you should be able to get the data from the table (DBF) or the memo fields (stored in the FPT) using Excel and the query built in. Based on the comment of the "symbols" …

  2. Do I need .fpt and .cdx files to extract data from Foxpro or does …

    Sep 1, 2010 · The .fpt file contains the data from Memo type fields. If the dbf has a field of type Memo and the .fpt file is missing, FoxPro will not be able to open the dbf.

  3. foxpro - Reading a FPT File - Stack Overflow

    Mar 14, 2012 · I would like to read a FPT/DBF file I have tried to load the file with any of these FoxPro 7 FoxPro 8 FoxPro 9 when I edit the FPT I see text in the file I want to change but …

  4. What's the easiest way to read a FoxPro DBF file from Python?

    Sep 1, 2008 · Are you sure it was FBT and not FPT? FPT files are the memo files. CDX is the index file although @Ethan says these aren't supported so that was unlikely to be the missing …

  5. How can I connect to these database (DBF, FPT) sources?

    Aug 1, 2014 · A software uses DBF and FPT files to manage its data. I am not familiar with these kinds databases or data storage. I was able to retrieve data using some PHP classes. But I …

  6. I am getting an invaild FPT error, but the file is there

    Mar 12, 2022 · The corresponding DBF file opens fine on FoxPro and the memo field which is the FPT file to knowledge works fine too, So I don't what the solution is, I tried making a little …

  7. windows - How to ftp with a batch file? - Stack Overflow

    Apr 23, 2013 · Among theses commands are open Computer [Port] to connect to an FTP server, user UserName [Password] [Account] to authenticate with the FTP server, get RemoteFile …

  8. VS Code can't connect with ftp-simple - Stack Overflow

    Sep 11, 2024 · I had the same problem today, I was able to solve it by creating an empty ftp-simple.json file in the ~/.config/Code/User/ directory (this is using Linux, I guess Windows has …

  9. viewing DBF file visual foxpro 9 - Stack Overflow

    Jul 20, 2017 · I want to open and view data from a dbf file from a old application. I have copied the dbf file from the server share onto my PC, downloaded DBF viewers but all i showing is …

  10. How to use ftp.simple in VSCode - Stack Overflow

    Jan 12, 2018 · I have installed ftp.simple, watched the YouTube video, created a SFTP config for a remote server in the ftp-simple-temp-json, and run the command: Open the file directly from …