Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close Preview with a Keystroke
Message
De
30/01/2004 12:45:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Close Preview with a Keystroke
Divers
Thread ID:
00872421
Message ID:
00872421
Vues:
59
I've got this snippet of code in an application:

PUBLIC loForm
loForm = CREATEOBJECT( 'reportform' )
WITH loForm
.Caption = "Preview"
.WindowState = 2 && Maximized
.Show()
REPORT FORM ( cFrx ) PREVIEW WINDOW (.Name)
.Release()
ENDWITH
RELEASE loForm

This snippet is embedded inside a SCAN loop to display a set of user defined reports. The current version runs all of the selected reports without any way to exit the loop. I can escape from the loop easy enough, but I'd like to be able to close the previewed report with a keyboard command. I haven't found a way to use NOWAIT, nor get the preview to respond to a keyboard.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform