Real World to Peachtree
Real World to Peachtree
(OP)
This may be slightly off-topic but i was wondering if there is anyone out there who might know how to get the dos based Real World Program to print to file so that i can open in excel to import to Peachtree. I have attempted setting up as a text printer but maybe i'm just crazy but i can't get it to work in real world. It works everywhere else but there. I am at my wits end w/ this project. If anyone has any ideas I am open to all suggestions
RE: Real World to Peachtree
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
www.trianglepartners.com
RE: Real World to Peachtree
RE: Real World to Peachtree
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
www.trianglepartners.com
RE: Real World to Peachtree
SY60.013 5/13/91 New Company installation under BTRIEVE, when file PATHFILE locked, no error message displayed.
This makes me believe that possibly is on btrieve database like ptree. What would be the file ext. for these files? I am not sure which files are the data files. There are many files that i am not familiar with such as:
.dbf, .exp, .gnt, .idx, .int, .lbr, .rwc
RE: Real World to Peachtree
Once you get MS Access reading the realworld files you should be able to write a query to update the Peachtree fiels with the desired information.
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
www.trianglepartners.com
RE: Real World to Peachtree
option 1: use report writer module if installed.
option 2: to print to file, modify the cobol configuration file printer settings
option 3: direct access to files would require real world source or odbc drivers. The data is in packed indexed files with no intrinsic data definition other than record size and key structure. Can use cobol file utilities to dump to fixed format sequential, but you would still need data definitions to parse and unpack results.
fdf@frantzsystems.com