Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need larger preview window
Message
De
30/04/2004 00:42:19
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
 
 
À
29/04/2004 20:19:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00899559
Message ID:
00899606
Vues:
17
>I need the preview window for a report to be larger than the base window for my application. What is the best way to create such a window to preview a report.
Command report form has option window /in window
Define before report any window with desired sizes and use this name
for example
DEFINE WINDOW cWinName FROM 0,0 TO 44, 100 NAME ttt NOCLOSE NOGROW

ttt.WindowState=0 && Max
*ttt.BorderStyle=3 && Sizable
ttt.ScrollBars=3
ttt.TitleBar=0
ttt.Movable=.F.
ttt.MinButton=.F.
ttt.MaxButton=.F.

*ttt.width=_screen.width-24
*ttt.height=_screen.height-52

ttt.width=_screen.width
ttt.height=_screen.height-30
report form repname window cwinName
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform