Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Preview WIndow size
Message
 
À
21/09/1998 18:13:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00139288
Message ID:
00139362
Vues:
16
Hi Patrica,

Another approach to what David suggested.
oHandler = CREATE('FORM')
oHandler.WindowState = 2
oHandler.Name = 'frmReport'
oHandler.Caption = 'Your Report Caption'
oHandler.Show()
REPO FORM YourReport PREVIEW WINDOW 'frmReport'
RELEASE oHandler
>In VFP6, reports viewed in Preview mode seem to come up in a small window at the upper left at runtime.
>
>How can we change the default Report Preview window size without messing with the user's resource file at a low level?
>
>Thanks in advance for any ideas.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform