I've read all the posts on reports/subreports and I'm still having problems.
Background: I'm working with OLEDB, an Access database.
Main Report:
SQL:
SELECT Parties.*, Murders.Description
FROM Murders INNER JOIN Parties ON Murders.[CaseNumber] = Parties.CaseNumber;
The selection criteria is not working and the report is all jumbled.
Thanks for any help.
-- Andrey Gankov Mail:gankov...@inbox.ru ICQ: 230-684-976 Jabber:gan...@jabber.ru
28.07.2016 19:42, Cathy F пишет:
The selection criteria is not working and the report is all jumbled.I personally didn't use subreport like you in table, even for a one time. May be Majorsilence Reporting has bug to display it. Please add issue on github, and attache example report. If i will have time, i will see it.
Thanks for any help.
But I didn’t see why you use subreport for this case. May be you can do it, by one SQL query and add it to table of main report.
-- Andrey Gankov Mail:gank...@inbox.ru ICQ: 230-684-976 Jabber...@jabber.ru
I seen about subreport in table. Now it works incorrect, when subreport generated difference height. Because in currently architecture of application we can not get height before it draw, but when we render table, we need know height of row, before draw. Now it implemented only for property CanGrow for TextBox. And implementation is very bad and confusing. For good works it should be rewrite completely.
I will try fix it. But it can need more time.
-- Andrey Gankov Mail:gank...@inbox.ru ICQ: 230-684-976 Jabber...@jabber.ru
--
You received this message because you are subscribed to the Google Groups "myfyireporting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to myfyireportin...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/myfyireporting/bda129be-5169-47af-9c53-968902ef8073n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/myfyireporting/6ff70d19-f2ab-47d0-964c-2d7344f0ea46n%40googlegroups.com.