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.
Printable View
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.
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]