Exporting HTML files
Posted: Fri Apr 29, 2005 3:15 pm
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?