Creating html files with RR
-
- Posts: 2
- Joined: Tue Oct 10, 2017 12:44 pm
Creating html files with RR
Hi____I need to create an html file with RR, actually I do this with the dialog box (Screen, Printer, Export) but this would be unnecesary because the file always would be in html file.____How can I do this directly???, I mean without asking screen, printer or Export.____Thanks____Francisco Alonso__
=> RE: Creating html files with RR
You would use runtime to do this.__Create a text control file with the values:__RI_REPORT=c:
eportsmyreport.RRW__RI_PRINTER=H__RI_OUTFILE=c:
eportsmyhtml.html____Then execute:__C:program filesRRVER10RRWRUN.EXE /Tmyfile.txt____where myfile.txt is the text control file.______Kathleen__R&R Support
-
- Posts: 36
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Creating html files with RR
I tried your scheme and it worked ok, however the report I used to create the html form from one of my data sheets did not include the vertical and horizontal lines that are a part of the form. How can I get the look of the original form? Also what is the difference between RRW and RSW for file extensions? I am using RSW extensions.____Thanks__Dan
===> RE: Creating html files with RR
Lines created in R&R do not translate to HTML I am afraid.__.RRW files are R&R for Xbase report files (created with RRW.EXE) and .RSW files are R&R for SQL report files (created with RSW.EXE).____Kathleen__R&R Support