Hi,
I have designed report which do not have any group. It shows last page blank although it does not contain any record.I have tried with these
In SectionExpert=>NewPageAfter
IF OnLastRecord then
if isNull({Command.SNPSHT_ID}) then
formula = False
end if
end if
Please help to solve theseplease help me with removal of blank pages in crystalreport9|||if onlastrecord then
false
else
true
Try this formula on SectionExpert=>Page Footer->New Page After...
Don't forget to uncheck this option after writing formula.|||hi,
in PageFooter =>sectionexpert=>NewPageAfter is blocked|||oops sorry.
Try it in details section since u don't have group footer|||if onlastrecord then
false
else
true
Try this formula on SectionExpert=>Page Footer->New Page After...
Don't forget to uncheck this option after writing formula.
hi,
in PageFooter =>sectionexpert=>"NewPageAfter is blocked"
i have tried it in detail section which gives me one record on each page.
Please help me to resolve these problem|||remove else part from ur detail section formula.sql
No comments:
Post a Comment