Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Htmllistener issue
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01311192
Message ID:
01311830
Vues:
27
Hi Jeff,

I created a small test project with one Top Level form and run your code from a button on it. VFP desktop didn't show up, only Top Level preview window.

>Here is the code I'm using for the preview:
>
>
>* Get a reference to the preview container API
>  Do (_ReportPreview) With oPreviewContainer
>
>  * Set preview container API properties
>  With oPreviewContainer
>    .Caption = cCaption
>    .TopForm = .T.
>  EndWith
>
>  * Create the report listener object and assign the preview container object
>  oReportListener = NewObject('ReportListener','_ReportListener')
>  With oReportListener
>    .DynamicLineHeight = .T.
>    .ListenerType = 1
>    .PreviewContainer = oPreviewContainer
>    .QuietMode = .T.
>  EndWith
>
>  Report Form (cReportName) OBJECT oReportListener NOWAIT
>
>
>
>Thanks again for taking a look at this.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform