Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the event firing sequence of a running report?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01039376
Message ID:
01039411
Views:
18
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform