CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    6

    Crystal Report selection criteria ?

    Can crystal reports use a memo feild in it's search criteria? I just switched a text field to a memo field in my Dbase. Now am getting an error when I send the report search criteria from my VB program.


  2. #2
    Join Date
    Aug 1999
    Location
    Toluca, Mexico
    Posts
    8

    Re: Crystal Report selection criteria ?

    Try to use a data type like char or string (with support until 255 char) instead of memo.
    If the memo field is need it, send me your code when you pass the data

    [email protected]


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