TOPIC: Text not appearing

Text not appearing 17 Jul 2008 19:38 #224

  • rec9140
  • rec9140's Avatar
I am trying out the free version to replace people having the full CR on their systems, and have run into a problem.

DB: MySQL 4.0.24-Standard
Crystal Reports X

Reports are developed and work great in CR (as expected) :angry:

Using Logicity V1.6 I have text in the report that does not display.

Example:

Some Text here: {field from formula from the DB data}
{field from formula from the DB data}

I should get something:

Other Exterior Conditions noted: Yes
The driveway has cracks with no separation.

or:

Other Exterior Conditions noted: None



What I get from Logicity is:

The driveway has cracks with no separation.

This is not specific to one report. It does it on several reports. Just skips the text of the report and prints out the result of the formula.

It does appear to be the same text areas each time.

Any hints? ? ? ?

Thanks in advance.
The administrator has disabled public write access.

Re:Text not appearing 17 Jul 2008 20:30 #225

  • rec9140
  • rec9140's Avatar
Update...

I tested the same reports in another CR viewer and the text that is missing shows up..

I prefer Logicity over the other viewer so hope a resolution to this can be found.

Thanks.
The administrator has disabled public write access.

Re:Text not appearing 17 Jul 2008 21:15 #226

  • aellis
  • aellis's Avatar
Can you test with Logicity 1.5? Logicity 1.6 is built with the Crystal 2008 toolkit and there seem to be some incompatibilities in between CR 2008 and MySQL.
The administrator has disabled public write access.

Re:Text not appearing 18 Jul 2008 04:48 #227

  • rec9140
  • rec9140's Avatar
rec9140 wrote:
Update...

I tested the same reports in another CR viewer and the text that is missing shows up..

I prefer Logicity over the other viewer so hope a resolution to this can be found.

Thanks.

Unforuntately, no joy. Same text not appearing.

Data from MySQL is pulled, just the static text in the report doesn't appear for some reason.

[code:1]

This is text in the report that is static: {formula with results from DB}
{formula with results from DB}
{formula with results from DB}


More text that is static:
{formula with results from DB}

[/code:1]

What comes out is:

[code:1]

This is static text:{formula with results from DB}
{formula with results from DB}

{formula with results from DB}

[/code:1]
The administrator has disabled public write access.