Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The print differs from preview
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
The print differs from preview
Divers
Thread ID:
00619371
Message ID:
00619371
Vues:
50
Hello,

It happend to me, that the printed report does give different output than the Preview of the same report:
SELECT PU.* FROM PrUpgrade ;
  PU WHERE PU.PuBatch = 1 ;
  INTO CURSOR cuUpgrade NOFILTER
IF _TALLY > 0
  SELECT cuUpgrade
  REPORT FORM rUpgrade TO PRINTER PROMPT PREVIEW NOCONSOLE
  USE IN cuUpgrade
ENDIF
The result is, that when I press on the print button of the preview, the report prints the total list of records in the table, instead the queried selection of cuUpgrade, although the preview shows correctly only the query.
The report does not have the environent stored, and the PrUpgrade is not referenced in the report objects.
If I include a BROWSE just before the report command, this does not happen.
Has anybody else encountered this behavior?
Christian Isberner
Software Consultant
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform