Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Geting an SDI form to close after Report Preview
Message
From
10/09/2001 04:40:05
 
 
To
08/09/2001 08:15:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00553800
Message ID:
00554544
Views:
11
Many thanks Ernst



>Put a timer on your form
>set the interval to 1 second
>Put this code in the timerevent
>
>IF WEXIST("Print Preview")
> MOVE WINDOW "Print Preview" TO 0,0 && move it to the top
> MOUSE dblclick at -1,2 window "Print Preview" && dbclick in the header
> thisform.timer2.enabled=.F. &&disable the timer
>ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform