Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to HIDE the Report Preview Toolbar
Message
From
24/02/2000 17:31:34
 
 
To
24/02/2000 13:39:38
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00336488
Message ID:
00337174
Views:
19
Hi Lorne:

I do this way :
REPORT FORM myfile.frx NOCONSOLE WINDOW "Preview1"

in this window i have a timer that checks for print preview window (and do other things):
** the window as no titlebar no borders and is maximezed

** Timer.timer event
If Wexist("Print Preview")
Move window "Print Preview" 0,0
** move window to top and know position
Mouse Dclick at 0.1,0.1
** Double click at 0.1,0.1 (thats the title bar of the window, so the window can dock)
This.Interval = 0
This.enabled = .f.
*** fox 3 give me this way of programing timers
else
** Progress bar code , "Look here and dont count the time of my poor SQL code"
endif

**********
Sorry if I fail to write the code, but you get the ideia ;) !

>Interesting question. I have a similar one. How do I permently dock the tool bar rather than have it floating in the middle of the previewed report?
Previous
Reply
Map
View

Click here to load this message in the networking platform