OS: Windows XP Professional
Crystal: Crystal XI Developer Edition (SP2 & latest monthly hotfix)
Dev Env: Visual Studio .NET 2003 Professional (.NET Framework v1.1.4322)
I have a report which contains 1 subreport. This subreport has 2 parameters linked to the main report.
I have some ASP.NET code to loop through the parameters in the main report and populate certain ones with pre-defined values. The problem I encounter is that the linked parameters in the subreport return false from the IsLinked function even though they are in fact linked, and so expect a value to be entered by the end user.
Any reason you can think of for this, as I've checked in the Subreport Links screen and the links are set up correctly?
Edited by Dave P - 25 Jul 2007 at 1:53am