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.
...
*-------------------------------
* Show the form:
*-------------------------------
[highlight #FCE94F]This.oForm.Autocenter = .T.[/highlight]
if THIS.oForm.ShowWindow = 2
*-----------------------------------
* We're launching a top form which
* must always be modeless.
*-----------------------------------
iStyle = 0
ENDIF
...
The code snippet I posted a very short part of is in the frxPreviewProxy.Show() method.myself said:You find the frxPreviewProxy class in the same library as the different preview forms.
DO FoxyPreviewer.APP
REPORT FORM HOME()+"\TOOLS\FILESPEC\90FRX.FRX" PREVIEW
* FoxyPreviewer Version info
#DEFINE FOXYPREVIEWER_VERSION 2.99
#DEFINE FOXYPREVIEWER_VERSION2 "v2.99z31 RC 2016.04.04" && <- Change here before each build
* FoxyPreviewer Version info
#DEFINE FOXYPREVIEWER_VERSION 2.99
#DEFINE FOXYPREVIEWER_VERSION2 "v2.99z31 RC 2016.04.04 [highlight #FCE94F]ameedoo mod 1[/highlight]" && <- Change here
? _screen.oFoxyPreviewer.cVersion