DianaStewart
Programmer
I am viewing my reports by typing in the url in the browser like this:
It was taking a long time to display, the performance was very slow. So the suggestion was made to convert the connection to my Access database from Direct to ODBC. I changed the connection to ODBC and encountered this error:
Blob field or Memo field cannot be used in a formula.
I understand that any fields that are > 254 will be converted to a memo field and Crystal reports does not work with memo fields.
So I went into my Access database and changed the field from 255 to 250 characters.
I reran the report and it still gave me the same message...
Strange thing is in my database the field will show as 100 characters but when I view the field from within the Report Designer it shows as 200 charcters????!!!!!
Here is the formula where I keep encountering the blob err message:
if {Table1.Description1} <> "N\A" then {Table1.Description1}
else if {Table1.Description2} <> "N\A" then {Table1.Description2}
else if {Table1.Description3} <> "N\A" then {Table1.Description3}
else if {Table1.Description4} <> "N\A" then {Table1.Description4}
How can I get around this without modifying the database physically?
Help
Diana
It was taking a long time to display, the performance was very slow. So the suggestion was made to convert the connection to my Access database from Direct to ODBC. I changed the connection to ODBC and encountered this error:
Blob field or Memo field cannot be used in a formula.
I understand that any fields that are > 254 will be converted to a memo field and Crystal reports does not work with memo fields.
So I went into my Access database and changed the field from 255 to 250 characters.
I reran the report and it still gave me the same message...
Strange thing is in my database the field will show as 100 characters but when I view the field from within the Report Designer it shows as 200 charcters????!!!!!
Here is the formula where I keep encountering the blob err message:
if {Table1.Description1} <> "N\A" then {Table1.Description1}
else if {Table1.Description2} <> "N\A" then {Table1.Description2}
else if {Table1.Description3} <> "N\A" then {Table1.Description3}
else if {Table1.Description4} <> "N\A" then {Table1.Description4}
How can I get around this without modifying the database physically?
Help
Diana