|
-
DoCmd.OutputTo to open/save .snp file with charts
In my Access application I have report with 3 charts (pie and column), based
on the tables in the database. I use this command:
DoCmd.OutputTo acOutputReport, "MyReport" , "SnapshotFormat",
"c:\my documents\mysnapshot.snp", True
This works OK on Win2000 pro/Access2000, but on Win98/Access2000 I am missing
labels and legend on the charts
How can I save my report charts in the file, I tried to save .snp format,
but sometimes it does not work.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks