Code Comments
Programming Forum and web based access to our favorite programming groups.I have seen a lot of code snippets on the web, and everyone without fail doe s a little rtb.savefile to the control. I have a .DSR report in VB6 that I am trying to save to file. The .dsr has its' own interface when the report is run. It has a print and export feature. Using the Export feature saves the report in html or text just fine. Is this possible with the commondialog control. When I try to do a write or print #1 of the filename or filetitle, it writes only the path name or filename in the file. Any help would be sorely appreciated. TIA -- vbkoder
Post Follow-up to this messageThe common dialog control doesn't *do* anything apart from getting input from the user. If you use the control's Save method, it returns a filename. It's up to you to save the file using this name. "vbkoder" <vbkoder@discussions.microsoft.com> wrote in message news:B1AE283D-C089-4345-AD27-EC576138EB82@microsoft.com... > I have seen a lot of code snippets on the web, and everyone without fail does > a little rtb.savefile to the control. I have a .DSR report in VB6 that I am > trying to save to file. The .dsr has its' own interface when the report is > run. It has a print and export feature. Using the Export feature saves the > report in html or text just fine. Is this possible with the commondialog > control. When I try to do a write or print #1 of the filename or filetitle, > it writes only the path name or filename in the file. Any help would be > sorely appreciated. > > TIA > -- > vbkoder
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.