Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the event firing sequence of a running report?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01039376
Message ID:
01039411
Vues:
17
Dawa,

The report event sequence is covered in the help under Understanding Visual FoxPro Object-Assisted Reporting , Run-time Output Processing section,

>Is there a list somewhere in the documentatin or anywhere else that lists the entire firing sequence of a running report with report listener?
>
>Using the following example:
>
>lcDirectory = sys(16)
>lcDirectory = addbs(justpath(substr(lcDirectory, at(' ', lcDirectory, 2) + 1)))
>loListener = newobject('MPTiffListener', lcDirectory + 'europa.vcx')
>loListener.TargetFileName = forcepath('MyReport.tif', sys(2023))
>loListener.QuietMode      = .T.
>erase (loListener.TargetFileName)
>report form forcepath('EmployeesMD.FRX', lcDirectory) object loListener
>
>Can somebody list the entire sequence?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform