Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Output to HTML?
Message
From
26/04/2006 00:53:52
 
 
To
25/04/2006 23:24:34
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01116470
Message ID:
01116549
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>>You can also write your own.
> I'm all for that. Can you elaborate? What's involved?
Set REPORTBEHAVIOR 90
Local loListener
loListener = .Null.

Do (_ReportOutput) With 5, loListener

If Directory("HTMLReports",1) = .F. Then
  Mkdir "HTMLReports"
Endif

Local lcFileName
lcFileName = "Report_" + Dtos(Date()) + "_" + Time() + ".htm"

loListener.TargetFileName = "HTMLReports\" + lcFileName
loListener.Quietmode = .T.

Report Form YourReportName Object loListener
Thats it
Previous
Reply
Map
View

Click here to load this message in the networking platform