Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I close a opened report preview programatical
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01256243
Message ID:
01256526
Views:
14
>I want to close all opened report preview window in users session.
>I tried Keyboard '{CTRL+F4}' or Keyboard '{ESC}'. But it is useless
>
>thanks in advanced
>
>
>
>
>cMesaj = "The program automatically will be closed in ten seconds ..."
>messagebox(cMesaj, 48, "The program is closing", 10000)
>Keyboard '{CTRL+F4}'  && this line is to close report preview window in session. But it is useless
>QUIT                  && if there is a opened report preview window in a session,
>                      && Program gives this mesaj only. "Cannot quit Visual Foxpro"
>
Try
RELEASE WINDOW (WONTOP())
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform