Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ReportListener features
Message
De
19/01/2007 18:52:05
 
 
À
19/01/2007 18:38:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01187231
Message ID:
01187256
Vues:
27
OK
When I do the following, I get a set of features via toolbar and popup menu that include the following:
1. Page navigation
2. Display options
3. Print
4. Close

But not the features I mentioned.
Do those need to be provided via extensions?


DO (_REPORTPREVIEW) WITH loPreviewContainer

*-- Change some of the defaults
loPreviewContainer.CAPTION = 'Schedule Report'
loPreviewContainer.ZoomLevel = 5 && 100%
loPreviewContainer.ToolbarIsVisible = .T.

*-- Create the Report Listener
loReportListener = CREATEOBJECT('ReportListener')
loReportListener.LISTENERTYPE = 1 && Preview

*-- Assign the preview container to the listener
loReportListener.PREVIEWCONTAINER = loPreviewContainer

*-- Run the report (with NOWAIT)
REPORT FORM OCSchVal OBJECT loReportListener NOWAIT


>Report Listeners have nothing to do with what's on the toolbar. You can create your own custom toolbar and add all those items.



>Report Listeners have nothing to do with what's on the toolbar. You can create your own custom toolbar and add all those items.
>
>>I'm using reportpreview.app and reportoutput.app to do my reports via a Report Listener.
>>
>>Can I get the following via the toolbar or menu?
>>
>>1. Prompt to choose among multiple printers available on the system.
>>2. Selection of pages to print.
>>3. Access to Printer preferences.
>>2. Print to file.
>>
>>Are these features that I need to add via extensions?
>>
>>Thanks,
>>Howard
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform