LC Script Editor - connot view the scripts

I have a form I developed with LC. I programmed in javascript a button to email onClick. My script is executing, but I can't see it. I wrote it yesterday and today I open it and there is NO javascript, but the button still performs as programmed.
Any ideas?  I am new to LC (love it!) but this is a bit confusing.   If someone could show me what I obviously don't have setup correctly, I would very much appreciate it.
Thx

found the code in XML
<event activity="click" name="event__click">
     <script contentType="application/x-javascript">
          ...my javascript code...

Similar Messages

  • How to view the DDL script prior to object deployment in OWB 10g R2?

    How to view the DDL script prior to object deployment in OWB 10g R2?
    Here is what I' looking for: in 10gR2, let's say I've built dimension X, but it's not deployed yet. I've selected one of the deployment options, let's say: "Deploy to Catalog only". Now, I'd like to see a DDL script that will be executed at the deployment time. Where can I find this script? What screen? What menu?
    Thanks,
    vr

    Viewing the Scripts
    After you have generated scripts for your target objects, you can open the scripts and
    view the code. Warehouse Builder generates the following types of scripts:
    ■ DDL scripts: Creates or drops database objects.
    ■ SQL*Loader control files: Extracts and transports data from file sources.
    ■ ABAP scripts: Extracts and loads data from SAP systems.
    To view the generated scripts:
    1. From the Generation Results window, select an object in the navigation tree on the
    left of the Generation Results dialog.
    2. Select the Scripts tab on the right of this dialog.
    The Scripts tab contains a list of the generated scripts for the object you selected.
    3. Select a specific script and click the View Code button.
    Regards,
    Marcos

  • Apple Script / Script Editor to use the mouse

    Hi
      Can you write a script in script editor to move the mouse to specific coordinates and click. If so could you please write a simple script to move the mouse to coordinates {800, 310} and then click a button. Second is there a way to select an account and log in. If so can you please write a few lines to show me.Thanks.

    Hi Carol,
    You need System Preferences>Universal Access>"Enable Access for Assistive Devices" checked for this to work, and of course if it isn't a Finder button you'd change something...
    activate application "Finder"
    tell application "System Events"
      tell process "Finder"
      click at {800, 310}
      end tell
    end tell
    Or if you want to use Terminal...
    http://www.hamsoftengineering.com/codeSharing/MouseTools/MouseTools.html

  • Using wysiwyg text editor in drupal the latest firefox does not wrap text when viewing source code-chrome ie ok

    Using drupal ckeditor profile with wysiwyg . Firefox latest version is apparently not respecting the width of the i-frame text editor box and the text is not wrapping when viewing in source code mode. Chrome and IE are working as expected. Windows 7

    [https://support.mozilla.org/en-US/kb/where-go-developer-support Where to go for developer support]

  • Is it possible to easily view the actual (not displayed) value of a cell?

    Is it possible to easily view the actual value of a cell calculated by a formula, not the displayed value after it has been rounded off?
    For instance, if you enter the number 1.23456789 and display it rounded to 3 decimal places, you can still see the full, actual value in the formula bar:
    The problem arises when you reference that number in a formula: you can't see the underlying value (even though it's obviously known to Numbers):
    Is there a way to get the formula bar (or a tooltip) to show the full, unrounded value? Changing the display to more decimal places is not very convenient, especially on big spreadsheets. Maybe it could be done via AppleScript?
    A related issue arises when you try to look at the sum or average of a number: if the numbers being summed have the same number of rounded decimals, the sum displayed is rounded too. I find this very annoying: I want to see the actual value, not how my spreadsheet may be displaying it in that cell.
    Although, curiously, rounding to any number of decimals as long as they are not all the same displays the full, correct underlying values:
    Has anyone come up with workarounds for these issues?

    I did it with an AppleScript.
    Now any time I have a cell or cell range selected, I do one click (AppleScript menu > Display Value at Full Precision), and it shows me a popup alert that simply reads:
         rowname : columnname
         value
    Here's the script:
    tell application "Numbers"
              try
                        set selectedTables to (tables of sheets of front document whose selection range is not missing value)
                        repeat with selectedTable in selectedTables -- tables of each sheet
                                  if contents of selectedTable is not {} then -- the list is not empty, it's the selected sheet
                                            set selectedCells to cells of selection range of (get item 1 of selectedTable)
                                            repeat with i in selectedCells -- each selected cell
                                                      set {selectedRow, selectedColumn, selectedVal} to {row, column, value} of i
      --                                                  display alert "value of " & name of selectedRow & " : " & name of selectedColumn & " (" & address of selectedRow & ":" & address of selectedColumn & ")" message selectedVal
      display alert name of selectedRow & " : " & name of selectedColumn message selectedVal
                                            end repeat
                                            return
                                  end if
                        end repeat
              on error eMsg number eNum
      display alert eMsg
              end try
    end tell
    ( Props to Jacques Rioux who posted code to get me started at https://discussions.apple.com/thread/3964938 )

  • Scheduling a Report from outside Scheduler but viewing the output in Plus

    We are using Discoverer 10.1.2
    I know that we can schedule a report within Discoverer Plus and the resulting out put can be seen in Discoverer under scheduled work books
    I am also aware that we put Discoverer command line commands in a DOS script and then schedule that script to run using an Enterprise scheduler and automatically export that report Excel.
    What I want is to schedule reports using our enterprise scheduler but view the resulting output in Discoverer under scheulded work books
    I was thinking that when we schedule a report Discoverer creates a package, something like EUL5_BATCH_PACKAGE080314170249.RUN;.
    Once that package is created, if I copy it and rename it and then schedule to run from our enterprise scheduler, would I be able to view the output from Discoverer ?
    ----- Added on 03/15/2008-------
    I did try running the above package EUL5_BATCH_PACKAGE080314170249.RUN from SQL Plus as I had indicated above. The settings on the report schedule were -
    - Run immediately
    - Never repeate
    - Delete the results after 9999 days ( maximum allowed )
    Now the first time the report ran automatically using DBMS_JOBS since I had set the report to run immediately.
    After that when I tried running EUL5_BATCH_PACKAGE080314170249.RUN from SQL Plus, the procedure completed but when I looked at the Discoverer front end, it indicated the run was in error with Unique constraint violation on EUL5_BQ_TABLES.EUL5_BQT_UK_1 index. However when I looked at the table it did not have any data in it.
    I the ran the procedure again from SQL Plus and this time it completed and when I looked at the Discoverer Plus front end, the results were ready for me to view.
    When I tried running the procedure again, it failed again with unique constraint violation and when the procedure was executed after that it again ran and i was able to view the results.
    So, ever alternate run from SQL Plus was successful. I would continue to try out different combinations of schedule parameters to see if I can get it to work.
    However, any one has already tried this before please let me know if what I am trying Is this possible ?
    Any help would be appreciated
    Thank you
    Message was edited by:
    manav_purohit
    Message was edited by:
    manav_purohit

    Thanks for the suggestion Rod. However, if I use DBMS_JOB.CHANGE, the report will still run using DBMS_JOB. What I would prefer is to not use DBMS_JOB.
    Running anything in DBMS_JOB means, the job is not visible in the enterprise scheduler that we use. Our enterprise scheduler is being monitored at a data center and if any jobs fail, appropriate on call individuals are contacted. Records are kept of failures and root cause is analyzed. So I want to take advantage of these procedures for scheduled reports as well.
    I am still looking for some alternative method.

  • View the query in runtime in oaf

    Can anyone please tell me that is it possible to view the execution query on the fly like in php i can see the statement by var_dump($sql).
    i would like to see the execution sql script on the fly.
    would you please tell the way if possible.
    mofizur

    mofizur,
    You can make use of vo.getQuery before vo.executeQuery to get the script.
    Regards,
    Gyan

  • Getting runtime error while viewing the profiler analysis in TOAD

    Hi experts,
    Just enabled the profiler by running the script provided by TOAD. while viewing the result in profiler analysis, i am getting the following error. Please help me.
    ORA-00904: R.RUN_PROC: invalid identifier
    Thanks in advance
    Regards,
    J.P

    Hi,
    Not sure it is the correct place to post that.
    The script is obviously provided by QuestSoftware, and supposed to work with Toad...
    Here you are in the SQL & PL/SQL section of the Oracle Forums.
    So unless you post the SQL or PL/SQL code that led to the error, you won't get much answer I guess.
    Just a blind guess :
    The script is not the one for your DB version!

  • How to view the changes immediately after a jsp is modified?

              Hi All,
              How can I modify a JSP and view the changes immediately
              without packing a war and deploying again.
              The JSP may reference a tag library.
              And also, I don't want to register the compiled jsp class
              as servlet class in web.xml because there are hundreds of
              jsp files.
              Then, how can I do this to save the development time.
              Any suggestion is appreciated.
              Thanks!!!
              Kammau
              

    Hi Kammau,
              the next thing you should do is:
              - create a standard EAR (jar, not "exploded"), with application.xml,
              manifest entries, etc.
              - try to deploy. If you can't deploy this way, you still have some
              problems which have nothing to do with the jsp-reload-thing. Solve them
              first. (You can ask us, of course)
              - if it works, try to deploy the EAR "exploded" with "exploded" WAR in it.
              - if that works, try the jsp-reload.
              Good luck,
              Philip
              Kammau wrote:
              > Hi All,
              > I try to deploy my jars (local ejbs) and my jsps separately.
              >
              > I have tried two ways, but all fail.
              > 1. I create a app directory under my server directory (same as DefaultWebApp),
              > and put all the jars and the war (exploded) under the directory. Then I add the
              > script in the config.xml likes:
              > <Application Deployed="true" Name="myApp" Path=".\config\mydomain\applications\myApp">
              > <EJBComponent Name="myJar1.jar" Targets="myserver" URI="myJar1.jar"/>
              > <EJBComponent Name="myJar1.jar" Targets="myserver" URI="myJar2.jar"/>
              > <WebAppComponent Name="war" Targets="myserver" URI="war"/>
              > </Application>
              >
              > //myJar1.jar and myJar2.jar are my jars and I put all jsps under the war directory.
              >
              > Unfortunately, it fails.
              > I found the weblogic tried to deploy the jars and war, but both of jars and war
              > can not be deployed.
              >
              > 2. I put the jars into a ear and I also create the
              > app directory under my server directory (same as DefaultWebApp), and put the
              > war (exploded) under the directory. Then I add the script in the config.xml likes:
              > <Application Deployed="true" Name="myApp" Path=".\config\mydomain\applications\myApp">
              > <WebAppComponent Name="war" Targets="myserver" URI="war"/>
              > </Application>
              >
              > Unfortunately, it fails.
              > In this case, I can deploy the jars, but when the weblogic tried to deploy the
              > wars, it can not find the jndi names of my jars.
              

  • Export or view the chat transcript between operators on the Cisco agent console

    Hi All,
    Is there a way I can  export or view the chat transcript between operators on the Cisco agent console?
    I have UCCX7 which would be migrated to 8.5 Soon.
    Thank you,
    Hamed

    Hi
    Unfortunately not - they don' t make it in to the DB or any other central repository.
    It would be possible to write a Windows or Powershell script to collect the files and place them on a central file share and then do with them as you wish, but this would be up to you to design and implement.
    Regards
    Aaron

  • How to view the directory structure of JS sources in debugger?

    I'm a web developer and want to use Firefox, but am used to using Chrome for debugging.
    In Chrome debugging tool (hit F12 -> click 'sources' tab in top of the web dev window), you can clearly see the entire Javascript directory structure of the site you're visiting, and can collaps/expand directories nicely. How can I view the javacript directory structure in the Firefox debugging window? I can't do what I do without being able to easily navigate the filestructure of the website, but in the Firefox debugging window, all I can see is what appears to be javascript files in random order.
    Thanks!
    Josh

    Hi Josh,
    Thank you for your question. I understand that you would like to see the javascript directory structure in the Firefox debugging window. I am happy to help.
    When you open Tools > Web Developer > Web Console and select the "Debugger", there are a list of js files loaded with the current viewed page.
    Try [https://getfirebug.com/firstrun#Firebug%202.0.2 Firebug] its script tab has a hierarchy of js files.

  • How to calculate the amount of viewing the uploaded document in KM?

    hello
         everyone
          I  want to  calculate the amount of viewing the uploaded document in KM,like the iviews of topics in forum.
         thanks in advance
         lexian

    Hi,
       You can develop a hitcount repository services. Each time that you open a document this counter is incremented in one. Then you can show this metadata as a typical property.
    Take into account:
    Dynamic Knowledge Management Content Using Groovy Scripts
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5165
    Documents read statistics
    https://www.sdn.sap.com/irj/sdn/thread?threadID=174925
    Patricio.

  • How to view the change immediately after a java file is modified without restarting server or redeploy?

              Hi All,
              How to view the change immediately after a java file that is used in jsp is modified
              without restarting server or redeploy?
              Moreover, it is better to keep the original session.
              Any suggestion is appreciated.
              Kammau
              

              Hi,
              In order to have a new version of a java class, the current classloader must be
              deleted and a new one created. This is what redeployment does. I believe that
              this is more of an issue with Sun's implementation of classloaders. You could
              ask BEA support (719.232.7878) and see if they have any plans to periodically
              check jar files to see if java class file timestamps and destroy and re-create
              classloaders on the fly.
              1) You will still have to accept the performance hit of destroying classloaders
              and creating new ones. There isn't any way around that.
              2) I would think you would want to have more explicit control in production and
              integration anyway.
              You can redeploy applications from the command line (script) file not just the
              console.
              Hope this helps,
              pat
              "Kammau" <[email protected]> wrote:
              >
              >Hi All,
              >How to view the change immediately after a java file that is used in
              >jsp is modified
              >without restarting server or redeploy?
              >Moreover, it is better to keep the original session.
              >Any suggestion is appreciated.
              >
              >Kammau
              

  • I cannot view a website I frequently visit due to a grey box that appears to the left of the web address. How do I change this so I can view the whole site?

    I often visit a website to watch climbing videos & check score cards of athletes. I have been able to look at it all day, now there is a grey box that does not allow me to view these things. When you click on the grey box, a grey cartoon man appears, & a message. It says "This website does not provide identity information. Your connection to this website is not encrypted." How do I change these settings so that I can view the entire site?

    Just to expand a little on Sudarshan's reply, and perhaps to inform you as a beginner, I will say that everything you see on the screen in DW's Design view is completely dictated by the underlying HTML and CSS (and perhaps javascript and server scripting). In addition, if that code is somehow made to contain invalid usages, then the effect of that on DW's Design view, and ultimately on the rendering of the page is completely unpredictable but most likely always destructive to the desired layout.
    As a result of this, any answers to questions you might pose about layout would always need to begin with an examination of the VALID code. That means you can shortcut what often becomes many tedious steps (as seen in this forum over and over again) by first validating your code with the W3C's validator (http://validator.w3.org) and fixing those errors highlighted that you are able to fix. It is perfectly reasonable to ask here about errors that you don't understand or don't know how to fix.
    Once you have your page built with valid code, then we can begin the task of troubleshooting your layout. And again, the best way to do this (and to enhance the likelihood of getting a useful answer) would be to upload your page and its dependent files to some webspace that you control, and include a link to that uploaded page in your post.
    Make sense? You will really help us help you by doing this.

  • Error during viewing the OLAP cubes

    Hi ALl,
    Thanks for you time.
    I recently installed a new development environment of BOXI-R2 sp4 and then imported all the contents from another existing BOXI-R1 environment.
    I can now see all my existing UNIVERSES properly.
    However each time I try to view the OLAP cubes on the dashboard, the below error is thrown.
    Was wondering if anyone out there faced the same problem?
    Any help is deeply appreciated.
    Regards,
    Steve
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    com.crystaldecisions.thirdparty.org.omg.CORBA.UNKNOWN  minor code: 0x0  completed: No
         com.crystaldecisions.thirdparty.com.ooc.OB.Util.unmarshalSystemException(Util.java:295)
         com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorker.execute(GIOPClientWorker.java:598)
         com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkerThreaded.receiverRun(GIOPClientWorkerThreaded.java:595)
         com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkerThreaded$ReceiverThread.run(GIOPClientWorkerThreaded.java:137)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.

    The stack trace from Tomcat log attached:
    -06-16 15:39:44 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
    java.lang.IllegalStateException: Cannot forward after response has been committed
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:324)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
         at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:670)
         at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:637)
         at org.apache.jsp.scripts.tools.err_005fpage_jsp._jspService(err_005fpage_jsp.java:83)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:510)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
         at org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:581)
         at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:787)
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
         at org.apache.jsp.jsp.dashboard_jsp._jspService(dashboard_jsp.java:658)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
         at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
         at com.crystaldecisions.webapp.struts.framework.CrystalUTF8InputActionServlet.process(CrystalUTF8InputActionServlet.java:29)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    2009-06-16 15:45:18 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    com.crystaldecisions.thirdparty.org.omg.CORBA.UNKNOWN  minor code: 0x0  completed: No
         at com.crystaldecisions.thirdparty.com.ooc.OB.Util.unmarshalSystemException(Util.java:295)
         at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorker.execute(GIOPClientWorker.java:598)
         at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkerThreaded.receiverRun(GIOPClientWorkerThreaded.java:595)
         at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkerThreaded$ReceiverThread.run(GIOPClientWorkerThreaded.java:137)

Maybe you are looking for