Hi<br>I'm automating the refresh and export into ttx format file of a report.<br>I have inserted the global32.bas & crwrap.bas.<br><br>Const crUXFXls8ExtType = 8<br>Dim result As Integer<br><br>result = crPEExportToDisk(hJob, _<br> "C:\export.ttx", "uxfsepv.dll", crUXFCommaSeparatedType%, _<br> 0, 0, 0, 0)<br><br>The result gives "0" don't know if it works or not anyway, the file do not exist at final.<br>thanks to anyone to tell me if i'm doing something wrong<br>