Ediimport is a Foxpro program that automatically insert corrected ADX 850 (EDI order) export to SBT databases. Ediimport.prg and application
Tag: Foxpro
Running Foxpro EXE
Executable built by Visual Foxpro V9 requires 2003 Microsoft Visual C++ Runtime DLL msvcr71.dll. The is problem can be resolved
Foxpro Basic Commands
Change default directory: set default to c:\example Edit a program: modify command program name Run a program: do program name
Text and String Handling in VFP
Here’s a good post on text and string handling in Visual Foxpro: http://stevenblack.com/articles/text-and-string-handling-in-VFP/ Note Alines which converts CSV to
Foxpro ODBC Driver set up
Locate a copy of SBT. Make sure file ODBCJT32.DLL is included. Run setup.exe Go to control panel->Administrative Tools->Set up ODBC
Foxpro Database Commands
A good discussion on Foxpro ODBC driver connection string https://www.berezniker.com/content/pages/visual-foxpro/visual-foxpro-odbc-driver How to pack a table through Foxpro ODBC driver https://support.microsoft.com/en-us/kb/234756
Perl ODBC
Perl ODBC access to Foxpro requires the Win32::ODBC module. Add this module using cpan. Here’s a link to help on