Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print button from REPORT NOWAIT does not work (bug?)
Message
De
14/09/2001 14:14:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Print button from REPORT NOWAIT does not work (bug?)
Divers
Thread ID:
00556667
Message ID:
00556667
Vues:
64
I try to use NOWAIT clause in REPORT command.

I have found that clickig Print button in Report Preview window
is completely ignored in VFP 7. In VFP 5 GPF occurs.
Why clicking to Print button is ignored ?

Steps to reproduce: run the following code and click Print button.
CREATE CURSOR test ( test c(20) )
INSERT INTO test VALUES ( 'line 1' )
INSERT INTO test VALUES ( 'line 2' )
CREATE REPORT test FROM test
REPORT FORM test PREVIEW FOR RECNO()=1 NOWAIT
Andrus
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform