Creating html files with RR

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Frank1978_(Guest)
Posts: 2
Joined: Tue Oct 10, 2017 12:44 pm

Creating html files with RR

Post by Frank1978_(Guest) » Sat Aug 23, 2003 12:27 pm

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__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Creating html files with RR

Post by kfleming » Sun Aug 24, 2003 8:48 am

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

Dan_Flynn_(Guest)
Posts: 36
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Creating html files with RR

Post by Dan_Flynn_(Guest) » Tue Aug 26, 2003 10:58 am

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

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: Creating html files with RR

Post by kfleming » Wed Aug 27, 2003 7:52 am

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

Post Reply