Subject CharCase question
Author Francois Leemans
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.
So when my application start I run a initialisation unit with statements
like this :

DM.QTIB_Emp.FieldByName('EMP_NAME').CharCase := ccUpper;

I use a datamodule.
This works, but is soooo sloooow, it takes a lot of time.
I presume that the fieldbyname has something to do with this.
Is fieldbyname a slow way of working ?
What are the alternatives ?
Can I make this any faster ?

Lee


[Non-text portions of this message have been removed]