Problem with accessing labels from Delphi
Hello,
I have different labels in my report.
And I want to access them from Delphi.
This works fine, but there is a small problem.
The label has in ReportBuilder as Username 'lbl_name'.
But in Delphi, I can't see that name.
I used different names, and I came out with the name ppLabel12.
After that I knew that, everything works fine.
Is it correct that I cannot custumize the names of labels in ReportBuilder?
Thanks in advance
Lainkes
--- posted by geoForum on http://delphi.newswhat.com
I have different labels in my report.
And I want to access them from Delphi.
This works fine, but there is a small problem.
The label has in ReportBuilder as Username 'lbl_name'.
But in Delphi, I can't see that name.
I used different names, and I came out with the name ppLabel12.
After that I knew that, everything works fine.
Is it correct that I cannot custumize the names of labels in ReportBuilder?
Thanks in advance
Lainkes
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Delphi does not use the UserName to define objects created in the
form/report designer. You will need to use the Name property to adjust the
name of a TppLabel object.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I can't find the Name property in Reportbuilder.
Is there something I need to do to activate it?
Lainkes
--- posted by geoForum on http://delphi.newswhat.com
inspector. You will need to use the Delphi Object inspector to access this
property at designtime.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com