FieldAlias question
Hello,
I'm using the pipeline's fields fieldalias properties for displaying field
names in the designer.
This works fine when using a report component connected to the pipeline.
I create the report component runtime, assigning the pipeline runtime. Now
the fielddropdown of the designer does NOT show
the fieldaliases as designed in lowercase format.
Eric
I'm using the pipeline's fields fieldalias properties for displaying field
names in the designer.
This works fine when using a report component connected to the pipeline.
I create the report component runtime, assigning the pipeline runtime. Now
the fielddropdown of the designer does NOT show
the fieldaliases as designed in lowercase format.
Eric
This discussion has been closed.
Comments
The DBPipeline will by default recreate the fields when it is assigned at
runtime. You need to set the TppDBPipeline.AutoCreateFields property to
False to disable this behavior and keep the field aliases you already
assigned.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Or read the manual/help file better .
Eric