1093 syntax error in the code of Adobe devnet?

Hi all

I'm new to AC3 so maybe I'm wrong... but I tried to follow the steps in this tutorial Adobe AC3: http://www.adobe.com/devnet/flash/articles/creating_animation_as3.html

.. very close and I get an error of syntax 1093 to the code below. Does anyone have an idea, what is the problem... and what is the solution?

The red line is the one that is listed in the error message. (This is a tutorial to make a snippet of code for interpolation).

Thank you very much!

Fl.transitions import. *;
Fl.transitions.easing import. *;

/**
* This Tween sample shows a fade effect
* by default. Change the propeller, at, and the duration
the values to change the animation. You can add the code
* in the event handler functions to respond to animation
* the event calendar.
*/

function onTweenProgress(event:TweenEvent):void
{
do something along the tween...
}
function onTweenEnd(event:TweenEvent):void
{
do something when the Tween is finished...
}
var prop: String = "alpha";
var a: number = 0;
var to: number = 1;
var duration: number = 1;
var tween: Tween = new Tween (rect_mc, alpha, Strong.easeOut, from, to, duration, true);
tween.addEventListener (TweenEvent.MOTION_CHANGE, onTweenProgress);
tween.addEventListener (TweenEvent.MOTION_FINISH, onTweenEnd);

It's the quotes that uses your code on this line.  I'm guessing that you copied and pasted from somewhere.  Try retyping the double quotes with your keyboard

Tags: Adobe Animate

