I have a report created in Crystal 8.0 that has hyperlinks set to a particular field in the database. If this field exceeds 86 characters then other fields start disappearing from the report. The formula I am using for the hyperlink is a follows:
if ({TGD0.FK_L_0_0_2}='') or IsNull({TGD0.FK_L_0_0_2}) then
''
Else
{TGD0.FK_L_0_0_2}
As you can see, there isn't much to it. Any suggestions would be greatly appreciated. Thanks.
if ({TGD0.FK_L_0_0_2}='') or IsNull({TGD0.FK_L_0_0_2}) then
''
Else
{TGD0.FK_L_0_0_2}
As you can see, there isn't much to it. Any suggestions would be greatly appreciated. Thanks.