Home RAP

REPORT ERROR IN UPGRADE

edited September 2008 in RAP
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.

Comments

  • edited September 2008
    Please do not post messages in all capital letters. This implies that you
    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2008
    Hi!
    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.
  • edited September 2008
    Hi!

    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?
  • edited September 2008
    Hi!
    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
  • edited September 2008
    Another "tip":
    if I replace ppDesigner1.showmodal for ppDesigner1.show: ?labels and fields
    disappear!

    help me, please!

    thanks
    "F. Mac" escribi? en el mensaje
  • edited September 2008
    Try setting the View | Show Data option in the designer's main menu.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2008
    Have you tried creating a simple example that shows the same behavior from
    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2008
    Hi!

    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!
  • edited September 2008
    Yes, this property should be set to True by default.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2008
    but, in the last version it's go ok although the properti set to false.
    I've need to send a demo to test the post "HIDE BLANK PAGE"
    where can I send it?

    Thanks!
  • edited October 2008
    Please send all attachments to support@digital-metaphors.com in .zip format.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.