Exporting HTML files
-
- Posts: 2
- Joined: Tue Oct 10, 2017 12:44 pm
Exporting HTML files
I am using R&R Xbase Edition V8.0A to print schedules out of our database files in our Business System (Made2Manage -- FoxPro version). Currently we are printing all of these reports and then making multiple copies each day.____What I would like to do is to write these reports out to our server and allow access to the people who need to view them. I am trying to export the files as HTLM and the report is exporting but the layout gets all messed up. For example, our job number has a "-" in the middle of it "23675-0001". When this is exported in HTML, the "23675-" displays on one line and then evidently R&R is reading the "-" as a hyphenation because the "0001" displays on the line directly underneat the first "23675".____23675-__0001____Any suggestions?
=> RE: Exporting HTML files
I tried a test report and I get a single line. Here is an extract from the html that R&R generated.____<TD COLSPAN=3>__<FONT FACE=^Verdana^ SIZE=2 COLOR=#000000>23675-0001</FONT></TD>____Note that we do set up the output as tables. Maybe your data is being confined to a single table column that is not wide enough?____Kathleen__R&R Support