Hide and display preview buttons
Leo Bidi
Montevideo, Uruguay
Hi, all.
I need to on demand, hide or show some bar's buttons in the preview.
I've tried frxreport.previewoptions.buttons[pbexport].hide or = false, but does not compile.
How can I do that ?
Many thanks
Leo
Comments
I've found how to to it.
frxreport.previewoptions.buttons := frxreport.previewoptions.buttons ( - / + ) [pbExport]
thanks