Similar Questions

  • Syntax error in the language of Java persistence

    I wrote this simple program to use Java Persistence Query

    Public Shared Sub main (String [] args) {}
    test test = new test();

    EntityManagerFactory EMF = Persistence.createEntityManagerFactory ("SVGTopLink");
    EntityManager em = emf.createEntityManager ();
    String sql_text = 'SELECT the NEW ' +.
    "joinBasicShapes (c.chartName, c.height, c.width, sh.idShape, sh.points, sh.r1, sh.rx, sh.ry, sh.typeName, sh.widthR, sh.x1, sh.x2, sh.y1, sh.y2) +"
    "FROM SvgCharts c JOIN BasicShapes sh ON c.id_chart = sh.id_chart WHERE c.id_chart = 1";

    Query query = em.createQuery (sql_text);
    List list = query.getResultList ();

    Iterator it = lista.iterator ();
    for (int i = 0; it.hasNext (;it.next()) {}))
    System.out.println("---");
    }

    EM. Close();
    EMF. Close();
    }
    }
    But EntityManager does ' t as the query. Do you have any ideea?

    Exception in thread "main" java.lang.IllegalArgumentException: an exception occurred while creating a query in the EntityManager
    at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.createQuery(EntityManagerImpl.java:194)
    at svgtoplink.test.main(test.java:23)
    Caused by: Exception [TOPLINK-8024] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (2007-03-30))): oracle.toplink.essentials.exceptions.EJBQLException
    Description of the exception: syntax error parsing the query [SELECT NEW joinBasicShapes (c.chartName, c.height, c.width, sh.idShape, sh.points, sh.r1, sh.rx, sh.ry, sh.typeName, sh.widthR, sh.x1, sh.x2, sh.y1, sh.y2) OF SvgCharts c JOIN BasicShapes ON c.id_chart = sh.id_chart WHERE c.id_chart = 1 sh], line 1, column 177: syntax to [sh] error.
    Inner exception: line 1:177: waiting for DOT, found 'sh '.
    at oracle.toplink.essentials.exceptions.EJBQLException.syntaxErrorAt(EJBQLException.java:364)
    at oracle.toplink.essentials.internal.parsing.ejbql.EJBQLParser.handleANTLRException(EJBQLParser.java:319)
    at oracle.toplink.essentials.internal.parsing.ejbql.EJBQLParser.addError(EJBQLParser.java:262)
    at oracle.toplink.essentials.internal.parsing.ejbql.EJBQLParser.reportError(EJBQLParser.java:362)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.joinAssociationPathExpression(EJBQLParser.java:1909)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.join(EJBQLParser.java:1768)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.identificationVariableDeclaration(EJBQLParser.java:1629)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.fromClause(EJBQLParser.java:454)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.selectStatement(EJBQLParser.java:179)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.document(EJBQLParser.java:135)
    at oracle.toplink.essentials.internal.parsing.ejbql.EJBQLParser.parse(EJBQLParser.java:150)
    at oracle.toplink.essentials.internal.parsing.ejbql.EJBQLParser.buildParseTree(EJBQLParser.java:111)
    at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:200)
    at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:174)
    at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:138)
    to oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl. < init > (EJBQueryImpl.java:99)
    to oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl. < init > (EJBQueryImpl.java:84)
    to oracle.toplink.essentials.internal.ejb.cmp3.EJBQueryImpl. < init > (EJBQueryImpl.java:71)
    at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerImpl.createQuery(EntityManagerImpl.java:189)
    ... 1 more
    Caused by: 1:177 line: waiting for DOT, found 'sh '.
    at persistence.antlr.Parser.match(Parser.java:213)
    at oracle.toplink.essentials.internal.parsing.ejbql.antlr273.EJBQLParser.joinAssociationPathExpression(EJBQLParser.java:1901)
    ... 15 more
    Process has finished with exit code 1.

    Hello

    Try this

    Select c SvgCharts c join c.basicShapesList bs where c.idChart = 1

    Pedja

  • How to fix the error with the code: 0xe7210001 failed to load powrprof, object: cls

    Hello

    Dose anyone know how to fix the error with the code: 0xe7210001, message: unable to load powrprof, object: CLSD-no-it is found;
    OR: Fingerprintsoftware OR error: replicas THotkey.exe message window and the computer freezes

    Maleware scanned and virus, also in safe mode, found no infection, reinstalled driver fingerprint, but nothing has changed.

    grateful for the help!

    Hello

    > message: unable to load powrprof, object: CLSD-no-it is found;
    In my view, this would mean that there is a problem with Toshiba Power Saver
    What laptop Toshiba, you have exactly?

    Maybe reinstall Power Saver could help. You can find it on the official website of Toshiba.

  • Downgrade from Windows 7 to XP. "Syntax error in the .sif file.

    Every afternoon.

    I wasn't totally sure what forum to put this in.

    My boss bought a new laptop of A11 - 11: my my line manager and asked that he be demoted to XP and put it on our network. (usually, it didn't network.)

    It's Windows 7, so I know that's not easy to downgrade.

    I changed the SATA setting in bios compatibility (IDE) and that allowed me to start running the installation CD.

    Then, I got this error;

    "There is a syntax error in the." SIF file used by Setup Online: 8971.

    Setup cannot continue. Stop or restart your computer. »

    I have this with 3 different original discs

    Looking around without decommissioning is to get rid of all the recovery partitions. So, I have that one hidden and now I have a large main drive to NTFS.

    I still get the same error. No recovery disk. Original discs and now I'm totally stumped.

    Are there any other settings in the Bios maybe I need to change?

    Anyone has an idea what I might try?

    See you soon
    Stu

    You should try to install Windows XP Home (SP2 or SP3) using SATA driver to start loading. In this case do not use the compatibility mode but AHCI mode.

    Without load the driver (F6 option at startup to install of WXP) SATA disk HARD will be not visible to Windows XP Home edition.
    Option of job search on this forum and you will find so many threads on the installation of Windows XP Home on the latest portable Win7 supported.

  • im getting fatal system error and the code is cnu9363GKK thanks

    im getting fatal system error and the code is cnu9363GKK thanks

    Hello

    Enter: e9lofgfhss (3rd character is a lowercase L)

    Kind regards

    DP - K

  • dbms_scheduler.create_window fails with ORA-27418: syntax error in the interval of recurrence or calendar

    I tried to create a window to test the activation of plans of RM. But I get this error.

    SQL > EXECUTE dbms_scheduler.create_window.

    > (-)

    > window_name = > 'day ', -.

    > resource_plan = > 'my_plan ', -.

    > start_date = > systimestamp + 1 /(24*60).

    > repeat_interval = > ' freq = > daily '.

    > time = > ' 0 01:00:00 '.

    > Comments = > ' C know if it works without a job "-"

    >);

    BEGIN dbms_scheduler.create_window (window_name = > 'day', resource_p)

    LAN = > 'my_plan', start_date = > systimestamp + 1 /(24*60), repeat_interv

    Al = > ' freq = > daily ', duration = > ' 0 01:00:00 ', comments = > ' C so she

    works without employment '); END;

    *

    ERROR on line 1:

    ORA-27481: 'SYS '. "' DAY ' has an invalid schedule

    ORA-27418: syntax error in the interval of recurrence or calendar

    ORA-06512: at "SYS." DBMS_ISCHED", line 486

    ORA-06512: at "SYS." DBMS_SCHEDULER', line 1295

    ORA-06512: at line 1

    I have tried many tips found on the web, nothing works.

    Any help would be greatly appreciated.

    Also, can you pls tell me if this command run once automatically activates the my_plan after 1 minute, 1 minute, after which, it will disable the my_plan? So, you do not need to create a JOB for this. If you create a window, that is, as a job creation to enable an RM plan?

    2734369 wrote:

    Wow, discovered the issue: the repeat interval is broken (I use a database of 12.1 in Windows 7). It must be uppercase. Very surprising in the windows to be case-sensitive.

    SQL >

    SQL > EXECUTE dbms_scheduler.create_window.

    >  (-

    > window_name-online 'day ', -.

    > resource_plan-online 'my_plan ', -.

    > start_date-online systimestamp + 1 /(24*60).

    > repeat_interval-online ' FREQ = DAILY; BYHOUR = 10; BYMINUTE = 30', -.

    > time-online ' 0 01:00:00 '.

    > Comments => ' C know if it works without a job "-"

    >  );

    PL/SQL procedure successfully completed.

    Problem is, after 1 minute, always that the plan is not activated?

    SQL > SEE THE RESOURCE_MANAGER_PLAN PARAMETER

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ----------------------

    resource_manager_plan chain

    Why the Plan is not activated after 1 minute. Have we not create a job (I don't think).

    I think you misunderstand the meaning of "start_date".  Please see the documentation on what this means exactly.

    This attribute specifies the first date and time where it is scheduled to open in this window. If the value start_date specified is in the past or is not specified, the window opens, from its inception.

    To repeat windows using an expression of the calendar to specify the repetition interval, the value of start_date is a reference date. The first time the window opens depends on the specified repeat interval and the value of start_date .

    (From Types and Oracle® packages of PL/SQL Database 11g Release 2 (11.2) reference E40758-03); dbms_scheduler, create_window.  DBMS_SCHEDULER

    Once you have done this, you will see that it is pretty useless to specify that you have.

    Your repeat_interval said "every day at 10:30.

  • Error in the instalacion of Adobe reader: unidad no g:\ valida

    error in the instalacion of adobe reader: unidad no g:\ valida

    Setup error. "Invalid drive".

    Mylenium

  • Why I'm getting a syntax error on the &lt; / head &gt; line in DW CC?

    I get a syntax error in DW CC.  Other threads have indicated it was a bug in CS6, but was set in CC.  This leads me to believe it's my fault, but I can't understand it.  Can anyone help based on the information that I've pasted below?  Thank you!

    <! doctype html >

    <!-[if lt IE 7] > < class = "oldie ie6" html > <! [endif]-->

    <!-[if IE 7] > < class = "ie7 oldie" html > <! [endif]-->

    <!-[if IE 8] > < class = "ie8 oldie" html > <! [endif]-->

    <!-[if gt IE 8] > <!-->

    < class html = "" >

    <!-<! [endif]-->

    < head >

    < meta charset = "utf-8" >

    < meta name = "viewport" content = "width = device-width, original scale = 1" >

    < title > Untitled Document < /title >

    < link href = "boilerplate.css" rel = "stylesheet" type = "text/css" > "

    < link href = "style.css" rel = "stylesheet" type = "text/css" > "

    "< link href="jQueryAssets/jquery.ui.core.min.css "rel ="stylesheet"type =" text/css">

    "< link href="jQueryAssets/jquery.ui.theme.min.css "rel ="stylesheet"type =" text/css">

    "< link href="jQueryAssets/jquery.ui.accordion.min.css "rel ="stylesheet"type =" text/css">

    "< link href="jQueryAssets/jquery.ui.tabs.min.css "rel ="stylesheet"type =" text/css">

    <!--

    To learn more about the conditional comments around the HTML at the top of the file:

    paulirish.com/2008/conditional-stylesheets-vs-CSS-hacks-answer-neither/

    Follow these steps if you are using your customized version of modernizr (http://www.modernizr.com/):

    * Insert the link to your js here

    * remove the link below for the html5shiv

    * Add the class "No. - js' to the above html tags

    * You can also remove the link to respond.min.js if you included in your version of modernizr Polyfill MQ

    ->

    <!-[if lt IE 9] >

    "< script src="//html5shiv.googlecode.com/svn/trunk/html5.js "> < / script >

    <! [endif]-->

    < script src = "respond.min.js" > < / script >

    "< script src="jQueryAssets/jquery-1.8.3.min.js "type =" text/javascript"> < / script >

    "< script src="jQueryAssets/jquery-ui-1.9.2.accordion.custom.min.js "type =" text/javascript"> < / script >

    "< script src="jQueryAssets/jquery-ui-1.9.2.tabs.custom.min.js "type =" text/javascript"> < / script >

    <!-the following script tag downloads a font of Adobe Edge Web server fonts to use in the web page. "We recommend that you do not modify it.--> < script > var __adobewebfontsappname__ = 'dreamweaver' < /script > < script src ="http://use.edgefonts.net/adamina:n4:default.js"type =" text/javascript"> < / script > "

    < / head >

    < body >

    < div class = "gridContainer clearfix" >

    < div id = "div1" class 'fluid' = >

    < header id = "header" class 'fluid' = >

    "< p > < img src="Images/Logos/insidejoplinlogo.png "alt =" "/ > < / p >

    "< nav id 'mainnav' class = 'fluid' = > < ul class = 'fluid fluidList mainnavlist' > < class li = 'fluid mainnavitem zeroMargin_desktop' > < a href =" Index2.html"title ="inside Joplin Home"target ="_self"> home < /a > < /li > < li = class 'fluid mainnavitem' > < a href =" news.html "> news < /a > < /li > < li = class 'fluid mainnavitem' > < a href ="entertainment.html"> entertainment < /a > < /li > < class Li = 'fluid mainnavitem' > < a href = "announcements.html" > ads < /a > < /li > < li = class 'fluid mainnavitem hide_mobile' > < a href = "galleries.html" > galleries < /a > < /li > < li = class 'fluid mainnavitem hide_mobile' > < a href = "aboutcontact.html" > contact < /a > < /li > < /ul > < / nav > ""

    < / header >

    < section id = "indexguts" class = "fluid" > < article id = "indexarticle" class 'fluid' = >

    < h4 class = "articleH4 fluid zeroMargin_mobile" > news < / h4 >

    < p > < / p >

    < div id = "Accordion1" >

    < h3 > < a href = "#" > Section 1 < /a > < / h3 >

    < div >

    < p > content 1 < /p >

    < / div >

    < h3 > < a href = "#" > Section 2 < /a > < / h3 >

    < div >

    < p > content 2 < /p >

    < / div >

    < h3 > < a href = "#" > Section 3 < /a > < / h3 >

    < div >

    < p > content 3 < /p >

    < / div >

    < / div >

    < / section > < section id = "1" class article 'fluid' = >

    < h4 class = "articleH4 fluid zeroMargin_mobile" > last entertainment < / h4 >

    < p > < / p >

    < div id = "Accordion2" >

    < h3 > < a href = "#" > Section 1 < /a > < / h3 >

    < div >

    < p > content 1 < /p >

    < / div >

    < h3 > < a href = "#" > Section 2 < /a > < / h3 >

    < div >

    < p > content 2 < /p >

    < / div >

    < h3 > < a href = "#" > Section 3 < /a > < / h3 >

    < div >

    < p > content 3 < /p >

    < / div >

    < / div >

    < / section > < article id = "2" class 'fluid' = > < h4 class = "articleH4 fluid zeroMargin_mobile" > latest ads < / h4 >

    < p > < / p >

    < div id = "Tabs1" >

    < ul >

    < li > < a href = "#tabs - 1" > obituaries < /a > < /li >

    < li > < a href = "#tabs - 2" > weddings < /a > < /li >

    < li > < a href = "#tabs - 3" > more < /a > < /li >

    < /ul >

    < div id = "tabs-1" >

    < p > content 1 < /p >

    < / div >

    < div id = "tabs-2" >

    < p > content 2 < /p >

    < / div >

    < div id = "tabs-3" >

    < p > content 3 < /p >

    < / div >

    < / div >

    < / article > < article id = "indexbotleft" class 'fluid' = > This is the content of Article layout tag "indexbotleft" < / article > < article id = 'article 3' class = 'fluid' > This is layout Article content tag "indexbotleft" < / article > < / article > < id side = "mainsidebar" class 'fluid' = > This is the content for Tag Layout side "mainsidebar" < / side > < id side = "mainsidebar2" class 'fluid' = > This is the content for Tag Layout side "mainsidebar2" < / side > < article id = "indexbotrot" class 'fluid' = > This is the content of Article layout tag "indexbotrot" < / section >

    < footer id = "footer" class 'fluid' = >

    < nav id = "footernav' class 'fluid' = >

    < ul id = "footernavlist" class = 'fluid fluidList' > < class li = 'fluid footernavlistitem zeroMargin_mobile' > < a href = "Index2.html" > home < /a > < /li > < li = class "fluid footernavlistitem hide_mobile" > < a href = "news.html" > News < /a > < /li > "

    < class li = "fluid footernavlistitem hide_mobile" > < a href = "entertainment.html" > entertainment < /a > < /li > ""

    < class li = "fluid footernavlistitem hide_mobile" > < a href = "announcements.html" > ads < /a > < /li > ""

    < class li = "fluid footernavlistitem zeroMargin_desktop zeroMargin_mobile" > < a href = "galleries.html" > galleries < /a > < /li > ""

    < class li = "fluid footernavlistitem zeroMargin_mobile" > < a href = "aboutcontact.html" > About Us < /a > < /li > ""

    < class li = "fluid footernavlistitem zeroMargin_mobile" > < a href = "mailto: " [email protected] "> email < /a > < /li > < class li = 'fluid footernavlistitem zeroMargin_mobile' > < a href ="www.facebook.com/insidejoplin"target ="new"> < /a > < /li > < /ul > Facebook .

    < / nav >

    "< article id ="footerarticle"class ="fluid"> < img src="Images/Logos/insidejoplinlogo.png "alt =" "/ > < / section >

    < / footer >

    < / div >

    < / div >

    +

    < script type = "text/javascript" >

    {$(function()}

    . $(«#Accordion1») accordion();

    });

    {$(function()}

    . $(«#Accordion2») accordion();

    });

    {$(function()}

    . Tabs() $(«#Tabs1»);

    });

    < /script >

    < / body >

    < / html >

    Hmm, nothing does highlight for me, but I'm on an older version of DW, maybe it's less picky.

    What happens if you ad a semicolon immediately before the tag in this line...

  • How I can modificate or have access to the code of Adobe Muse? I know that we can import "G-cards" but I would like to import too "analytical Google." and give access too my developers wich "return" my site on Google.

    Hello!

    I create my Web site on adobe Muse and I'm so happy!

    But I would Modificate or give access to one person to touch code.

    Best regards.

    Thks a lot!

    If you copy your Google Analytics include the code of your Google account, you can do the following:

    1. for each of the master pages in your Muse site, right-click on the page in outline view, and then select "Page Properties... »

    2. in the Page Properties dialog box, select the metadata tab

    3. paste your Google Analytics code in the HTML code "for".section «»

    4. press OK

  • Paste the error in the code, Dreamweaver MX, v. 7.0.1 window

    Hello, everyone!

    I use Dreamweaver MX, version 7.0.1 on a Dell Optiplex 990 running Windows 7.  As I remember, initially Dreamweaver ran correctly.  At some point, however, he developed a really frustrating problem.  If I try to paste it into the code window, an error box will appear, with the following message appears:

    -------------------------------------

    While executing onLoad in CodeViewPasteFilter.htm, what follows

    JavaScript error (s):

    In the file ' 'CodeViewPasteFilter ' ':

    ReferenceError: run is not defined

    -------------------------------------


    I can copy in the code window and paste it in the design window, and I can copy and paste into the design window (and can copy other programs open to the design window of windows).  When I try to paste it into the code window, however, I get the above error.  If I highlight text, I can move it to different places, but I can't copy it and then paste it.


    I was hoping someone might have a solution for this.


    Thank you for your help.

    This should help-

    Dreamweaver FAQ index

    Try the first suggestion.

  • error in the code

    Hello

    I get the error 'end the communication folder' for the code below:
    select asset_type, asset_value, loan_purpose, balance_os
    from
     (select sr_no, ret_assesscode, ret_factype, addnl_factype_no, (select aa.asset_liability_name
              from mst_asset_liability aa
             where aa.asset_liability_id = a.asset_type) asset_type,
           asset_value
      from rf_assetdetails a where ret_assesscode = '149'
       and ret_factype = 'A'
       and addnl_factype_no = '0') p full outer join
    
      ( select lender_no, ret_assesscode, ret_factype, addnl_factype_no, (select asset_liability_name
              from mst_asset_liability aa
             where aa.asset_liability_id = loan_purpose
               and aa.asset_liability_type = 'L') loan_purpose,
           balance_os
      from rf_liabilities where ret_assesscode = '149'
       and ret_factype = 'A'
       and addnl_factype_no = '0') q on p.sr_no = q.lender_no

    It is a driver of customer error which says: he has lost communication with the server Oracle service process.

    The usual reason for the client driver launch this error is that the Oracle server process had planted (usually due to some kind of bug) and in the framework of crashing, tore the communication channel to the client. The client driver was so perfectly unconscious of the process server failure, until he tried to communicate with this server process.

    The crash of the server process will result in error messages written to the alert of the instance database log. Dump/follow-up of session files are also usually created.

    So to determine why the server process created, you must go to the server.

    The error code of the accident can also be used in the support.oracle.com search of ORA-600 - and you can point to a specific Oracle bug, a fix specific Oracle or workaround that can be used.

  • Syntax error in the loop statement For

    Hello

    Normally my staements FOR were not a problem as only the access one table. I have the example below, I'm to access the three table and that's why I get a syntax error.

    I want only to select the 'product' recored but need the other table to select it the good results.

    FOR product_rec IN (SELECT * from PRODUCT, PRODUCT_GROUP, PROD_PROD_GROUP)
    where PRODUCT_GROUP. PRODUCT_GROUP_KEY = PROD_PROD_GROUP. PRODUCT_GROUP_KEY
    and PROD_PROD_GROUP. PRODUCT_KEY = PRODUCT. PRODUCT_KEY
    and product.supplier_key = company_no
    and PROD_PROD_GROUP. MULTI_WEB_DIS = 1
    order of PROD_PROD_GROUP. MULTI_WEB_SEQ)

    Can someone make the correct syntx for this statement.

    Thank you

    Pete

    As Dom says:

    FOR product_rec IN (SELECT PRODUCT.* from PRODUCT, PRODUCT_GROUP,PROD_PROD_GROUP
    where PRODUCT_GROUP.PRODUCT_GROUP_KEY = PROD_PROD_GROUP.PRODUCT_GROUP_KEY
    and PROD_PROD_GROUP.PRODUCT_KEY = PRODUCT.PRODUCT_KEY
    and product.supplier_key = company_no
    and PROD_PROD_GROUP.MULTI_WEB_DIS = 1
    order by PROD_PROD_GROUP.MULTI_WEB_SEQ) 
    

    Or what he meant by "nice to have", use aliases:

    select p.*
    from
      product p,
      product_group pg,
      prod_prod_group ppg
    where
      pg.product_group_key = ppg.product_group_key
      and ppg.product_key = p.product_key
      and p.supplier_key = company_no
      and ppg.multi_web_dis = 1
    order by
      ppg.multi_web_seq
    

    Also note that company_no is not an alias in the above query. If there is a column, it should be an alias also (although with the full table name or alias if you switch to their use). If it is a PL/SQL variable, it is fine as it is.

    Published by: cmartin2 on February 2, 2011 13:56

  • Error in the installation of Adobe Livecycle Launchpad ES2

    Hello

    My problem is:

    Sometimes I change the application adobe livecycle luanchpad ES2 which, as you know it is an air application that allows you to convert files to PDF and vice versa, I translate the language of the application in Spanish, that and I could make and build the executable from my project to install on my machine, it turns out that this wing run the file everything works fine , but at the end of installation, I get the following error:

    The application cannot could be installed. Try to install again. If the problem persists, contact the author of the application. Error # 0

    could someone help me with this, it seems that the error is inherent in the construction as such. air or maybe is because you do not have some files or settings.

    We will try to install the. AIR with higher privledges.  Could you try the following:

    1. open Windows Explorer and navigate to "C:\Program Files\Common Files\Adobe AIR\Versions\1.0.

    2. right click on "Adobe AIR Application Installer.exe" and choose "Run as Administrator"

    3. a "Select a Package of Installation" dialog box appears, navigate to the. You try to install the AIR package and click Open.

    I was also looking back through your logs and noticed that you do this on a Windows 2008 Server.  This is done via a terminal session?  Have you tried this on another system or under a different user account?

    Thank you

    Chris

  • error in the code using forms 6i

    Dear Sirs
    I have an error in this code and I don't know how it solve it, and I try this sql code and run without any problems
    --------------------
    Cursor C2 is
    Select b.Item_No, b.Qty, b.Other_Unit_Qty, B.OTHER_UNIT_WT, to_char (null) to_location
    i.shelf_no, i.sub_shelf_no
    Of Stk_Bal b, stk_item I
    where b.item_no = i.item_no
    and b.Stk_Year = P_Inv_Date
    And b.Stk_No = P_Stk_No
    And: All_Item = 1
    and (select s.STRUCT_ID from stk_str s where s.stk_no = b.stk_no) a null value
    Union
    Select b.Item_No, b.Qty, b.Other_Unit_Qty, B.OTHER_UNIT_WT, l.location_no
    i.shelf_no, i.sub_shelf_no
    Stkloc_bal l, Stk_Bal b, stk_item I have
    where b.item_no = i.item_no
    and l.item_no = b.item_no
    and b.Stk_Year = P_Inv_Date
    And b.Stk_No = P_Stk_No
    And: All_Item = 0
    And b.Item_No between: From_Item_Code and: To_Item_Code
    and nvl(i.shelf_no,'0') between: FSHELF_NO and: TSHELF_NO
    and nvl(i.sub_shelf_no,'0') between: FSUB_SHELF_NO and: TSUB_SHELF_NO
    and ((: mov_items = 0))
    or (: mov_items = 1 and nvl(b.tot_in_qty,0) + nvl(b.tot_out_qty,0) > 0))
    and (' select STRUCT_ID in the stk_str where stk_no = b.stk_no "") is not null;
    ------------
    error in this line
    and (select s.STRUCT_ID from stk_str s where s.stk_no = b.stk_no) a null value

    wait for the answer
    and thanks in advance

    Cheap Yasser,

    As Manu subqueries are not allowed on the left side of the equal (=) and NVL as well.

    So instead use the query above, suggesting Manu or

    Modify your query in the form below for the first sub query:

    NOT EXISTS (select s.STRUCT_ID from stk_str s where s.stk_no = b.stk_no)

    and for the second query sub

    EXISTS (select STRUCT_ID from the stk_str where stk_no = b.stk_no)

    Hope this helps

  • Help with error in the Code generated by the WSDL Wizard

    I have generated the code the wizard of webservice and then wrote a simple mxml file to test the code. I get this error:

    1061: call to a getClass method maybe not defined through a reference with static type class.

    It occurs in the following code:

    /**
    * Internal event handler for handling a call to success from the server
    * The result is decoded using schema settings and operation, then the
    * events transmitted the real front that the user works in the application
    * @private
    */

    private void processResult(result:Object,wrappedData:Object):void
    {
    var token: AsyncToken = wrappedData.returnToken;
    var currentOperation:WSDLOperation = wrappedData.operation;
    var decoder: SOAPDecoder = new SOAPDecoder();


    decoder.resultFormat = "object";
    decoder.ignoreWhitespace = true;
    decoder.makeObjectsBindable = true;
    decoder.wsdlOperation = currentOperation;
    decoder.schemaManager = currentOperation.schemaManager;


    var object: body = result.message.body;
    var stringResult:String = String (body);

    If (stringResult == null | stringResult == "")
    return;


    var soapResult:SOAPResult = decoder.decodeResponse (result.message.body);
    If (soapResult.isFault)
    {
    defects of the var: Array = soapResult.result in the table;

    for each (var soapFault:Fault in error)
    {
    var soapFaultEvent:FaultEvent = FaultEvent.createEvent (soapFault, token, null);
    token.dispatchEvent (soapFaultEvent);
    }
    } else {}
    result = property decoder.decodeResponse (result.message.body);


    If (result is ArrayCollection collection)
    {
    do you need to perform an upcast to specific type here
    var arrayTypedClass: Class = SchemaTypeRegistry.getClass(currentOperation.outputMessage.parts[0].type);

    result = new arrayTypedClass (result.source);
    }


    event: ResultEvent var = ResultEvent.createEvent (result, token, null);
    token.dispatchEvent (event);
    }
    }

    The statement where the error occurs is in bold above. The comment above this line says I should perform an upcast to a specific type here, but I don't know what that means. What specific type? How to determine what type of perform an upcast to?

    Any help would be appreciated.

    TIA,
    Randy

    Hi Martin,

    The error you have shown, it seems, that you have upgraded your SDK version, but not the Builder. The problem you are having is because of one of the classes (SchemaTypeRegistry) SDK has been updated static to a dynamic class. Therefore, using the call getClass() on it will not longer work. In addition, the lines that register type mappings do not work.
    We have updated the generated code, but it seems that you are using an older version. Now for the correction of your code, you should:
    1. locate all occurrences where the class of SchemaTypeRegistry is called a static class.
    2. replace the SchemaTypeRegistry by calls to SchemaTypeRegistry.getInstance () method, like this:
    SchemaTypeRegistry.registerClass (params) becomes SchemaTypeRegistry.getInstance () .registerClass (params)

    The problem is that when you re - generate the code, you will have to re - again all these changes.

    Hope this helps,
    Cristian

