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

What causes INVALID TEMPLATE FORMAT

edited September 2007 in General
What causes invalid template format when trying to load a rtm file?

dave

Comments

  • edited September 2007
    Hi Dave,

    The EInvalidTemplateError is raised in the TppTemplate.StreamType routine.
    Inside this routine, the IsValidASCIISignature or IsValidBinarySignature
    methods are called to verify that the signature is correct at the beginning
    of a template file. If not, the error is shown. The correct signatures can
    be found at top of the implementation section of the ppTmplat.pas file in
    the constants cBinarySignature and cASCIISignature.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.