Hello,
I am evaluating in.de and am having trouble converting a field to UPPER case or PROPER case. The database is an existing MySQL 5 database. The field in question is varchar(50) named category.category. (Table and field name)
I cannot find the correct event to place the code using (x)Upper. I have tried add before inert and add after insert, but it does not work. I do not get any compilation errors or anything, but the data remains unchanged.
Could you please explain how to use this?
Thank you,
Ted Berry