
Currently when attempting to export AI or DXF from CorelChart, an Export Filter 
Error will occur. This problem stems from the CORELCHT.INI file not referencing 
the proper DAT information.

To correct this problem, open the CORELCHT.INI file (located in the WINDOWS 
directory) in a text editor and make the following changes:

Currently the CORELCHT.INI file reads:

[CorelDXFExport]
Header=dxfhead.dat
DlgFullColor=1

[CorelAIExport]
V88Header=aihead.dat
V3Header=ai3head.dat
V3Footer=ai3foot.dat
DlgVersion3=0
DlgTextAsText=1

Should read:

[CorelDXFExport]
InchHeader=dxfhead.dat
MMHeader=dxfhead2.dat

[CorelAIExport]
V88Header=aihead.dat
V88Header2=aihead2.dat
V3Header=ai3head.dat
V3Footer=ai3foot.dat

The Dlg... information is automatically written to the CORELCHT.INI file when an
AI or DXF file is exported for the first time and therefore is initially not 
needed. This information is used the next time an AI or DXF file is exported, to
set the options in the export dialog box to the last settings used.

