Preview/Design Mode Bug

Hello,

I am currently having a strange issue with a column in my table in Ignition 8.05. When toggling between Preview Mode and Design Mode the letter “N” changes from a capital letter to a lowercase “n”. This is currently only effecting the “Customer Name” column.

Any suggestions on how to fix this will be much appreciated!

How’s the data being populated in that table? Looks like a SQL query from the project browser; what’s the case of the column in the DB?

I’ve got a script on an object that will run using this code:

query = “INSERT INTO Customer_Info (Customer_ID, Customer_Name, Customer_Email, Customer_Address1, Customer_Address2, Time_Stamped, Customer_Phone_Number) VALUES (?,?,?,?,?,?,?)”

Everything seems to be working fine other than that Customer Name column.

Here’s a screenshot of the table in my database.

Also, this is how I have my Table Customizer currently set up.

Any translations set up that could be doing this?

Hi Kathy, can you clarify what you mean by this?

https://docs.inductiveautomation.com/display/DOC80/Creating+Translation+Lists

Sometimes people have English Alternates set up and forget about them. That’s something that would make Preview different from Design.