Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fun with HTML Listener
Message
From
11/11/2004 19:04:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Fun with HTML Listener
Miscellaneous
Thread ID:
00960675
Message ID:
00960675
Views:
45
Hi;

I've been trying to render a report in HTML using the following code:

do (_reportoutput) with 5, loListener
loListener.TargetFileName = 'MyReport.html'
loListener.QuietMode = .T.
report form receiptsummaryHTML object loListener


It's it produces an HTML file that is tantilizingly close to being usable. Unfortunately, it hoses up vertical alignment in the detail band...fields shift up and down somewhat randomly in relatsionship to eachother, which makes the detail band fat, which throws off the page breaks.

I have made all fonts for fields in the detail band uniform, and Have tried alighning them by top, bottom, and center, but it doesn't fix the problem. Anybody had any luck making this thing work right?

Thanks

Russ
Next
Reply
Map
View

Click here to load this message in the networking platform