
Hide export buttons in Crystal Report
You would need to set the WindowControls property to false and set the
WindowParentHandle to a form's hWnd property in your projects. The last
piece would be for you to include on your VB form some controls that would
allow for you to print the preview item and navigate the pages of the
report.
There are correspoding APIs that can be called to accomplish the same
thing.
Hope it helps,
Trey Johnson
---------------------
Quote:
> Does anyone know how to hide export buttons (both export to Disk and
MAPI) when a report
Quote:
> is activated?
> Thanks for any help.
> -SOH-