Export/Print Javascript error

Just recently I've noticed I'm getting a Javascript error when i try to export or print a report from the toolbar in my crystal reports viewer.
The export pop up comes up normally, but when i click 'OK' I get this error:
opener.document.getElementById("crystal_handler_page") is null
Any info would be greatly appreciated.

Can you please tell us your product and application details ?
Also please make sure that you have crystalviewers11/crystalviewers115 is located under c:\Program Files\Common Files\Business Objects\xx\ .
Hope it helps.
AG.

Similar Messages

  • Crystal Reports: Print Engine Error when exporting a report

    We recently upgraded from Crystal Reports 2008 to BusinessObjects Edge Series X3.1. When exporting a report to an excel data-only format we get "Crystal Reports: Print Engine Error". All other formats work fine.  Any help is highly appreciated.
    Thanks,
    Jaseem

    Anyone?

  • Export without Markup - JavaScript Error (ExtractTemplateXML.js)

    Whenever I try the "Export without Markup" function, I get this error:
    "While executing onClick in ExtractTemplateXML.htm, the following JavaScript error(s) occurred: At line 78 of file "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC\Configuration\Commands\ExtractTemplateXML.js": Exception thrown in native function."
    How do I resolve this?

    I know this post is old, but as I was having this issue lately, and managed to fix it - I thought I'd post the solution that worked for me, since I haven't seen it elsewhere.
    In short:
    Make sure there are no .zip files in the site you are exporting. I noticed my error was showing up right around when the export hit the folder where I had a .zip file.
    Go through and delete all of the /_notes/ garbage folders that DW puts in your source site.
    After I did both of these things, my export worked fine.

  • Report Viewer Javascript error

    I have a good report that works great if I export to pdf.
    objdoc.ExportToDisk (ExportFormatType.PortableDocFormat, "c: \ \ testreport.pdf");
    When I load the CrystalReportViewer
    CrystalReportViewer1.ReportSource = objdoc;
    returns a javascript error:
    TreeWidget_getHTML JScript
    file:
    allinOne.js
    this instruction:
    to for (var D in E) {B [C + +] = E [D]. getHTML (F.initialIndent, D == 0)
    because b[c++] is undefined for some values ...
    The only problem I have when I load the report in the ReportViewer.
    The old crystalreportviewer 10.0.53 works on VS2008 now i like import this aspx on VS2010 but i have this problem.

    Is there any resolution for the above issue?
    I have the similar problem.
    To reproduce the error just add a reference to a js script file in the page head:
    <script src="/Scripts/ClassExtentions.js" type="text/jscript"></script>
    where the Array prototype has an extension like: "Array.prototype.testing = true;"
    on loading the page an error occurs in treeview.js TreeWidget_getHTML() function:
    ..sub[i].getHTML < is undefined (Object doesn't support this property or method) = no getHTML function.
    Verifying function (prototype property) availability is missing from other code parts as the next error is in palette.js PaletteWidget_init function:
    ..item.init() < is undefined = no init function for the runtime object, item..
    tryed this fix (works fine):
    treeview.js line 711
         for (var i in sub)
           if (sub[i].getHTML) a[j++]=sub[i].getHTML(o.initialIndent,i==0)
    best regards, Zsolt

  • OnClick JavaScript error

    I have made several changes to my nav bar through Fireworks
    and exported, which I have done a million times, but this time when
    I inser Fireworkd HTML image it gives me the following message:
    While executing onClick in Fireworks HTML.htm, the following
    JavaScript error occurred:
    At line 438 of File C:\Program Files\Macromedia\Dreamweaver
    MX 2004\Configuration\Shared\MM\Scripts\InsertFireworksHTML.js":
    TypeError: menuFn.match(searchPatt)has no properties.
    I should tell you we have two sites we are putting this in.
    One to test pages and one that is live.
    Any help would be great!
    BigD

    Don't use FW menus.
    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    8/Configuration/MacFileCache-*.dat
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "BigD05" <[email protected]> wrote in
    message
    news:es6jpt$551$[email protected]..
    >I have made several changes to my nav bar through
    Fireworks and exported,
    >which
    > I have done a million times, but this time when I inser
    Fireworkd HTML
    > image it
    > gives me the following message:
    >
    > While executing onClick in Fireworks HTML.htm, the
    following JavaScript
    > error
    > occurred:
    > At line 438 of File C:\Program
    Files\Macromedia\Dreamweaver MX
    >
    2004\Configuration\Shared\MM\Scripts\InsertFireworksHTML.js":
    TypeError:
    > menuFn.match(searchPatt)has no properties.
    >
    > I should tell you we have two sites we are putting this
    in. One to test
    > pages
    > and one that is live.
    >
    > Any help would be great!
    >
    > BigD
    >
    >

  • What are the reasons for following Javascript error in Report Viewer

    Post Author: dhuka
    CA Forum: Crystal Reports
    Hello Everybody!
    I am using Crystal Reports 10 in my web application. But unfortunately I am surrounded with strange problem related to it because of which I have been unable to deploy is on client-side. In my application the error given below is displayed as javascript error in Report Viewer and report is not displayed. But more frustrating part is that I am getting the same error due to different problem with reporting and I am stuck with it as I am unable to figure out what's causing the error now. Earlier this error appeared due to problem with parameter passing to stored procedure which I resolved it and error vanished but once again it has shown up. Moreover this error now appears less frequently and randomly therefore it is even difficult to trace the cause.
    Problem with this Web page might prevent it from being displayed properly or functioning properly. In the future, you can display this message by double-clicking the warning icon displayed in the status bar.
    Line: 40Char: 12Error: Expected ')'Code: 0URL: http://myServer/myApp/myForms/myReports/ReportViewer.aspx
    So can anybody tell me what factors might be causing this errors as the error text is very vague in nature and gives no idea about the actual error.
    Guys, I hope for your kind co-operation.
    Regards,

    Post Author: dhuka
    CA Forum: Crystal Reports
    Thanks for you reply Krishna.
    But this syntax error is the one that is creating problem for me as I cannot trace it. The form ReportViewer.aspx contains only a report viewer object which remains un-binded to any ReportDocument even at runtime.
    At code behind ReportViewer.aspx I have code below that associates SQL Stored Procedure Parameter and Report Filter along with report name. Once all above is associated with ReportDocument, I export ReportDocument to PDF file format and display the report. Here I dont' even bind ReportDocument with my ReportViewer. Moreover, as I mentioned previously this error is encountered randomly (with no reasonable explanation so far) on client PC (while browsing through application).
    I hope below code give you good idea of the way I am implementing my reporting.
    Looking forward to you solution. Please note that I am only passing the ReportFileName and Parameter and Filter Criteria to this form while dataTable by itself using the connection information.
    <<<<<<<<<<<<<<<<<CODE BEHIND of REPORTVIEWER.ASPX>>>>>>>>>>>
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Dim strKeys() As String
    Dim strReportFilter As String
    Dim strReportName As String
    Dim strError As structError
    Try
    ReDim strKeys(0)
    If strReportName = "" Then
    strReportName = Context.Session("ReportName").ToString()
    If Not Session("ReportParameters") = Nothing Then
    Dim char_Delimiter() As Char = ";".ToCharArray()
    strKeys = Session("ReportParameters").ToString().Split(char_Delimiter)
    End If
    If Not Session("ReportFilter") = Nothing Then
    strReportFilter = Session("ReportFilter").ToString()
    End If
    Else
    Session("DataTable") = Nothing
    End If
    If Not ViewParameterReport(strReportName, strKeys, strReportFilter, strError) Then
    ASPNET_DisplayErrorMessageBox(strError.strMsg, Me)
    Exit Sub
    End If
    Catch ex As Exception
    strError.strMsg = Err.Description
    ASPNET_DisplayErrorMessageBox(strError.strMsg, Me)
    Finally
    End Try
    End Sub
    Private Function ViewParameterReport(ByVal str_ReportName As String, ByVal str_ReportParameters() As String, ByVal strReportFilter As String, ByRef strError As structError) As Boolean
    Dim str_ReportPath As String = CStr(ConfigurationSettings.AppSettings.Get("ReportPath"))
    Dim crLogInfo As TableLogOnInfo
    Dim crConnectionInfo As ConnectionInfo
    Try
    str_ReportPath = CStr(ConfigurationSettings.AppSettings.Get("ReportPath"))
    o_Rpt = New CrystalDecisions.CrystalReports.Engine.ReportDocument
    o_Rpt.Load(str_ReportPath & "\rpts\" & str_ReportName)
    If Context.Session("DataTable") = "" Then
    crLogInfo = New TableLogOnInfo()
    crConnectionInfo = New ConnectionInfo()
    crLogInfo = o_Rpt.Database.Tables(0).LogOnInfo
    crConnectionInfo = o_Rpt.Database.Tables(0).LogOnInfo.ConnectionInfo
    clsDbCnn.SetDBProperties()
    crConnectionInfo.ServerName = clsDbCnn.Server
    crConnectionInfo.DatabaseName = clsDbCnn.Database
    crConnectionInfo.UserID = clsDbCnn.UserID
    crConnectionInfo.Password = clsDbCnn.Password
    crLogInfo.ConnectionInfo = crConnectionInfo
    o_Rpt.Database.Tables(0).ApplyLogOnInfo(crLogInfo)
    Else
    ds_MISReports = New DataSet()
    ds_MISReports = CType(Session("DataTable"), DataSet)
    o_Rpt.SetDataSource(ds_MISReports)
    End If
    If Not IsPostBack Then
    Dim param_Fields As CrystalDecisions.Shared.ParameterFields = New ParameterFields()
    Dim iCount As Integer
    If str_ReportParameters.GetUpperBound(0) <> 0 Then
    For iCount = 0 To str_ReportParameters.Length - 1 Step 2
    o_Rpt.SetParameterValue(CStr(str_ReportParameters(iCount).ToString()), CStr(str_ReportParameters(iCount + 1).ToString()))
    Next
    o_Rpt.RecordSelectionFormula = strReportFilter
    End If
    End If
    'crViewer.DisplayGroupTree = False
    'crViewer.ReportSource = o_Rpt
    SetDBLogonForReport(crConnectionInfo, o_Rpt)
    Dim TargetFileName As String
    Dim fs As System.IO.FileStream
    Dim FileSize As Long
    Dim GenDS As DataSet
    'Dim oRD As New ReportDocument()
    Dim crReportObject As CrystalDecisions.CrystalReports.Engine.ReportObject()
    Dim oExO As ExportOptions
    Dim oExDo As New DiskFileDestinationOptions()
    'Build Target Filename
    TargetFileName = str_ReportPath & "\Pdfs\" & Session.SessionID & ".pdf"
    'Export to PDF
    oExDo.DiskFileName = TargetFileName
    oExO = o_Rpt.ExportOptions
    oExO.ExportDestinationType = ExportDestinationType.DiskFile
    oExO.ExportFormatType = ExportFormatType.PortableDocFormat
    oExO.DestinationOptions = oExDo
    o_Rpt.Export()
    o_Rpt.Close()
    'Send the file to the user that made the request
    Response.Clear()
    Response.Buffer = True
    Response.AddHeader("Content-Type", "application/pdf")
    Response.AddHeader("Content-Disposition", "attachment;filename=MyReport.pdf;")
    fs = New System.IO.FileStream(TargetFileName, IO.FileMode.Open)
    FileSize = fs.Length
    Dim bBuffer(CInt(FileSize)) As Byte
    fs.Read(bBuffer, 0, CInt(FileSize))
    fs.Close()
    Response.BinaryWrite(bBuffer)
    Response.Flush()
    Response.Close()
    o_Rpt = Nothing
    Return True
    Catch ex As Exception
    strError.strMsg = Err.Description
    Return False
    Finally
    crConnectionInfo = Nothing
    crLogInfo = Nothing
    End Try
    End Function
    Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo, _
    ByVal myReportDocument As ReportDocument)
    Dim myTables As Tables = myReportDocument.Database.Tables
    Dim count As Integer
    For count = 0 To myTables.Count - 1
    Dim myTableLogonInfo As TableLogOnInfo = myTables(count).LogOnInfo
    myTableLogonInfo.ConnectionInfo = myConnectionInfo
    myTables(count).ApplyLogOnInfo(myTableLogonInfo)
    myTables(count).Location = myConnectionInfo.DatabaseName & ".dbo." & myTables(count).Location.Substring(myTables(count).Location.LastIndexOf(".") + 1)
    myTables(count).LogOnInfo.ConnectionInfo.ServerName = myConnectionInfo.ServerName()
    Next
    End Sub

  • Javascript error in orginal application but not in translated one

    Hi,
    We export / import our application from dev to test server. Our problem is that we got a javascript error saying : $ is not defined - in firebug.
    What I don't understand is that our translated application works perfectly!
    Any idea what could cause that error?
    Thanks

    Hello,
    >> Our problem is that we got a javascript error saying : $ is not defined
    This type of error usually means that the application doesn’t have access to the APEX provided JavaScript library. First, you should check if the alias for the images directory is defined the same on your dev and test instance.
    >> What I don't understand is that our translated application works perfectly
    A translated application can have its own alias to an images directory. Are you using this option? (go to shared components, Globalization, translate application and choose the first option of mapping your primary language. In the mapping wizard screen you have a field called Image Directory).
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • Javascript error in event handler event type = timeline

    Hi,
    I have a small EdgeAnimate projekt with version 1.5.0 and the local export works fine... I must include the package at a CMS and I update all paths to absolute paths and all files are loading...
    but I the animation dont play - I see at the javascript console the follow output
    javascript error in event handler event type = timeline   edge.1.5.0.min.js:143
    Springender Punkt: Rettungswagen - Der springende Punkt
    I dont found any solution... :-((

    Hi Scott,
    I have gone through your shared composition created in older verion of Edge.
    If you open the older composition html page in browser, there already have some of the error messages in the console as you mentioned above like
          Javascript error in event handler! Event Type = timeline.
    And as you said with the latest Edge, when you upgrade the old composition, some new error messages gets added to the existing ones.
    As in the latest Edge, the whole of runtime has been shake-up, some of the attributes has been removed and are added in different way.
    Example: To access timelines of a symbol:
         Old way:           sym.timelines['Default Timeline']
         New way:          sym.data[sym.name].timeline
    You need to make some modifications in index_edgeActions.js file like:
         1. Search & Replace "timelines['Default Timeline']" with "data[sym.name].timeline"
         2. And in the code taken from EdgeCommons.js, replace "getVariable("symbolSelector")" with "_variables["symbolSelector"]".
    Hope, these changes will remove the new JS issues you mentioned.
    hth,
    Vivekuma

  • JavaScript Error Unsupported browser!

    Since the Safri update a few days ago, a handful of webpages produce a "javaScript error Unsupported browser!" error message.  The message appears 4 seperate times with the option to hit OK.  The message has appeared on YouTube as well as on this Support page.
    I have run a Software update severla times since the upgrade (as well as after my Mountain Lion uprage).  This has not addressed the problem.
    Any ideas on a fix?
    Thanks.

    Here are my results:
    Step 1
    com.Logitech.Control Center.HID
    com.Logitech.Unifying.HID Driver
    com.AmbrosiaSW.AudioSupport (4.0)
    com.DataRobotics.driver.iSCSIInitiator (1.4.31)
    com.Cycling74.driver.Soundflower (1.5.2)
    com.eset.kext.esets_kac (4.1.86)
    MacBooks-iMac:~ Mike$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.Logitech.Control Center.HID
    com.Logitech.Unifying.HID Driver
    com.AmbrosiaSW.AudioSupport (4.0)
    com.DataRobotics.driver.iSCSIInitiator (1.4.31)
    com.Cycling74.driver.Soundflower (1.5.2)
    com.eset.kext.esets_kac (4.1.86)
    Step 2
    com.splashtop.streamer.SRServiceDaemon
    com.prosofteng.DriveGenius.locum
    com.opendns.osx.DNSCryptConfigUpdater
    com.microsoft.office.licensing.helper
    com.micromat.TechToolProDaemon
    com.eset.esets_daemon
    com.dymo.pnpd
    com.datarobotics.ddserviced
    com.datarobotics.ddservice64d
    com.bjango.istatlocaldaemon
    com.adobe.SwitchBoard
    com.adobe.fpsaud
    Step 3
    com.growl.GrowlLauncher
    com.splashtop.streamer.SRServiceAgent
    com.sandisk.cruzeragent
    com.opendns.osx.DNSCryptMenuBar
    com.micromat.TechToolProAgent
    com.maintain.CocktailSystemEvents
    com.Logitech.Control
    com.epson.epw.agent
    com.bjango.istatlocal
    com.amazon.sendtokindle.launcher
    ws.agile.1PasswordAgent
    info.lokiware.attachmenttamer.setupagent
    com.valvesoftware.steamclean
    com.prosofteng.DGMonitor
    com.plexapp.helper
    com.google.keystone.user.agent
    com.ecamm.printopia
    com.divx.agent.postinstall
    com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae
    Step 4
    /Library/Address Book Plug-Ins:
    DYMO Address Book Addin.bundle
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    ADAPI.framework
    AECore.framework
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    DSPPublishing.framework
    DYMO
    EWSMac.framework
    FxPlug.framework
    HPPml.framework
    HPServicesInterface.framework
    MacFUSE.framework
    MediaServerAPI.framework
    NyxAudioAnalysis.framework
    OSXFUSE.framework
    PluginManager.framework
    ProFX.framework
    Qmaster.framework
    SRFrameBufferConnection.framework
    SU2VW.framework
    SketchUpReader.framework
    TSLicense.framework
    XSKey.framework
    cisco-vpnclient.framework
    iLifeFaceRecognition.framework
    iTunesLibrary.framework
    openquicktime.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    AdobePDFViewer.plugin
    AmazonMP3DownloaderPlugin.plugin
    DFusionWebPlugin.plugin
    DFusionWebPluginS64.plugin
    DYMO NPAPI Addin.plugin
    DYMO Safari Addin.bundle
    DYMO Safari Addin.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    JavaAppletPlugin.plugin
    OfficeLiveBrowserPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    Silverlight.plugin
    VLC Plugin.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    npContributeMac.bundle
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    com.Logitech.Control Center.Daemon.plist
    com.adobe.AAM.Updater-1.0.plist
    com.amazon.sendtokindle.launcher.plist
    com.bjango.istatlocal.plist
    com.epson.epw.agent.plist
    com.maintain.CocktailSystemEvents.plist
    com.micromat.TechToolProAgent.plist
    com.opendns.osx.DNSCryptMenuBar.plist
    com.sandisk.cruzeragent.plist
    com.splashtop.streamer.SRServiceAgent.plist
    /Library/LaunchDaemons:
    com.adobe.SwitchBoard.plist
    com.adobe.fpsaud.plist
    com.apple.aelwriter.plist
    com.apple.qmaster.qmasterd.plist
    com.apple.remotepairtool.plist
    com.bjango.istatlocaldaemon.plist
    com.datarobotics.ddservice64d.plist
    com.datarobotics.ddserviced.plist
    com.dymo.pnpd.plist
    com.eset.esets_daemon.plist
    com.maintain.CocktailScheduler.plist
    com.micromat.TechToolProDaemon.plist
    com.microsoft.office.licensing.helper.plist
    com.opendns.osx.DNSCryptConfigUpdater.plist
    com.prosofteng.DriveGenius.locum.plist
    com.splashtop.streamer.SRServiceDaemon.plist
    /Library/PreferencePanes:
    Apple Qmaster.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    Logitech Control Center.prefPane
    MacFUSE.prefPane
    Perian.prefPane
    TechTool Protection.prefPane
    Tuxera NTFS.prefPane
    /Library/PrivilegedHelperTools:
    com.microsoft.office.licensing.helper
    com.prosofteng.DriveGenius.locum
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    LogicQLGenerator.qlgenerator
    QuickLookEyeTV.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    .3ivx_dependency
    3ivxMediaExporter.component
    3ivxVideoCodec.component
    AC3MovieImport.component
    AppleAVCIntraCodec.component
    AppleHDVCodec.component
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    AppleProResCodec.component
    DVCPROHDCodec.component
    DVCPROHDMuxer.component
    DVCPROHDVideoDigitizer.component
    DVCPROHDVideoOutput.component
    DVCPROHDVideoOutputClock.component
    DVCPROHDVideoOutputCodec.component
    DesktopVideoOut.component
    EyeTV MPEG Support.component
    FCP Uncompressed 422.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    IMXCodec.component
    LiveType.component
    Perian.component
    SoundboothScoreCodec.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    TotalFinder.osax
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    LogicPro.mdimporter
    Microsoft Office.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    Cocktail
    EyeConnect
    HP IO
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    Library/Fonts:
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    ClickToFlash.webplugin
    Google Earth Web Plug-in.plugin
    Picasa.plugin
    rf-safari-plugin.webplugin
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
    com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.51E39DB1-5911-4FC3-9722-445 D11FBB2C3.plist
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    com.apple.MobileMeSyncClientAgent.plist
    com.apple.SafariBookmarksSyncer.plist
    com.divx.agent.postinstall.plist
    com.ecamm.printopia.plist
    com.google.keystone.agent.plist
    com.plexapp.helper.plist
    com.prosofteng.DGMonitor.plist
    com.valvesoftware.steamclean.plist
    info.lokiware.attachmenttamer.setupagent.plist
    ws.agile.1PasswordAgent.plist
    Library/Mail/Bundles:
    Attachment Tamer.mailbundle
    DEVONMailConduit-SnowLeopard.mailbundle
    SpamSieve.mailbundle
    Library/Mail/Bundles (Disabled 1):
    DEVONMailConduit-SnowLeopard.mailbundle
    Library/Mail/Bundles (Disabled 2):
    DEVONMailConduit-SnowLeopard.mailbundle
    Library/Mail/Bundles (Disabled):
    Library/PreferencePanes:
    EarthDesk.prefPane
    PTHPasteboard.prefPane
    Printopia.prefPane
    Library/ScriptingAdditions:
    Library/Services:
    WinzipAdd.workflow
    WinzipEmail.workflow
    WinzipUnzip.workflow
    Step 5
    GrowlHelperApp, GrowlMenu, OpenDNS Updater, MenuCalendarClock iCal, Fantastical, VMware Fusion Helper, Air Video Server, EyeTV Helper, Bonjour Mounter, Bonjour Mounter, DEVONthink Sorter, RoboFormIcon, TotalFinder, Tunnelblick, Dropbox, ESET Cybersecurity
    Hope this helps,
    Mike

  • Export Print layout to other SAP server

    Hi,
    I'm facing problem of export print layouts from SAP B1 2007 A to SAP B1 2007 B.
    I tried with the copy express but it comes up with an error telling that the export is fail because 2 databases are in different version.
    It is unpractical and time wasting to redesign the same print layout to the new SAP server.
    Is there any way to solve this?
    Thanks.

    It may be worth trying using copy & paste? I'm not sure how different the structures are between the two localisations, and there will need to be a lot of remapping done.
    If the layout is not too complex it is probably quicker to modify the system layout & recreate from scratch

  • Dreamweaver/Fireworks javascript error

    I've been using Fireworks and Dreamweaver for a while.
    I'm rebuilding our website, and made my navigation
    bar/buttons in Fireworks just like I did on the previous page.
    exported as html.
    then I went to dreamweaver and inserted fireworks html... The
    buttons worked for a while. one day when I was home I thought I'd
    work on it some more, and ever since, whenever I insert the button,
    i get this error...
    "while executing object tag in fireworks html a javascript
    error occured"
    i can even start with a blank html file and insert any
    fireworks file, even the one that works on the current site, and I
    get that error.
    I created a new simple button, and still get that error...
    The only thing I can think of that's might could have caused
    this... at work I have the newer CS3 suite and Dreamweaver 4, and
    at home I just have Dreamweaver 4.
    Could something have caused this by using both versions when
    working on this new site?

    > it leaves some javascript code in there...
    Oh. I see.
    > thanks i will check them out...
    Way better than the FW menus.
    Good luck.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "lucyo" <[email protected]> wrote in message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > >> somewhere while i was searching for an answer,
    i read when a fireworks
    > >> html
    > >> file is removed, it leaves remnants of the
    original file, so that when
    > >> you
    > >> reinsert it, there are problems...
    >
    > >Huh? You mean when you delete an image from a page?
    Baloney.
    >
    > it leaves some javascript code in there... when i went
    into code view and
    > deleted all of that, and reinserted the edited fireworks
    html, it worked
    > fine.
    >
    > >> i do wish you could just higlight the gif to
    remove it and it was all
    > >> gone,
    >
    > >You certainly can do this.
    >
    > i'm not sure if its not working because i'm using a
    newer
    > fireworks/dreamweaver or why it isn't working now but it
    did before.
    >
    > >> and if i could find a better way to make my
    navigation bar, i'd do it.
    >
    > >Check the uberlink and MacFly tutorials at PVII -
    > >
    http://www.projectseven.com/
    >
    > >and the Navbar tutorial/articles at Thierry's place
    > >
    http://tjkdesign.com/articles/dropdown/
    >
    > >Or this one (more recent article):
    > >
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    >
    > >Or to get it done fast, go here -
    >
    > >
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    >
    > thanks i will check them out...
    >
    > >> never had this problem for the past few years
    til now.
    >
    > >You always had problems, you just didn't know about
    them. But your
    > >visitors
    > >and search engines did....
    >
    > well at least i have this page w3c validated... even
    with the fireworks
    > html
    > navigation bar.
    > when i was building the original website, i didn't have
    a clue about how
    > to do
    > that even, so i've learned a little and its from having
    problems like this
    > and
    > searching for answers.
    >
    > maybe if someone else has this problem they will realize
    to look at the
    > code
    > and see where it leaves some of the javascript or
    fireworks html even
    > after the
    > image is removed... and when they remove that code and
    reinsert the
    > fireworks
    > html it doesn't give an error or lock up fireworks...
    >
    >

  • How do we print the error logs

    hi friends , i want to print the error log file of a bdc session method ,can any one sugest me a answer

    Check out this Sample Program
    *& Report                                             *
    *& This program is to transfer data from flat file to transaction 'FD01'
    REPORT  zgopi_report
    NO STANDARD PAGE HEADING
                            LINE-SIZE 255
                            MESSAGE-ID ZRASH.
    *                 Internal Table Declarations                          *
    *--Internal Table for Data Uploading.
    DATA : BEGIN OF IT_FFCUST OCCURS 0,
             KUNNR(10),
             BUKRS(4),
             KTOKD(4),
             ANRED(15),
             NAME1(35),
             SORTL(10),
             STRAS(35),
             ORT01(35),
             PSTLZ(10),
             LAND1(3),
             SPRAS(2),
             AKONT(10),
           END OF IT_FFCUST.
    *--Internal Table to Store Error Records.
    DATA : BEGIN OF IT_ERRCUST OCCURS 0,
             KUNNR(10),
             EMSG(255),
           END OF IT_ERRCUST.
    *--Internal Table to Store Successful Records.
    DATA : BEGIN OF IT_SUCCUST OCCURS 0,
             KUNNR(10),
             SMSG(255),
           END OF IT_SUCCUST.
    *--Internal Table for Storing the BDC data.
    DATA : IT_CUSTBDC LIKE BDCDATA OCCURS 0 WITH HEADER LINE.
    *--Internal Table for storing the messages.
    DATA : IT_CUSTMSG LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
    DATA : V_FLAG1(1) VALUE ' ',
    "Flag used for opening session.
           V_TLINES LIKE SY-TABIX,
           "For storing total records processed.
           V_ELINES LIKE SY-TABIX,
           "For storing the no of error records.
           V_SLINES LIKE SY-TABIX.
           "For storing the no of success records.
    *          Selection screen                                            *
    SELECTION-SCREEN BEGIN OF BLOCK B1.
    PARAMETERS : V_FNAME LIKE RLGRAP-FILENAME,
                 V_SESNAM  LIKE RLGRAP-FILENAME.
    SELECTION-SCREEN END OF BLOCK B1.
    *          Start-of-selection                                          *
    START-OF-SELECTION.
    *-- Form to upload flatfile data into the internal table.
      PERFORM FORM_UPLOADFF.
    *        TOP-OF-PAGE                                                   *
    TOP-OF-PAGE.
      WRITE:/ 'Details of the error and success records for the transaction'
      ULINE.
      SKIP.
    *          End of Selection                                            *
    END-OF-SELECTION.
    *-- Form to Generate a BDC from the Uploaded Internal table
      PERFORM FORM_BDCGENERATE.
    *--To write the totals and the session name.
      PERFORM FORM_WRITEOP.
    *&      Form  form_uploadff
    *     Form to upload flatfile data into the internal table.
    FORM FORM_UPLOADFF .
    *--Variable to change the type of the parameter file name.
      DATA : LV_FILE TYPE STRING.
      LV_FILE = V_FNAME.
    *--Function to upload the flat file to the internal table.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME                      =  LV_FILE
    *     FILETYPE                      = 'ASC'
          HAS_FIELD_SEPARATOR           = 'X'
    *     HEADER_LENGTH                 = 0
    *     READ_BY_LINE                  = 'X'
    *     DAT_MODE                      = ' '
    *   IMPORTING
    *     FILELENGTH                    =
    *     HEADER                        =
        TABLES
          DATA_TAB                      = IT_FFCUST
        EXCEPTIONS
          FILE_OPEN_ERROR               = 1
          FILE_READ_ERROR               = 2
          NO_BATCH                      = 3
          GUI_REFUSE_FILETRANSFER       = 4
          INVALID_TYPE                  = 5
          NO_AUTHORITY                  = 6
          UNKNOWN_ERROR                 = 7
          BAD_DATA_FORMAT               = 8
          HEADER_NOT_ALLOWED            = 9
          SEPARATOR_NOT_ALLOWED         = 10
          HEADER_TOO_LONG               = 11
          UNKNOWN_DP_ERROR              = 12
          ACCESS_DENIED                 = 13
          DP_OUT_OF_MEMORY              = 14
          DISK_FULL                     = 15
          DP_TIMEOUT                    = 16
          OTHERS                        = 17
      IF SY-SUBRC = 0.
    *--Deleting the headings from the internal table.
        DELETE IT_FFCUST INDEX 1.
    *--Getting the total number of records uploaded.
        DESCRIBE TABLE IT_FFCUST LINES V_TLINES.
      ENDIF.
    ENDFORM.                    " form_uploadff
    *&      Form  Form_bdcgenerate
    *     Form to Generate a BDC from the Uploaded Internal table
    FORM FORM_BDCGENERATE .
    *--Generating the BDC table for the fields of the internal table.
      LOOP AT IT_FFCUST.
        PERFORM POPULATEBDC USING :
                                    'X' 'SAPMF02D' '0105',
                                    ' ' 'BDC_OKCODE'  '/00' ,
                                    ' ' 'RF02D-KUNNR' IT_FFCUST-KUNNR,
                                    ' ' 'RF02D-BUKRS' IT_FFCUST-BUKRS,
                                    ' ' 'RF02D-KTOKD' IT_FFCUST-KTOKD,
                                    'X' 'SAPMF02D' '0110' ,
                                    ' ' 'BDC_OKCODE'  '/00',
                                    ' ' 'KNA1-ANRED'  IT_FFCUST-ANRED,
                                    ' ' 'KNA1-NAME1' IT_FFCUST-NAME1,
                                    ' ' 'KNA1-SORTL'  IT_FFCUST-SORTL,
                                    ' ' 'KNA1-STRAS' IT_FFCUST-STRAS,
                                    ' ' 'KNA1-ORT01' IT_FFCUST-ORT01,
                                    ' ' 'KNA1-PSTLZ' IT_FFCUST-PSTLZ,
                                    ' ' 'KNA1-LAND1' IT_FFCUST-LAND1,
                                    ' ' 'KNA1-SPRAS' IT_FFCUST-SPRAS,
                                    'X' 'SAPMFO2D' '0120',     
                                    ' ' 'BDC_OKCODE'  '/00',
                                    'X' 'SAPMF02D' '0125',     
                                    ' ' 'BDC_OKCODE'  '/00',
                                    'X' 'SAPMF02D' '0130',     
                                    ' ' 'BDC_OKCODE'  '=ENTR',
                                    'X' 'SAPMF02D' '0340',     
                                    ' ' 'BDC_OKCODE'  '=ENTR',
                                    'X' 'SAPMF02D' '0360',
                                    ' ' 'BDC_OKCODE'  '=ENTR',
                                    'X' 'SAPMF02D' '0210',     
                                    ' ' 'KNB1-AKONT'  IT_FFCUST-AKONT,
                                    ' ' 'BDC_OKCODE'  '/00',
                                    'X' 'SAPMF02D' '0215',
                                    ' ' 'BDC_OKCODE'  '/00',
                                    'X' 'SAPMF02D' '0220',     
                                    ' ' 'BDC_OKCODE'  '/00',
                                    'X' 'SAPMF02D' '0230',     
                                    ' ' 'BDC_OKCODE'  '=UPDA'.
    *--Calling the transaction 'fd01'.
        CALL TRANSACTION 'FD01' USING IT_CUSTBDC MODE 'N' UPDATE 'S'
        MESSAGES INTO IT_CUSTMSG.
        IF SY-SUBRC <> 0.
    *--Populating the error records internal table.
          IT_ERRCUST-KUNNR = IT_FFCUST-KUNNR.
          APPEND IT_ERRCUST.
          CLEAR IT_ERRCUST.
    *--Opening a session if there is an error record.
          IF V_FLAG1 = ' '.
            PERFORM FORM_OPENSESSION.
            V_FLAG1 = 'X'.
          ENDIF.
    *--Inserting the error records into already open session.
          IF V_FLAG1 = 'X'.
            PERFORM FORM_INSERT.
          ENDIF.
    *--Populating the Success records internal table.
        ELSE.
          IT_SUCCUST-KUNNR = IT_FFCUST-KUNNR.
          APPEND IT_SUCCUST.
          CLEAR IT_SUCCUST.
        ENDIF.
    *--Displaying the messages.
        IF NOT IT_CUSTMSG[] IS INITIAL.
          PERFORM FORM_FORMATMSG.
        ENDIF.
    *--Clearing the message and bdc tables.
        CLEAR : IT_CUSTBDC[],IT_CUSTMSG[].
      ENDLOOP.
    *--Getting the total no of error records.
      DESCRIBE TABLE IT_ERRCUST LINES V_ELINES.
    *--Getting the total no of successful records.
      DESCRIBE TABLE IT_SUCCUST LINES V_SLINES.
    *--Closing the session only if it is open.
      IF V_FLAG1 = 'X'.
        PERFORM FORM_CLOSESESS.
      ENDIF.
    ENDFORM.                    " Form_bdcgenerate
    *&      Form  populatebdc
    *       FOrm to Populate the BDC table.
    FORM POPULATEBDC  USING    VALUE(P_0178)
                               VALUE(P_0179)
                               VALUE(P_0180).
      IF P_0178 = 'X'.
        IT_CUSTBDC-PROGRAM = P_0179.
        IT_CUSTBDC-DYNPRO = P_0180.
        IT_CUSTBDC-DYNBEGIN = 'X'.
      ELSE.
        IT_CUSTBDC-FNAM = P_0179.
        IT_CUSTBDC-FVAL = P_0180.
      ENDIF.
      APPEND IT_CUSTBDC.
      CLEAR IT_CUSTBDC.
    ENDFORM.                    " populatebdc
    *&      Form  FORM_OPENSESSION
    *       Form to Open a session.
    FORM FORM_OPENSESSION .
    *--Variable to convert the given session name into reqd type.
      DATA : LV_SESNAM(12).
      LV_SESNAM = V_SESNAM.
    *--Opening a session.
      CALL FUNCTION 'BDC_OPEN_GROUP'
       EXPORTING
         CLIENT                    = SY-MANDT
         GROUP                     = LV_SESNAM
         HOLDDATE                  = '20040805'
         KEEP                      = 'X'
         USER                      = SY-UNAME
         PROG                      = SY-CPROG
    *  IMPORTING
    *    QID                       =
       EXCEPTIONS
         CLIENT_INVALID            = 1
         DESTINATION_INVALID       = 2
         GROUP_INVALID             = 3
         GROUP_IS_LOCKED           = 4
         HOLDDATE_INVALID          = 5
         INTERNAL_ERROR            = 6
         QUEUE_ERROR               = 7
         RUNNING                   = 8
         SYSTEM_LOCK_ERROR         = 9
         USER_INVALID              = 10
         OTHERS                    = 11
      IF SY-SUBRC <> 0.
        WRITE :/ 'Session not open'.
      ENDIF.
    ENDFORM.                    " FORM_OPENSESSION
    *&      Form  FORM_INSERT
    *       fORM TO INSERT ERROR RECOED INTO A SESSION.
    FORM FORM_INSERT .
    *--Inserting the record into session.
      CALL FUNCTION 'BDC_INSERT'
        EXPORTING
          TCODE                  = 'FD01'
    *     POST_LOCAL             = NOVBLOCAL
    *     PRINTING               = NOPRINT
    *     SIMUBATCH              = ' '
    *     CTUPARAMS              = ' '
        TABLES
          DYNPROTAB              = IT_CUSTBDC
        EXCEPTIONS
          INTERNAL_ERROR         = 1
          NOT_OPEN               = 2
          QUEUE_ERROR            = 3
          TCODE_INVALID          = 4
          PRINTING_INVALID       = 5
          POSTING_INVALID        = 6
          OTHERS                 = 7
      IF SY-SUBRC <> 0.
        WRITE :/ 'Unable to insert the record'.
      ENDIF.
    ENDFORM.                    " FORM_INSERT
    *&      Form  FORM_CLOSESESS
    *       Form to Close the Open Session.
    FORM FORM_CLOSESESS .
      CALL FUNCTION 'BDC_CLOSE_GROUP'
        EXCEPTIONS
          NOT_OPEN    = 1
          QUEUE_ERROR = 2
          OTHERS      = 3.
      IF SY-SUBRC <> 0.
      ENDIF.
    ENDFORM.                    " FORM_CLOSESESS
    *&      Form  FORM_FORMATMSG
    *       Form to format messages.
    FORM FORM_FORMATMSG .
    *--Var to store the formatted msg.
      DATA : LV_MSG(255).
      CALL FUNCTION 'FORMAT_MESSAGE'
        EXPORTING
          ID        = SY-MSGID
          LANG      = SY-LANGU
          NO        = SY-MSGNO
          V1        = SY-MSGV1
          V2        = SY-MSGV2
          V3        = SY-MSGV3
          V4        = SY-MSGV4
        IMPORTING
          MSG       = LV_MSG
        EXCEPTIONS
          NOT_FOUND = 1
          OTHERS    = 2.
      IF SY-SUBRC = 0.
        WRITE :/ LV_MSG.
      ENDIF.
      ULINE.
    ENDFORM.                    " FORM_FORMATMSG
    *&      Form  form_writeop
    *       To write the totals and the session name.
    FORM FORM_WRITEOP .
      WRITE :/ 'Total Records Uploaded :',V_TLINES,
               / 'No of Error Records :',V_ELINES,
               / 'No of Success Records :',V_SLINES,
               / 'Name of the Session :',V_SESNAM.
      ULINE.
    ENDFORM.                    " form_writeop

  • Need help with Muse PHP (JavaScript error...email)

    Hey all....
    I searched and did not see an answer for this:
    I am exporting my Muse file to HTML and keep getting this error for my Contact Us page (email issue):
    "JavaScript Error:Form PHP Script is missing from web server, or PHP is not configured correctly or your web host provider.  Check if the form PHP script as been uploaded correctly, then contact your hosting provider about PHP configuration."
    What PHP version does MUSE support....5.1?  I contacted HostGator and they just updated my PHP to 5.5 and asked me what PHP MUSE needs. HostGator says 5.1 is old and they do not support 5.1. Can anyone help me?
    Also, when I try to check PHP with: http://my-site.com/scripts/form_check.php I just get an "oops" screen, but does not verify my PHP.????
    Thanks

    Difficult to debug without the URL for the form page on your site...
    Are you using the built-in File > Upload to FTP Host in Muse? Or did you use File > Export as HTML and uploaded with some other tool?
    Does http://<insert your domain name here>/scripts/museutils.js load anything? Or does it also give an "oops" screen? If it gives an "oops" screen, that would imply not all the exported files were uploaded to your server, they weren't uploaded to the correct location, or the permissions aren't set correctly.
    For forms Muse only requires PHP 4.1 or later. PHP version is not the issue.

  • Javascript error in captivate 4

    I don't have flash to create a new widget for a specific certificate that I need. So to get what I needed, I tried a javascript "print screen" script but I get error messages. just wondering if anyone has an idea how to correct.
    Message;syntax error
    Line: 1
    Char: 1
    Code: 0

    Hi there
    If you are testing this locally and not from a server, the JavaScript error may be as simple as needing to adjust Flash Security.
    Info for doing this is linked below.
    Click here
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • SAPScript: export print form and import with different name?

    Hi!
    I need to export print form from one system and import it with different name to other system.
    For this I run RSTXSCRP but the problem is that when I spefify different name for a form while importing, it gives an error...
    I tried to edit exported file before importing changing form name inside a file, but this not helped...
    Any ideas?
    Will reward,
    Mindaugas

    thanks for input, but I probably do not understand what you mean...
    here is what I need:
    for example: if I have ZNEWFORM in system1, then I need to export it from system1 and to import to system2 with form name ZNEWFORM_ZZ... is it possible?
    thanks again,
    M.

Maybe you are looking for

  • Lack of SD card slots what do you think

    I don't know about the rest of you, but I like my stuff on an SD card. Not in a cloud. It seems Motorola, Verizon, and android all want you to put your stuff in the cloud. I'm sorry but I like my privacy and I like to access my content even when I ha

  • Making a Blu Ray from FCP7

    Hi there So I'm still a little confused as to my workflow for being able to make Blu Ray DVD's. There seems to be different opinions through the forums I have read. I want to be able to offer people Blu Rays instead of DVD's. It seems that I cannot d

  • Record set per message

    hi if suppose this is my input structure <car> <color = red/> <manufavture = 200/> <car/> i want to know the entire structure above is 1 recordset per message,please explain the difference between recordset per message and a mesage.

  • I'm trying to change my iCloud id to the same as my app ID,but I cant.

    I Am trying to access my iCloud bit I cannot log on as my password is not working I have tried to change my Apple ID to be the same as it is for my app id and iTunes and I csnt do that either I just keep getting the log into iCloud with my username t

  • Openbox - Gnome-icons wont change anymore... Reason: Gnome update?

    I recently upgraded all my packages and among them was a new Gnome-build. I decided to actually check how Gnome looks in the new version and installed 'gnome' and 'gnome-extra' from the repositories. Now after rebooting my computer the icon theme I h