PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Turne off the export pane in PrintePreview
[WD20] Turne off the export pane in PrintePreview
Iniciado por guest, 14,feb. 2016 17:54 - 3 respuestas
Publicado el 14,febrero 2016 - 17:54
Hello All

The print preview export options do not work reliably in some cases so I need to conditionally delete them when generating reports that I know won't export well.

I know I can turn off the buttons but is there a way to turn off or hide a complete pane in the print preview ribbon in code ?

Regards
Al
Publicado el 14,febrero 2016 - 18:42
Hi,

Take a look atthe functions for that .You can delete buttons etc all by coding

regards
Alard
Publicado el 14,febrero 2016 - 19:06
Hello Allard

I want to delete or hide the complete "Export" pane in code. The delete options for IParameterPreview only apply to buttons not panes.

Regards
Al
Publicado el 15,febrero 2016 - 00:58
Hello

The solution, logically enough, was to remove all the buttons contained on the pane using the various "ibutton..." parameters with a minus sign in front of each one.

Regards
Al