Bob McKinney
2008-12-01 23:03:33 UTC
Hi All: Using dB+2.6.1 w/XPpro S3. This error haunts me in my dreams. I wrote about this in early Nov and never did get a definitive answer as to the cause. I finally got it to print. Then somehow, something got changed, I don't know what I did, but now, every time I try to print a report I get the 'illegal filename' error. I created ReportViewer.wfm (Ken's Book pg 121) and I get the same error as from :dUFLP:Preview.wfm from the line of code
**form.ReportViewer.filename = "PoReport.rep" ** (from Ken's Book)
below is the class declaration stmt for PoReport.rep
****sample code****
class POREPORTREPORT of BASECREPORT from Base.crp
set procedure to :dUFLP:REPCNTL.CC additiv
etc.....
*** end sample ********
I haven't got the foggiest why the "name" is causing the error. "PoReport" is the name. Different reports with different names, of course, draws the same error. If someone can tell me what is causing this, it would sure help and be appreciated.....Bob
**form.ReportViewer.filename = "PoReport.rep" ** (from Ken's Book)
below is the class declaration stmt for PoReport.rep
****sample code****
class POREPORTREPORT of BASECREPORT from Base.crp
set procedure to :dUFLP:REPCNTL.CC additiv
etc.....
*** end sample ********
I haven't got the foggiest why the "name" is causing the error. "PoReport" is the name. Different reports with different names, of course, draws the same error. If someone can tell me what is causing this, it would sure help and be appreciated.....Bob