Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

DBISAM Table and display label problems..

edited June 2004 in End User
Hi! I have this problem..

I'm using rb7.03 with DBISAM 4.05.

If the property OPENDATASOURCE of the TppDBpipeline is set to default (True)
and I don't open
runtime my TDBISAMTable, the fieldalias are correctly assigned to the
datatree toolbar; but if I decide to open the table I can't see the
fieldalias in the toolbar and I don't see the displaylabel of the fields of
the TDBISAMTable, I see only the fieldname!!

I think this is not correct but maybe I don't know something..

Thanks again

Dario

Comments

  • edited June 2004

    If DBPipeline.OpenDataSource is set to False, then you need to manually open
    the datasets.

    Example:

    myTable.Open;
    ppDesigner1.ShowModal;




    --

    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com


  • edited June 2004

    "Digital Metaphors" ha scritto nel messaggio
  • edited June 2004

    Please create a simple example using standard Delphi components,
    ReportBuilder, and DBDemos. Email in zip format to
    support@digital-metaphors.com. We can run it here and check it out. Please
    specify exact steps to perform and an explaination of the issue.


    --

    Thanks for supporting ReportBuilder! Please vote for ReportBuilder in the
    Delphi Informant Readers Choice awards!

    http://www.delphizine.com/ballot2004/


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.