Long Fileds
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.
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.
This discussion has been closed.
Comments
Eduardo Mtz O.
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
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.
Eduardo Martinez