If i wanted to customize the join table dialog what do i do ? In daJoinTableDlg, TdaJoinTableDialog inherits from TForm, i cant use ppRegisterForm for this right ? Thanks, help is appreciated.
I checked the source code and that dialog is called from TdaSQL.EditTableJoin method located in daSQL.pas. I do not know why it is not replaceable. The TdaSQL.EditTableJoin method is called by QueryDesigner and QueryWizard - both of which are replaceable.
Therefore the options are to either
- modify the source code the TdaSQL
or
- copy the QueryDesigner and QueryWizard and register new custom replacements that use your custom join dialog.
Comments
I checked the source code and that dialog is called from
TdaSQL.EditTableJoin method located in daSQL.pas. I do not know why it is
not replaceable. The TdaSQL.EditTableJoin method is called by QueryDesigner
and QueryWizard - both of which are replaceable.
Therefore the options are to either
- modify the source code the TdaSQL
or
- copy the QueryDesigner and QueryWizard and register new custom
replacements that use your custom join dialog.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com