Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Text File Extension Name Is Forced to .TXT?

edited August 2012 in General
I have some people moving from a version of my application using RB 10
to RB 14, and I am getting reports of a problem with printing to text
file and the extension name is being forced to .TXT even though the
user specifies .IIF.

These reports are being used to export data into .IIF files so that
they can be imported into QuickBooks.

Has something changed in the versions such that RB does not allow
exporting tab delimited text files with a user specified filename
extension? Or is there a property that I need to change to allow
specifying the file extension name when Print to File is used?

--

Comments

  • edited August 2012
    I created a patch for RB 14.05 that resolves this issue. Registered RB 14
    customers can email support@ and request the patch.

    From your description sounds like you are exporting to Quickbooks quite
    often. You might want to create a TppTextFileDevice descendant and override
    the DefaultExt, DefuleExtFilter, and DeviceDescription methods. Then
    register your TmyQBFileDevice with RB and it will appear in the list of
    available export devices. See ppFilDev.pas for details.

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.