Hello,
I have tried to assign a datafield to TppDBText control, using TppDesigner
at run-time. But when I choose it, this is not assigned and the combobox,
which shows datafield list, does not show datafield.
Why? What can I do to solve that?.
Thanks,
Josep
Comments
We have not encountered this issue before. What is the datatype of the
field you want to display? Which version of ReportBuilder are you using?
Are you certain the field in question is selected in your dataset? Are you
able to recreate this issue using a simple example with the DBDEMOS
database? If so, please send it in .zip format to
support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
It only ocurrs in my application and I can't send us. It ocurrs when you
select any field.
I use Multilizer components to translate application and it translates
TppField displayname property, but I don't know if this is the reason.
Currently, I use 7.03 version but it's happens in 3.x version too.
Exists any property to disable this feature?
Thanks
Unfortunately it is not possible to disable the edit toolbar. One note,
ReportBuilder uses the TppField.Fieldalias property to populate this
combobox.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I found one solution.
I have implemented and assigned OnGetFieldForAlias and OnGetAliasForField
events and I assigned them.
Now it works fine.
Thanks for all