Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The print differs from preview
Message
From
13/02/2002 07:52:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
The print differs from preview
Miscellaneous
Thread ID:
00619371
Message ID:
00619371
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform