Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Long Fileds

edited October 2003 in End User
I created a Data Dictionary (D7+RB Pro 7.02+MSSQL 2000+ADOTable), it works
fine except that the Table names are too long, so in the query wizard, when
I want to pick the desired fields, all I can see is table's name

|------------------|
| MyTable |
| MyTable |
| MyTable |
| |
|------------------|

If I put the mouse pointer over the field I get the hint with tha whole name
like this

MyTable .MyField

Any suggestion is welcome

Thanks in advance

Eduardo Martinez O.

Comments

  • edited October 2003
    Sorry,

    Eduardo Mtz O.
  • edited October 2003

    You can either modify the existing Query Wizard or copy it and create your
    own, then register it with RB.

    See RBuilder\Source\daQueryWizard.

    The default query wizard is registered in the initialization section of
    daIDE.pas.

    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited October 2003
    Thanks a lot for your answer,

    I wouldn't like too much to mess with your code, but if there is no other
    way I'll give it a try

    best regards

    Eduardo Martinez O.



  • edited October 2003
    Problem solved, check the "Cannot Generate DataDictionary" thread below

    Eduardo Martinez



This discussion has been closed.