Issue with case when selecting column from table list of fields...

WexSoft

Member³
I've just sent an email with screen shots to show you the problem. When I am viewing a list of columns in a table after typing the dot after a table alias in the code editor, the column names are in lowercase (which is what I want). However, when I press Enter to select a column it gets entered into the code editor in UPPERCASE - is there a way to maintain the lowercase?
 
I assume this is a view instead of a table? If you have enabled the Code Assistant preference "Use original case" then it will inspect the view source to find the case of the column. You can modify the view source(s) to change the column case, or disable the Code Assistant preference.
 
Back
Top