Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timing out of report preview
Message
From
06/08/2002 18:05:44
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
 
To
06/08/2002 14:37:44
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00686681
Message ID:
00686799
Views:
34
If you Define a Window and run the Report IN-Window, the Report will vanish when the Window is released...You can use a Timer to control the delay and close the Window from the launching Form...

(roughtly like this)...
TxtButton.Click()
DEFINE WINDOW Output FROM 2,1 TO 35,95 TITLE 'Output' ;
   CLOSE FLOAT GROW ZOOM
ACTIVATE WINDOW OUTPUT
Report Form "I:\Visual Foxpro\Agenttrack\Reports\Timeout" Preview IN WINDOW OUTPUT
Timer.Event()
RELEASE WINDOWS OUTPUT
Just something to get you started...

-Irv.


>The new HIPAA regulations are very likely to require autologoff of our database application after a specified time. What we need to know is how to quit the program from within a timer event if we are in the report form preview screen. Has anyone successfully negotiated this one? My first few tries have not been successful.
Previous
Reply
Map
View

Click here to load this message in the networking platform