Button in Taskbar (during preview)
Hello,
I have a simple question, and could not find the answer on the internet
and not on this forum.
I would like to have a button (or preview) in the taskbar when I preview a Report.
Is this possible?
I would somehow like to override the:
procedure TfrxPreviewForm.CreateParams(var Params: TCreateParams);
begin
inherited CreateParams(Params);
Params.ExStyle := Params.ExStyle or WS_EX_APPWINDOW; // knop in taakbalk!
end;
Any help is very welcome
Thanks
Jasja
I have a simple question, and could not find the answer on the internet
and not on this forum.
I would like to have a button (or preview) in the taskbar when I preview a Report.
Is this possible?
I would somehow like to override the:
procedure TfrxPreviewForm.CreateParams(var Params: TCreateParams);
begin
inherited CreateParams(Params);
Params.ExStyle := Params.ExStyle or WS_EX_APPWINDOW; // knop in taakbalk!
end;
Any help is very welcome
Thanks
Jasja
Comments