ameedoo3000
IS-IT--Management
hi
how can i hide the titlebar of report preview
how can i hide the titlebar of report preview
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
loPreview = CREATEOBJECT("Form")
loPreview.TitleBar = 0
loPreview.Name = "MyPreview"
loPreview.Visible = .T.
REPORT FORM MyReport PREVIEW IN WINDOW MyPreview
loPreview = CREATEOBJECT("Form")
loPreview.TitleBar = 0
loPreview.[highlight #FCE94F]Name = "[COLOR=#CC0000]MyPreview[/color]"[/highlight]
loPreview.Visible = .T.
REPORT FORM MyReport PREVIEW [highlight #FCE94F]IN WINDOW [COLOR=#CC0000]MyPreview[/color][/highlight]
the titlebar is hide but when i use foxypreviewer the titlebar is show !
DO foxypreviewer.app
_Screen.oFoxyPreviewer.cTitle = "" && or set any alternative title you want
REPORT FORM MyReport PREVIEW
myself said:Foxypreviewer.app has to go where the EXE is, APPs and DLLs and some other files don't ever become part of an EXE, they remain extra files
fp docs said:The Print Preview Toolbar is visible but all buttons are disabled (not responding) in my Top-Level form report. How to fix that ?
Unfortunately, there is a known bug in VFP9 SP2, that makes all toolbars inside Top-Level forms not to respond. Fortunately, MS is distributing a hotfix for SP2, that fixes this issue. Please download the latest cumulative hotfix - KB968409 from