Hi All, I have to make a report. It does not to look too fancy. The app that use the report creates a bunch of variables, all text. Each variable can be from 0 charters long to a few hundred characters. Each Variable represents a paragraph on the report. Variable v1 is always the first paragraph, v2 is always the second paragraph etc. some of the variables are equal to null, so I want to skip those paragraphs, but not have a big space on my report. Each line in each paragraph should be no more than 80 characters, and the paragraphs should support word wrapping in case the length of the variable exceeds 80 characters. No line should be any longer than 80 characters.
No need for headers, footers. might be nice to have page numbers but even that is not critical. This was easy to do in Rbase for DOS, but now I want to do it in Rbase for windows, version 7.6. I need to be able to print the report to file that I can read with Notepad. How do I create such a report? Is there a sample that is similar?? Mike --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

