custom autosearch criteria stored in .rtm or database ?
Hi !
I looked into custom autoseearch criteria example and got my own working
example now.
I needed some "fancy" autosearch dialog with comboboxes, datetimepicker etc.
My question: is it posible to save those customised dialogs in rtm file or
in Database somehow ?
Cheers,
Dmitry
I looked into custom autoseearch criteria example and got my own working
example now.
I needed some "fancy" autosearch dialog with comboboxes, datetimepicker etc.
My question: is it posible to save those customised dialogs in rtm file or
in Database somehow ?
Cheers,
Dmitry
This discussion has been closed.
Comments
filled with values of another dataset....
if you reach this target, say it to me :-)
"Dmitry OZ" ha scritto nel messaggio
See RBuilder\Demos\AutoSearch\4. Custom AutoSearch Dialog
This example shows how to build custom autosearch panels.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
yes, I did it, but my question was "is it possible to store custom
autosearch dialogs within report?
Thanks,
Dmitry
the response is no?
Sorry I misread the question. No you cannot store a dialog within a report.
A Delphi dialog must be compiled into the application or compiled into a
packages that can be used by the application.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
The example shows to how use the AutoSearch FieldName to determine which
AutoSearchPanelClass should be used. See
TmyAutoSearchDialog.GetPanelClassForField in myASDlg.pas.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com