Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close Preview with a Keystroke
Message
 
 
À
30/01/2004 12:45:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00872421
Message ID:
00872427
Vues:
11
Hi, Kenneth.

>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.

You can use LastKey() inside your scan to check if the user finished by pressing Esc, for example.

Hope this helps,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform