Subject | CharCase question |
---|---|
Author | Francois Leemans |
Post date | 2001-06-11T13:55:44Z |
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]
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]