DBISAM Table and display label problems..
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
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
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
"Digital Metaphors" ha scritto nel messaggio
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