azwaan
Programmer
- Jan 11, 2002
- 42
I have two Applications which uses Crystal reports, one developed using a version prior to version 7 and one using 8.5
the one's developed using the old version compares bit data type field (boolean on SqlServer DB's) by comparing against 0 or 1. for example
present=0 or present =1 (Present is of bit data type)
the newer version does not support this according to the Crystal support web site..and must be compared using
present=false or present =true
now the problem is how can i view both the old and new reports on the same machine?
the reports are really complex ..and this comparsion is very central to the reports and is used in more than a dozen formulas & other fields.
is there a work around for this?
the one's developed using the old version compares bit data type field (boolean on SqlServer DB's) by comparing against 0 or 1. for example
present=0 or present =1 (Present is of bit data type)
the newer version does not support this according to the Crystal support web site..and must be compared using
present=false or present =true
now the problem is how can i view both the old and new reports on the same machine?
the reports are really complex ..and this comparsion is very central to the reports and is used in more than a dozen formulas & other fields.
is there a work around for this?