[Migrated content. Thread originally posted on 30 September 2008]
Hello everyone,I am working on a system in which I have to update Visual Foxpro files from an Acucobol accounting system. I have the source to the accounting system and can modify the programs.
When invoices, receipts or disbursements are posted in the accounting system, the data must also be written to their corresponding DBF equivalents.
I am replacing an old system that--seemed to--write small ASCII files and do a SYSTEM call to load a foxpro .exe that would read these files and then update the VFP dbf files.
Instead, I would like to either:
a) Open DBF files directly from AcuCOBOL (some kind of external file handler)
b) Use an ActiveX control I can call from AcuCOBOL and pass it data that it will, in turn, write to VFP.
c) Replicate from Vision files to VFP files
d) Suggestion from this forum.
Anyone done this?
Any ideas?
Thanks in Advance,
Dan



