Another question about AutoSearch fields
I've read a few replies in the group about accessing the AutoSearch fields.
Still, I have not seen anything on an end-user displaying the search
criteria on a report they have created.
How is this done or which demo shows this? I see a demo where it is done in
code from the design-time end, but nothing showing it done by the end-user
creating their own report.
Thanks, (Sorry if repost or too close to other topic)
Stacey
Still, I have not seen anything on an end-user displaying the search
criteria on a report they have created.
How is this done or which demo shows this? I see a demo where it is done in
code from the design-time end, but nothing showing it done by the end-user
creating their own report.
Thanks, (Sorry if repost or too close to other topic)
Stacey
This discussion has been closed.
Comments
that the end user can call which displays their end user created DADE
dataview with autosearch criteria:
http://www.digital-metaphors.com/tips/EUGetAutosearchDescriptionLines.zip
procedure Memo1OnPrint;
begin
Report.GetAutosearchDescriptionLines(Memo1.Lines);
end;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com