Page 1 of 1

Text component - Alias property

Posted: Mon Sep 14, 2009 5:38 am
by jmhb
Hello,

in the description of the alias property from the text component is stated that it "gets or sets a text that will be shown instead of a component name".
If I provide a value for the alias and do an export (for example csv or xml), the alias will not be considered at all. Instead the component name will
be used (for example "text1"). Is there a way to take the alias's value into account?

Best regards

Text component - Alias property

Posted: Tue Sep 15, 2009 11:38 am
by Jan
Hello,

You want to take in considaration Alias instead Name during export to csv or xml? Right?

Thank you.

Text component - Alias property

Posted: Wed Sep 16, 2009 2:31 am
by jmhb
Jan wrote:Hello,

You want to take in considaration Alias instead Name during export to csv or xml? Right?

Thank you.
Hello,
That's exactly what I want!
Thank you

Text component - Alias property

Posted: Fri Sep 18, 2009 9:01 pm
by Ivan
Hello,

We added new static options for using aliases in exports to Csv/Dbf/Xml.
Now you can use following code, for example:

Code: Select all

StiOptions.Export.Csv.UseAliases = true;
StiOptions.Export.Dbf.UseAliases = true;
StiOptions.Export.Xml.UseAliases = true;
Patch will be available in next prerelease build from 21-Sep-2009.

Thank you.

Text component - Alias property

Posted: Thu Sep 24, 2009 3:21 am
by jmhb
Hello,

thank you very much for the fast response and solution!

Best regards