I added a second details section that contains a label of "No
records to return!" if the recordset that I pass to the report from
VB is zero. The problem is in CR trying to detect no records.
CR has the RECORDNUMBER and NEXTISNULL. So I tried using this.
But it doesnt work.Code:IF (RECORDNUMBER = 0) AND (NextIsNull({qryRightsDifferential.ComputerName})) THEN TRUE ELSE FALSE
Is there a better way to code for this in the suppress formula of
the details section?



Reply With Quote