Query Wizard (When choosing File -> New)
Hi,
We've recently upgraded from RB7 to RB11 and I'm having some problems
integrating the new RB with our codebase.
I'm now at the stage where I can bring up the "New Items" screen when the
end user chooses to create a report from our own program's form. On the
old version we had two options: "Query Designer" and "Query Wizard" but on
the new version we get four options: "Report", "Report Wizard", "Label
Templates" and "Crosstab Wizard".
I understand it has something to do with daRegisterWizard, but that seems
to be calling the correct classes (tdaQueryWizard, tdaQueryDesigner).
We have out own End User implementation (we've copied EndUsr.pas and
changed the name) but I cannot find how to set these option.
Any help would be appreciated.
--- posted by geoForum on http://delphi.newswhat.com
We've recently upgraded from RB7 to RB11 and I'm having some problems
integrating the new RB with our codebase.
I'm now at the stage where I can bring up the "New Items" screen when the
end user chooses to create a report from our own program's form. On the
old version we had two options: "Query Designer" and "Query Wizard" but on
the new version we get four options: "Report", "Report Wizard", "Label
Templates" and "Crosstab Wizard".
I understand it has something to do with daRegisterWizard, but that seems
to be calling the correct classes (tdaQueryWizard, tdaQueryDesigner).
We have out own End User implementation (we've copied EndUsr.pas and
changed the name) but I cannot find how to set these option.
Any help would be appreciated.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
From Design tab File | New provides options for the Report, Report Wizard,
etc.
From the Data tab File | New provides options for the Query Designer, Query
Wizard
Same as for prior versions of RB
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
code before I simulate the menu click...
--- posted by geoForum on http://delphi.newswhat.com