Home End User

Problems with Data Dictionary

edited May 2003 in End User
I'm trying to use the data dictionary component, but when I do I can't
select multiple tabes in the Query Wizard... after double clicking on
one, this gets copied from the list of Available tables to the list of
Selected tables, but then all the Available tables become greyed out.

If I remove the table that I selected, then all the tables become
available again.


Best Regards,

James Crosswell
Software Engineer
Microforge.net Limited
http://www.microforge.net

Comments

  • edited May 2003
    The problem is that you are trying to use Joins for dictionary without
    creating them first.
    So there are 2 ways. You would either need to create those joins in the
    dictionary or you can just empty TppDataDictionary.JoinPipeline property so
    that it would not use joins at all. This way all tables and joins are up to
    the end-user.

    Gambatte.


  • edited May 2003
    Thanks - that worked. I think I'll just leave the joins pipeline blank -
    makes it a bit more flexible.

    Cheers.

    James Crosswell
    Software Engineer
    Microforge.net Limited
    http://www.microforge.net

This discussion has been closed.