KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Query Editor not displaying an invisible table in application mode
PRODUCT: 4D | VERSION: 16 | PLATFORM: Mac & Win
Published On: September 21, 2017

When a table is set to invisible as shown below, it can be seen in the Query Editor under design mode.




The following code below can be ran in Design/Interpreted mode from a menu item, method editor, or in an object such as button:

Query ([Table_1])


The executed code above will open the Query Editor and display a table field "[Table_1]Field2":




Repeating the same process of executing in application mode will not show the table field:



In Windows, the following will display: