Home End User

No tables to select on Data tab

There are no tables to select when creating a new report. When i go to the Data tab and select New, the list with tables is empty (see picture below).

image

But when i double-click on the DataDictionary in designtime, a list with tables and fields is shown (see picture below).

image

Can someone explain why this is happening? I'm using a MSSQL database.

Comments

  • When i set the option "ValidateTableNames" as "False", then the tables are shown. So the problem is solved, but what is the exact function of the option "ValidateTableNames"?
  • Hi Ramon,

    The ValidateTableNames simply checks that the DataDictionary entries are present in the actual database. The fact that you do not see any tables when this property is True might indicate that the table names in your DB do not match the table names in the DataDictionary. Try running the DataDictionary builder again and see if that solves the problem.

    See the help topic for TppDataDictionary.ValidateTableNames for more information.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.