REPORT ERROR IN UPGRADE
Hi!
I've upgraded my ReportBuilder Enterprise from 10.07 to 10.09 (Delphi7
Enterprise). I've a problem: some fields of the report don't appear in
preview, I enter in desing and see of the fields, labels, etc of the report.
I save the report, but when I enter the next time, some fields disappear
how can I solve this problem?
Thanks.
I've upgraded my ReportBuilder Enterprise from 10.07 to 10.09 (Delphi7
Enterprise). I've a problem: some fields of the report don't appear in
preview, I enter in desing and see of the fields, labels, etc of the report.
I save the report, but when I enter the next time, some fields disappear
how can I solve this problem?
Thanks.
This discussion has been closed.
Comments
are yelling and is not appropriate for these newsgroups.
Are you sure your report is properly connected to a valid dataset? If you
try creating a simple example from scratch are you able to see any data?
Try running the main reports demo and see if you are able to retrieve any
data.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Excuseme for the capital letters. That's the problem:
1) before upgrade: the preview and design show all the fields/labels/etc. of
the report
2) After upgrade: the preview "hide" some fields or labels, I design the
report and the preview in the design form show all the fields, labels, etc.
But the next time I open the report I need design form to "see" all the
report (fields, labels, etc...)
Thanks.
I've discover the problem:
if you enter in Design Form, after, the report preview go ok (it's mean:
don't show labels, fields, etc). If I dont enter in Design Form the preview
don't show some label, fields, etc.
is it possible that when I launch Design Mode it "change" some properties of
the ppReport and because of if , after, the preview report go ok?
I've a new "tip":
Components ppReport1 and ppDesigner1 (propertie report = ppReport1).
1) If I launch "report1.print": some labels/fields disappear
2) I change the source, I add an "if" before the ppReport1.print,
if (ppreport1.reportdesigner = nil) then
begin
ppDesigner1.ShowModal;
ppDesigner1.Close;
end;
ppreport1.Print;
In this way, 1 launch ppDesigner1.showmodal I can load another reports and
the preview go ok.
why do I need ppDesigner1.showmodel once and after the ppReport1.print go
well?
"F. Mac" escribi? en el mensaje
if I replace ppDesigner1.showmodal for ppDesigner1.show: ?labels and fields
disappear!
help me, please!
thanks
"F. Mac" escribi? en el mensaje
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
scratch like I asked in my first response? If not, try creating a minimal
example (should take 5 minutes) and see if you can recreate the same
issue(s).
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I've found the problem: pipeline01.autocreatefields = false, I've changed it
to true and go ok.
is it correct?
is it necessary assign true to this propertie?
I've a example, do you want?
Thanks!
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I've need to send a demo to test the post "HIDE BLANK PAGE"
where can I send it?
Thanks!
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com