|
Brad wrote: > Use SPL2SPL to copy SF2. I run it in debug and retrieve the spooled > file attributes and the print text IS "Bye!". Change it again to > "Grape!" which makes SF3. Brad, I think the problem is that once the spooled file has been closed the print text is already in it - it doesn't get plugged in at print time. The print text attribute in the spooled file which is the target for the copy, would be effective if you were to write new spooled file data into it. As you are copying the data from an existing spooled file, however, you get the original data including the original print text. If you're going to deal with this in your tool I think you'll need to scan for the old print text and transform it on the fly. Very messy and nasty as you would have to cater for the identical string appearing elsewhere on the page and avoid transforming that. :-( Dave... ======================================================= The opinions expressed in this communication are my own and do not necessarily reflect those of my employer.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.