Hello everybody
my problem is the following:
I have a field in a database table (the field is named "content"). During the loading of the table records, I don't want to extract the entire field value , but the x first characters.
Example:
Content = "Hello world , how are you ??"
what should be extracted = "Hello world"
I ask if there is a manner to make it directly in DevForce (cause of the huge amount of information to transport over the network).
Thanks a lot in advance