Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
REPORT PREVIEW with _screen.visible = .F.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00056594
Message ID:
00056597
Vues:
34
>I have a single form app that is the top-level form. _Screen.Visible is .F.. When I issue REPORT...PREVIEW, nothing happens. When _Screen.Visible is .T., it works. How do I make it work with the screen not visible?
>
>TIA

Try this

_SCREEN.CLOSABLE=.F.
_SCREEN.CAPTION=''
_SCREEN.MAXBUTTON=.F.
_SCREEN.MINBUTTON=.F.
_SCREEN.MOVABLE=.F.
_SCREEN.CONTROLBOX=.F.
_SCREEN.VISIBLE=.T.
report form myreport preview
_SCREEN.VISIBLE=.F.
_SCREEN.CONTROLBOX=.T.
_SCREEN.CLOSABLE=.T.
_SCREEN.CAPTION='Visual Foxpro'
_SCREEN.MAXBUTTON=.T.
_SCREEN.MINBUTTON=.T.
_SCREEN.MOVABLE=.T.

Hope it helps

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform