This post was postad for Esparta Palma
some time ago from another post of Fred
Taylor. I Hope that help u.
Cómo ya muchos sabran, las ventanas de
Preview del reporteador no están
maximizadas, por lo que para remediarlo
se ha utilizado la instrucción define
window, pero a continuación les comparto
algo que para no variar encontré en los
foros en ingles del news de microsoft.
oForm = CREATEOBJECT("Form")
WITH oForm
.Caption = "Tu Titulo del Preview"
.WindowState = 2 && Maximized
.Show()
REPORT FORM tureporte PREVIEW WINDOW
(.Name)
.Release()
ENDWITH
-----------------------------
Fred Taylor
***@mvps.org
Microsoft Visual FoxPro MVP
News:
microsoft.public.fox.vfp.reports.printing
Subject: Re: Report preview window size
control
Date: 05/19/2002
Post by Hughs ManEverytime the preview windows of Report come out, I cannot control the
windows size.
I want it to be maximize.
But every report has each setting now.
How can I control the size of the preview window.