convert field names from uppercase to lowercase!

Hello to all.
there is a way to convert all fields, in many applications, scriptcase from uppercase to lowercase?
I have converted a database to mysql and I did not notice that the fields have been converted to uppercase.
I created the app for tables and now I realized my mistake. :frowning:
It is not a problem of mysql because I use case insensitive, but … it’s ugly to see and difficult to read …
Hello and thanks
Enrico

You can convert it in grid/form, go to the fields you want to convert and then change ‘Case Settings’. Is this what you want ?

www.LiviApps.com (Scriptcase International)
www.OwenSolution.com (Scriptcase Indonesia)

Hello and thanks for the reply.
I did not make myself clear.
My need is to convert the name of the field, not the value.
example:
Table: table1
fields:
TBL_F1
TBL_F2
TBL_F3
I create the application form and grid and Scriptcase build the application with the fields in capital letters. Rightly!
I modify the fields of the table ‘table1’ with fields in lower case and add a new field:
fields:
tbl_f1
tbl_f2
tbl_f3
tbl_f4 (new field!)
Now, in Form I go in ‘Application -> synchronize table’ and Scriptcase recognizes as new all fields, losing all settings …!
Not to mention the grid where I must be manually modify the SQL statement
I tried to look scriptcase.db, but are repeated a thousand times a thousand and uncoded, so I almost impossible to edit them with an automated process!

Hello
Enrico