Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print button doesn't respect FOR clause in REPORT NOWAIT
Message
De
05/07/2001 11:28:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Print button doesn't respect FOR clause in REPORT NOWAIT
Divers
Thread ID:
00526994
Message ID:
00526994
Vues:
54
I encountered the following bugs using REPORT FOR ... NOWAIT command.
Those bugs are present in all Visual FoxPro versions.

1. Clicking Print button in Preview windows causes GPF (VFP 5) or
exception error (VFP 7)

2. In test program, if I comment out the line

create report TEST from TEST

clicking print button prints TWO lines!

Is it possible to fix this so that Print button uses FOR condition ?

Test program:
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