Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== QTIPS - Sub-Headings in RLIST (Revisited)===== ^Published By^Date^Version^Knowledge Level^Keywords^ |Sprezzatura Ltd|01 OCT 1991|2.1+|EXPERT|HEADING, RLIST, INIT.VIEW| Manuel Luna of R/Sistemas in Mexico suggested the following application of "Aesthetically Improving R/List Reports" (from REVMEDIA Vol 1 Issue 7 Page 11) in conjunction with the query in the July issue about Sub Headings. Make the following dictionary in the VOC file called S_BREAK TIPO = {F1} SUBTITULO = ("." : TIPO : ".") "C#40" CONVERT " ." TO "- " IN SUBTITULO IF @RECCOUNT = 1 THEN @USER1<1> = TIPO PRINT ; PRINT SUBTITULO END ELSE IF @USER1<1> # TIPO THEN @USER1<1> = TIPO PRINT ; PRINT SUBTITULO END END @ANS = "" then at TCL type LIST VOC BY F1 F2 F3 F4 S_BREAK. This works well and is a good application of the increased functionality INIT.VIEW provides. (Volume 3, Issue 5, Page 11) tips/revmedia/v3i5a8.txt Last modified: 2024/06/19 20:20by 127.0.0.1