Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need larger preview window
Message
From
30/04/2004 00:42:19
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
 
To
29/04/2004 20:19:21
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00899559
Message ID:
00899606
Views:
18
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform