Subject Re: [IBO] CharCase question
Author Geoff Worboys
> I want to set the charcase of some fields to uppercase when
> my application starts.
> I read that I have to do this at execution time.

Is there some reason you cant use the TIB_Query.FieldsCharCase
property? Simply add entries for each field like...

FieldA=UPPER
FieldB=LOWER
FieldC=PROPER

etc


Geoff Worboys
Telesis Computing