Search found 4 matches

by etwoss
Fri Nov 25, 2016 1:16 pm
Forum: TsiLang Components Suite
Topic: running query without persistent fields
Replies: 7
Views: 16185

Hi

Is "GetTextOrDefault" not faster than "GetStringValue"?

Eric
by etwoss
Fri Nov 25, 2016 8:39 am
Forum: TsiLang Components Suite
Topic: running query without persistent fields
Replies: 7
Views: 16185

Hi

Thanks

When loading a file from disk with first param Strings, it only read the strings part and leave all other (displayLabels)?

Eric
by etwoss
Thu Nov 24, 2016 7:09 am
Forum: TsiLang Components Suite
Topic: running query without persistent fields
Replies: 7
Views: 16185

Hello, There is no such "direct" method, but you may try to use GetStringValue() method to iterate through all existing strings and find your value and then retrieving it. Would it not be nice to have such method? Not to hard to develop i think. What you mean is trying to get the fieldsdi...
by etwoss
Wed Nov 23, 2016 10:50 am
Forum: TsiLang Components Suite
Topic: running query without persistent fields
Replies: 7
Views: 16185

running query without persistent fields

Hi I have a query 'select * from <viewname>' i have no persistent fields, just want to export the dataset to excel, However i want to translate the displaylabels , something like: for i := 0 to View.fields.count -1 do begin View.Fields[i].DisplayLabel := TsiLang.Translate(View.Fields[i].DisplayLabel...