This topic is locked

Menu Item Names

11/17/2010 6:49:23 PM
PHPRunner General questions
J
jpmagnan author

Is it possible to have the names of the tables displayed in the menu match the table names exactly? Currently when you generate the screens the first letter is capitalized and _ are replaced with a space. I have a database with a very specific naming convention. It is easier to read if the table names are not changed.
I know I can manually set the names by selecting the menu page and editing each item in the menu individually. This is tedious because we have a large number of tables.

Sergey Kornilov admin 11/17/2010

You can edit all table captions in Label Editor (under Miscellaneous screen).
You can also proceed to Project->Settings and uncheck 'Create-human-readable labels for database fields' check box. This would affect new tables you add to the project.