Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing to VFP files from an AcuCOBOL program
Message
From
30/09/2008 08:52:21
 
 
To
30/09/2008 06:35:35
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01351730
Message ID:
01351761
Views:
19
>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.
>- BTW, cObjects does not appear to exist anymore.
>c) Replicate from Vision (AcuCORP's file format) files to VFP files
>d) Suggestion from this forum.
>
>Anyone done this?
>
>Any ideas?
>
>Thanks in Advance,
>Dan

I haven't done it, but if AcuCOBOL can handle it you could implement a VFP Com Server to receive instructions and return data in XML format. See "Visual FoxPro and Advanced COM" in the VFP 9 help. Would that work for you?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform