+ How would you send the report to CRViewer and export it from there?+ \\n \\nUsing VB 6 you'd have to place the viewer on a form. or the code below; \\n \\nDim Report As New CrystalReport1\\nDim crViewer As Object\\n\\nPrivate Sub Form_Load()\\n\\n'Create and add a version 8.5 Crystal Report Viewer.\\nSet crViewer = Me.Controls.Add("CRViewer.CRViewer", "crViewer")\\n\\n'Create and add a version 9 Crystal Report Viewer.\\nSet crViewer = Me.Controls.Add("CRViewer9.CRViewer", "crViewer")\\n\\n'Create and add a version 10.0 Crystal Report Viewer.\\nSet crViewer = Me.Controls.Add("CrystalReports10.ActiveXReportViewer.1", "crViewer")\\n\\n\\nWith crViewer\\n.Visible = True\\n.ReportSource = Report\\n.ViewReport\\n.Zoom 100\\nEnd With\\n\\nEnd Sub\\n\\nPrivate Sub Form_Resize()\\nWith crViewer\\n.Top = 0\\n.Left = 0\\n.Height = Me.ScaleHeight\\n.Width = Me.ScaleWidth\\nEnd With\\nEnd Sub \\n \\nI'm not sure about the exact VB script syntax, but I suspect it would be similar. \\n \\nRe. modules. I wanted to see if there is a difference between the dlls loading in the CR designer where it works and the app. \\n \\n \\nLudek \\nHelp us help you. Visit my blog [Information - How do you want it delivered? =/pub/wlg/16372] [original link is broken] [original link is broken] [original link is broken]; and provide your feedback.\",\"author\":\"username\":\"ludek.uher\",\"displayName\":\"Ludek Uher\",\"groupIcons\":[\"name\":\"moderator\",\"title\":\"This user is an SAP Moderator\",\"priority\":20,\"name\":\"employee\",\"title\":\"This user is an SAP Employee\",\"priority\":21],\"suspended\":false,\"isCurrentUser\":false,\"parentAuthor\":\"username\":\"former.member\",\"displayName\":\"Former Member\",\"groupIcons\":[],\"suspended\":true,\"isCurrentUser\":false,\"id\":6646924,\"creationDate\":1256322831000,\"activeRevisionId\":8017718,\"lastActivity\":1256322831000,\"parentId\":6642934,\"originalParentId\":6364018,\"likeCount\":0,\"visibility\":\"full\",\"depth\":0,\"attachments\":[],\"canVoteUpOrCancel\":false,\"relations\":\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"isLiked\":false,\"type\":\"comment\",\"canVoteUpOrCancel\":false,\"canConvertToAnswer\":false,\"canBeModerated\":false,\"canViewRevisions\":false,\"showInReply\":false,\"reported\":false,\"canCancelReport\":false,\"canDelete\":false,\"canVoteDownOrCancel\":false,\"canComment\":false,\"canViewReports\":false,\"isCurrentUserAuthor\":false,\"moderatorComment\":false,\"liked\":false}]}}"); const simplifiedQuestionView = JSON.parse("true"); (function() window.pageContext = mergeDeep(pageContext, question: id: 6364018, plug: "crystal-8-runtime---vb-script---missing-or-out-of-", votes: 0, questionTitle: "Crystal 8 Runtime - VB Script - Missing or Out-Of-Date Export DLL", isClosed: false, isLocked: false, isRedirected: false, redirectedFromTitle: "", redirectedFromId: "", closedStatusData: JSON.parse(""), userVoted: false, relations: JSON.parse("\"canClose\":false,\"canUnredirect\":false,\"canReport\":false,\"visibility\":\"full\",\"canEdit\":false,\"canUseDelete\":false,\"canReopen\":false,\"type\":\"question\",\"canVoteUpOrCancel\":false,\"canViewRevisions\":true,\"canUnlock\":false,\"reported\":false,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canCancelReport\":false,\"canComment\":true,\"isCurrentUserAuthor\":false,\"canViewReports\":false"), isQuestionAccepted: true , childToViewInfo: id: "" , comments: JSON.parse("\"6369672\":\"rootParentId\":6369672,\"commentsCount\":4,\"comments\":[\"body\":\"+ How would you send the report to CRViewer and export it from there?+ \\n \\nUsing VB 6 you'd have to place the viewer on a form. or the code below; \\n \\nDim Report As New CrystalReport1\\nDim crViewer As Object\\n\\nPrivate Sub Form_Load()\\n\\n'Create and add a version 8.5 Crystal Report Viewer.\\nSet crViewer = Me.Controls.Add("CRViewer.CRViewer", "crViewer")\\n\\n'Create and add a version 9 Crystal Report Viewer.\\nSet crViewer = Me.Controls.Add("CRViewer9.CRViewer", "crViewer")\\n\\n'Create and add a version 10.0 Crystal Report Viewer.\\nSet crViewer = Me.Controls.Add("CrystalReports10.ActiveXReportViewer.1", "crViewer")\\n\\n\\nWith crViewer\\n.Visible = True\\n.ReportSource = Report\\n.ViewReport\\n.Zoom 100\\nEnd With\\n\\nEnd Sub\\n\\nPrivate Sub Form_Resize()\\nWith crViewer\\n.Top = 0\\n.Left = 0\\n.Height = Me.ScaleHeight\\n.Width = Me.ScaleWidth\\nEnd With\\nEnd Sub \\n \\nI'm not sure about the exact VB script syntax, but I suspect it would be similar. \\n \\nRe. modules. I wanted to see if there is a difference between the dlls loading in the CR designer where it works and the app. \\n \\n \\nLudek \\nHelp us help you. Visit my blog [Information - How do you want it delivered?]"), answerPager: answersCount: 1, page: 1, pageSize: 10, pageCount: 1, sort: "votes" , answers: JSON.parse("[\"body\":\"This being Windows Server 2003, permissions of some sort come to mind right away. But before I continue, the usual; CR 8, very, very old. Not supported anymore, no way to get a fix if this is a bug of some sort, etc., etc.\\n\\nAnyhow, I would use the Process Monitor utility to see where things are getting hung up. Process Monitor can be downloaded from here:\\n\\n -ca/sysinternals/bb896645.aspx\\n\\nMake sure you use a filer, specifying your app / process as Procmon makes large files. Once you have a log, search for any errors, particularly messages like : "Access Denied".\\n\\n\\n\\nLudek\",\"author\":\"username\":\"ludek.uher\",\"displayName\":\"Ludek Uher\",\"groupIcons\":[\"name\":\"moderator\",\"title\":\"This user is an SAP Moderator\",\"priority\":20,\"name\":\"employee\",\"title\":\"This user is an SAP Employee\",\"priority\":21],\"suspended\":false,\"isCurrentUser\":false,\"id\":6369672,\"posted\":1250086608000,\"votes\":0,\"isAccepted\":true,\"isLocked\":false,\"userVoted\":\"\",\"relations\":\"canCancelAccept\":false,\"canUnlock\":false,\"canUseDelete\":false,\"accepted\":true,\"canVoteDownOrCancel\":false,\"canLock\":false,\"canAccept\":false,\"type\":\"answer\",\"canVoteUpOrCancel\":false,\"isCurrentUserAuthor\":false,\"attachments\":[]]"), answerForm: formAction: "/answers/6364018/post.json", textareaName: "body", textareaErrors: "", isAttachmentsEnabled: true, answerEditorialGuideline: title: "Before answering", content: "You should only submit an answer when you are proposing a solution to the poster\'s problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that your answer complies with our Rules of Engagement.", links: [ title: "Rules of Engagement", href: " -of-engagement.html", ] , answerMinBodyLength: '10', answerMaxBodyLength: '20000' , currentUser: sapInternalId: '', permissions: canVoteUpOrCancel: false, canVoteDownOrCancel: false, canModerate: false, , isVotedUp: false, isVotedDown: false , alerts: alertModeratorMinLength : "It should be given a proper explanation about why the content is inappropriate.", alertModeratorMinLengthValue : "10", alreadyReportedMessage : "You already have an active moderator alert for this content." , url: profileApiBaseUrl: ' -api.services.sap.com', followUnfollowQuestion: '/sap/nodeSubscription.json', isFollowingQuestion: '/sap/isFollowingNode.json', vote: voteUp: '/commands/0/voteup.json', voteDown: '/commands/0/votedown.json', cancelVote: '/commands/0/cancelvote.json' , rss: answers: '/feed/6364018/answers.rss', answersAndComments: '/feed/6364018/comments-and-answers.rss' , authorizeUploadContext: type: 'answer' , atMention: userSearchServiceUrl: ' ', currentUserName: '', useNewUSSCORS: true, atMentionDelayMs: 100, showMentionInRedactor: true , attachmentSettings: commentMaxAttachments: '2', answerMaxAttachments: '10', commentMaxAttachmentSizeBytes: '1048576', answerMaxAttachmentSizeBytes: '1048576', commentAttachmentsSizeBytesTotal: '2097152', answerAttachmentsSizeBytesTotal: '10485760' , editor: editorClipboardUploadEnabled: true ) )(); Home
Community
Ask a Question
Write a Blog Post
Login / Sign-up Search Questions and Answers 0 Former Member Aug 11, 2009 at 03:24 PM Crystal 8 Runtime - VB Script - Missing or Out-Of-Date Export DLL 631 Views Follow RSS Feed I am using a VB Script to print a Crytal Report 8.0 file to a printer, and recently was asked to save the reports in electronic (.rpt) format as well. I attempted to use the .export method of the CrystalRuntime object, but cannot make it work. When I execute my export code, I get an error 800478EC, "Missing or out-of-date export DLL". I've researched this error at great length and checked everything I can find that I'm supposed to check, but to no avail.
crystal reports 11 missing or out-of-date export dll
2ff7e9595c
Comments