Maybe you are looking for

  • bookmarks in folders make regular wondows

    one complaint may be more than a question, but I want the favorite folders to have regular windows folders. It is impossible to work with, as this is the case and my bookmarks list is 5 feet high, and bookmarks only I never really took worth using is

  • 'bookmark this page' would bring a window giving me a choice of files to back up, no more.

    Since the upgrade to version 3.6.12 a problem arose. I've lost the ability to choose where I want my new bookmark placed before the upgrade one pop-up window would give me the choice for where to place the bookmark. It now just updates the root of bo

  • How the interface with my RND4000?

    I'm a replacement IT here. I have almost no notes to work from, and I've never used a SIN. How the interface with my RND4000? I tried to put the IP address in a web browser and you get "unable to connect". I think the NAS is supposed to be "hosted" o

  • HP Deskjet F4440 presents little ink (no!) and will not be printed

    I had this problem for a few months. Every once in a while, it will not print a document, shows ink levels are low, but the image of the ink levels shows half full on the black and color. I put the printer off, wait a few minutes and turn it back on

  • Problem with an xpath expression

    I know this isn't forum BPEL, BPEL forum is not active as a forum of the ADF because I post here. Thank you.I have no problem running my SOA BPEL application on test environment. When I deploy the same thing to the prod. environment, I have error "se