Crystal Report Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    #1

    Crystal Report Error

    hey guys, i'm trying to generate a crystal report based on data in an access
    database, but i keep on getting this error:

    "Error in FIle c:\......\Cryst alReport1.rpt.
    Buffer too small for string or missing null byte."

    Any ideas???



    cheers
    Steve



  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: Crystal Report Error

    HI,

    "Steve" <sgladding@clea r.net.nz> wrote in message
    news:43d7060f@c lear.net.nz...[color=blue]
    > hey guys, i'm trying to generate a crystal report based on data in an
    > access database, but i keep on getting this error:
    >
    > "Error in FIle c:\......\Cryst alReport1.rpt.
    > Buffer too small for string or missing null byte."
    >
    > Any ideas???[/color]

    Give more details, and maybe show some code if you are assigning parameters
    in code

    by the message it seems that you are assigning a string too long for a field


    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation


    Comment

    • Steve

      #3
      Re: Crystal Report Error

      don't wory guys, got it going :-)

      cheers anyway


      "Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us > wrote
      in message news:%231ydhWbI GHA.3492@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > HI,
      >
      > "Steve" <sgladding@clea r.net.nz> wrote in message
      > news:43d7060f@c lear.net.nz...[color=green]
      >> hey guys, i'm trying to generate a crystal report based on data in an
      >> access database, but i keep on getting this error:
      >>
      >> "Error in FIle c:\......\Cryst alReport1.rpt.
      >> Buffer too small for string or missing null byte."
      >>
      >> Any ideas???[/color]
      >
      > Give more details, and maybe show some code if you are assigning
      > parameters in code
      >
      > by the message it seems that you are assigning a string too long for a
      > field
      >
      >
      > --
      > Ignacio Machin,
      > ignacio.machin AT dot.state.fl.us
      > Florida Department Of Transportation
      >[/color]


      Comment

      Working...