CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2003
    Location
    Ontario Canada
    Posts
    5

    howto update ADO field definitions (.ttx)

    How do I update the ADO field definitions set by the .ttx file for a crystal report version 6.0 ? I need to add a couple of more fields. I tried updating the .ttx file but the report doesn't seem to recognize the update. When I select 'verify database' in the reports designer, it comes back with the error message 'memory full'.

  2. #2
    Join Date
    Jul 2003
    Location
    Florida
    Posts
    651

    Re: howto update ADO field definitions (.ttx)

    I'm using CR 8.5 and I update my ttx files the same way you described without a problem. Have you tried either restarting Crystal Reports or rebooting your computer? That may salve the memory full issue. Also, I noticed that if the variables are not defined correctly in the ttx file, it could cause some weird error messages. For example, make sure that String variables are defined as VariableName [Tab] String [Tab] Length. (I always accidentally put a space instead of that second tab.)

    When I was still new to CR (before I knew what Verify Database was for), I would always write my ttx file with a few extra String 100 variables in case I needed to add a field after the report was created.
    I'd rather be wakeboarding...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured