Is this the sort of product where I (as the developer) can buy it and pass on the capabilities to my clients, or do my clients each have to buy it if they do this type of processing. Patti
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [RBASE-L] - RE: conversion of a report printing processDate: Fri, 2 May 2008 14:12:58 -0500 Patti – Many of us faced this problem years ago when we converted from R:BASE for DOS to R:BASE for Windows… One solution, if you can work with PDF documents rather than a TXT file, is to purchase an R:BASE Add-on called R:PDFMerge. It’s relatively inexpensive and makes it easy to combine multiple reports into one master document. You can get more info at < http://www.rpdfmerge.com/>. Sami ____________________________ Sami Aaron Software Management Specialists 913-915-1971 [EMAIL PROTECTED] From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of patti jakuszSent: Friday, May 02, 2008 1:53 PMTo: RBASE-L Mailing ListSubject: [RBASE-L] - conversion of a report printing process Hi all, I'm converting from Rbase for Dos 6.1 and I'm having trouble duplicating a printing process. We were required to duplicate some existing reports for the state and really the only way I could do it was to process data, print to file, process data, append to file, process, append, etc. My code looked something like this: (Fetch and misc select counts and other code) output filename.txt print ReportName1 output screen (misc select counts and other code) output filename.txt APPEND print ReportName2 output screen (New Fetch and misc select counts and other code) output filename.txt APPEND print ReportName1 output screen (misc select counts and other code) output filename.txt APPEND print ReportName2 output screen and so on... Now with the new Print Command syntax, I can't seem to append to the file I'm building. These reports end up being anywhere from 200 pages to 1000 pages. Can anyone tell me how to keep appending to my file instead of writing over it? Thanks,Patti Get Free (PRODUCT) RED™ Emoticons, Winks and Display Pics Check it out! _________________________________________________________________ Stay in touch when you're away with Windows Live Messenger. http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_messenger_052008

