Page 1 of 1
Creating html files with RR
Posted: Sat Aug 23, 2003 12:27 pm
by Frank1978_(Guest)
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
Posted: Sun Aug 24, 2003 8:48 am
by kfleming
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
==> RE: Creating html files with RR
Posted: Tue Aug 26, 2003 10:58 am
by Dan_Flynn_(Guest)
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
Posted: Wed Aug 27, 2003 7:52 am
by kfleming
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