1067: constraint implied a value of class type to a type unrelated to flash.display:MovieClip

Hello, I have a class named geeklog with the code:

package

{

import flash.display.MovieClip;

import flash.events.MouseEvent;

import flash.events.Event;

import flash.display.Loader;

SerializableAttribute public class extends MovieClip geeklog

{

private var _root:MovieClip = new MovieClip();

public void geeklog (numImages:Number, rt:MovieClip)

{

...

and I have a second class named MainJogo, that the appeal of geeklog:

package

{

import flash.events. *;

import flash.display.Loader;

import flash.display.MovieClip;

import flash.display.Stage;

import of geeklog;

public class MainJogo

{

#error

private var imgMc:LoadImages = new LoadImages(2,this);

#error

public void MainJogo(url:String)

{

...

If I just post the MainJogo class code in the Assembly, there is no problem, but if I run the app like this with 2 classes I get the error message

1067: constraint implied a value of class type to a type unrelated to flash.display:MovieClip.

Can someone help me please?

Thank you

MainJogo is not a Movieclip, so "this" (in MainJogo) is not a MovieClip.

If MainJogo extends the movieclip class, you will probably still 'this' thrown like a MovieClip.

You can use:

package

{

import flash.events. *;

import flash.display.Loader;

import flash.display.MovieClip;

import flash.display.Stage;

import of geeklog;

SerializableAttribute public class MainJogo extends MovieClip

{

private var imgMc:LoadImages = new Loadimages() (2, MovieClip (this));

public void MainJogo(url:String)

{

Tags: Adobe Animate

Similar Questions

  • 1067: constraint implied a value of void type to a type unrelated to table.

    public void helicopter (stageRef:Stage): void


    {
    this.stageRef = stageRef;
    addEventListener (Event.ENTER_FRAME, loop, false, 0, true);
    addEventListener (Event.ENTER_FRAME, background);

    key = new KeyObject (stageRef);

    x = stageRef.stageWidth/2;
    y = stageRef.stageHeight/2;

    }

    I'm going to basically the following error:

    1067: constraint implied a value of void type to a type unrelated to table.

    With regard to the event listener that calls the "canvas". Background is a public service in another class, but he always recognizes the backdrop in function. Any ideas on what could be the cause of this error?

    rather than use addChild() to add your DB instance using:

    addChildAt (bd, 0);

  • 1067: constraint implied a value of type array

    package {}
    import flash.display.MovieClip
    import flash.events.Event

    public class maintest extends MovieClip {}
    private var animalsArray:Array = new Array ("Cat", "Dog", "Elephant", "Gorilla", "Hippo"
    "Lion", "Mouse1", "Ostrich");

    public int main (): void {}

    stage.addEventListener (Event.ENTER_FRAME, animals);
    }

    private void animals(evt:Event):void {}
    this.addChild (animalsArray);
    }

    }
    }

    is there a problem with my table? plsss help me with this...

    There is no problem with it but your table IS a table and a table isn't a displayobject.  so it cannot be added to the display list.  That is to say, delete the addChild() method.

  • Error 5000: The class 'Particle' must subclass 'flash.display.MovieClip' because it is linked to a symbol in the library of this type.

    Running Flash CS3, I looked at the tutorial from lynda.com on strengthening the systems of particles in ActionScript 3.0 to create a few sparks shooting in an animation.  I'm stuck to what I think is a point really basic, but I can't seem to cross it.  Basically, all I'm doing at this point is to create a class called particle (that I'll learn to do things that the particles to make a little later) bind it to a MovieClip on the stage in my .fla file and use the function to update the particle to move it around the stage in a way defined in the instance (so I can later give properties of different movement to) each as an instance generated the MC).  I know there are easier ways to accomplish my basic task without loading an external module, but this seems to makes it so I have to hurt something very simple, that I can't see so I thought I'd post the code here and see what I'm missing.

    I start with a file called Particle.as in the same folder as my file Test.fla Spark.

    In Particle.as, I have the following code:

    package
    {
    import flash.display. *;

    Particles/public class extends MovieClip
    {
    public xVelocity:Number;
    public yVelocity:Number;

    public void Particle()
    {
    xVelocity = 0;
    yVelocity = 0;
    }

    public void update (): void
    {
    This.x += xVelocity;
    This.y += yVelocity.

    }
    }
    }

    So, I declare that all the particles are built with no movement, but if they are explicitly granted an x or y velocity, they will pass by there a lot when updating the instance function is called in the timeline panel.

    Then in my file Test.fla spark, I have a small shape in a MovieClip called Spark.  In the properties of binding of spark, I chose to export for ActionScript and export in first frame.  The class is called Spark and the Base class is the particle.  For testing purposes, I dropped an instance on the stage and called spark.  Then in the layer actions in the first image (the timeline is just the spark layer and the layer actions, a long frame each with no "stop();" so it should run forever), I have included the following code:

    spark.xVelocity = 5;
    spark.yVelocity = - 1;

    function updateSpark(event:Event):void
    {
    Spark.Update ();
    }

    addEventListener (Event.ENTER_FRAME, updateSpark);

    Is what it seems that this should be on every Flash ENTER_FRAME should call updateSpark, which is a function that handles the event update() for the instance of the spark which is a movieclip instance that has an update event that moves x and y of the position of their relative velocity variables.  It seems simple enough to me, but when I ctrl-enter to test the movie, I get the following compiler 3 errors:

    Particle.As line 1: 5000: the class 'Particle' must subclass 'flash.display.MovieClip' because it is linked to a symbol in the library of this type.

    Particle.As line 7:1071: syntax error: expected a keyword (for example function definition) after the public attribute, not xVelocity.

    Particle.As line 7:1084: Syntax error: expecting rightbrace before the semicolon.

    Since I imported flash.display. * and declares the class public particle so it extends MovieClip I have no idea why I get this error of 5000.  I see this issue come up a lot when searching Google and forums, but none of the resolutions that I could find have suggested an approach that applies to me or solve the problem.

    Any help to fix this would be appreciated.  I enclose a zip of the FLA a files as described above in case there is something in the settings of publication that I messed up inadvertently.  In addition, if you can get this to compile without error, then the problem may be due to my Flash CS3 Pro install which will result in the problem isn't with my code and start looking at me in a different direction.

    Thank you

    Scott

    Yes, 'var '.

  • TypeError: Error #1034: Type coercion failed: cannot convert flash.display::MovieClip@64e6ca1 in fla

    Hi all

    I get this window pop-out error when I pressed a button. The earpiece button contains the following code:

    btn_start.addEventListener(MouseEvent.CLICK, gotoStart);
    function gotoStart(e:MouseEvent):void{ 
         btn_start.removeEventListener(MouseEvent.CLICK, gotoStart);
         gotoAndStop("START");
    }
    

    TypeError: Error #1034: Type ISP led constraint: cannot convert flash.display::MovieClip@64e6ca1 to flash.display.SimpleButton

    at flash.display::MovieClip/gotoAndStop()

    to attendanceCheck / gotoStart () [attendanceCheck::frame2:31]

    After searching the cause for a while, I can't find what's wrong with it...

    Help me please...

    Thank you

    Zainuu

    As I said, there is nothing wrong with this code.  So, since the error indicates that you treat a MovieClip, as if it were a SimpleButton control, somewhere in your design you have done something to try to force this MovieClip to be a button (or possibly vice versa if it's actually a button).  Check the properties panel and elsewhere to see if you have something that could be tempting to be that touches another object type than it is selected.

    Try to create a new movieclip and assign it to that name (detached from each other) and see if you still receive the error.  If it works, then I recommend just create a new movieclip and replace the current where the problem arose.

  • 1067: constraint implied a Sub type value to an are

    Hello.

    He tells me it is terrible, but I don't understand. BTW I only try this because someone wrote it in a game I use. I am a newbie so would always write the conditional long.handed.

    var strAnimal:String = '' animal. ''

    strAnimal = "animal"? trace ("animal"): trace ("not an animal");

    Change the second line to:

    strAnimal == "animal"? trace ("animal"): trace ("not an animal");

    The first part is supposed to be a conditional test (==), not an assignment (=)

  • 1067: coercion of a value of type String to a type unrelated with

    Hello

    I created a Web service that is based on sql server 2005 with several methods with success.

    I have a headach now just trying to make a few simple tests with Flex :-(

    I used the "import Web service", he created some code "generated Web services."

    My test p_SEARCH_NAME_SOUNDEX method is based on a decision of wich procedure sql varchar (128) as a parameter = > NAL_NOM.

    I'm just trying to debug this function (error on line in red)

    service public searchEntry(name:String):void
    {
    Save the event listener for the findEntry operation.
    agenda.addfindEntryEventListener (handleSearchResult);
    myWS.addp_SEARCH_NAME_SOUNDEXEventListener (handleSearchResult);

    Call the operation if we have a valid name.
    If (name! = null & & name.length > 0)

    myWS.p_SEARCH_NAME_SOUNDEX (name);

    }

    I got this error message:

    067: constraint implied to a value of type String to type without generated report. Web services: NAL_NOM_type1.

    FLEX has creaetd a type called NAL_NOM_type1 for my class:

    /**
    * NAL_NOM_type1.as
    * This file was automatically generated from WSDL by the Apache Axis2 generator modified by Adobe
    * Any changes made to this file is overwritten when the code is regenerated.
    */


    package generated.webservices
    {
    Import mx.utils.ObjectProxy;
    import flash.utils.ByteArray;
    Mx.rpc.soap.types import. *;
    /**
    * Wrapper for a type of operation required class
    */

    public class NAL_NOM_type1
    {
    /**
    * Constructor, initializes the class type
    */
    public void NAL_NOM_type1() {}

    public var varchar:String; public function toString (): String
    {
    Return varchar.toString ();
    }

    }
    }

    I tried to do myWS.p_SEARCH_NAME_SOUNDEX (NAL_NOM_type1 (name());

    and also reported as NAL_NOM_type1 ' name'... but I still get this error.

    It's how he said my Web service method:

    public void p_SEARCH_NAME_SOUNDEX(nAL_NOM:NAL_NOM_type1):AsyncToken
    {
    var _internal_token:AsyncToken = _baseService.p_SEARCH_NAME_SOUNDEX (nAL_NOM);
    _internal_token.addEventListener ("result", _P_SEARCH_NAME_SOUNDEX_populate_results);
    _internal_token.addEventListener ("Fault", throwFault);
    Return _internal_token;
    }

    I'm not even on the level of trust the data on my grid... I just want to see how he gets the first data in the debugging.

    Thanks in advance for you help.

    KR,

    Meta

    Hi Meta,

    function p_SEARCH_NAME_SOUNDEX(nAL_NOM:NAL_NOM_type1) need of a parameter with the NAL_NOM_type1 type.

    you call

    myWS.p_SEARCH_NAME_SOUNDEX (name); where name is a string

    You can change constuctor for the string parameter

    public void NAL_NOM_type1 (str:String = "") {}

    varchar = str;

    }

    After this call myWS.p_SEARCH_NAME_SOUNDEX (new NAL_NOM_type1 (name));

    The second alternative is to create NAL_NOM_type1 variables, register name varchar.

    var t = new NAL_NOM_type1 ();

    t.varchar = name;

    myWS.p_SEARCH_NAME_SOUNDEX(t);

  • 1067: coercion of a value of type String to an unrelated type flash.display:DisplayObject.

    Hi guys. I build games never anything too big. I'm having fun.

    I get the following error message

    1067: coercion of a value of type String to an unrelated type flash.display:DisplayObject.

    He got to do with the varObject variable, that I convey in the hitTestObject (at the end of the code)

    a. I exported the moveclip for actionscript and it has given an instance name so, what's the problem?

    stage.addEventListener (MouseEvent.CLICK, myClickReaction);
    speeds the LONG NYPOTENUSE
    var v: Number = 5;
    var varObject:String;
    var i: Number;
    var arrayObjects:Array;

    complete table and initialize the variables i and varObject
    arrayObjects is ['chocolate', 'ice', 'pizza', 'Burger', 'sandwich', 'egg'];.
    i = 1;
    varObject = arrayObjects [i - 1];
    trace (varObject);


    mouse click point
    var clickPoint:Point = new focus();
    function myClickReaction(e:MouseEvent):void {}
    clickPoint.x = mouseX;
    clickPoint.y = mouseY;
    addEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    function onEnterFrame(event:Event):void {}
    var xDistance:Number = clickPoint.x - sunny.x;
    var yDistance:Number = clickPoint.y - sunny.y;
    var angle: Number = Math.atan2 (yDistance, xDistance);
    Sunny.x += v * Math.cos (angle);
    Sunny.y += v * Math.sin (angle);
    If (clickPoint.x > = sunny.x) {}
    sunny.gotoAndPlay ("walk straight");
    trace (Math.ABS (xDistance));
    }
    If (sunny.x > = clickPoint.x) {}
    sunny.gotoAndPlay ("left foot").
    trace (Math.ABS (xDistance));
    }
    If (Math.abs (xDistance) < = 10) {}
    trace ("Works");
    sunny.gotoAndPlay ("static");
    removeEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    }
    addEventListener (Event.ENTER_FRAME, enterFrameHandler);
    function enterFrameHandler(e:Event):void {}
    If (sunny.hitTestObject (hotspot_pizza)) {}
    If (sunny.hitTestObject (varObject)) {}
    trace ("Yes boy");
    }
    }

    If you have objects with references (in the current scope) which correspond to these channels, you can use:

    stage.addEventListener (MouseEvent.CLICK, myClickReaction);
    speeds the LONG NYPOTENUSE
    var v: Number = 5;
    var varObject:String;
    var i: Number;
    var arrayObjects:Array;

    complete table and initialize the variables i and varObject
    arrayObjects is ['chocolate', 'ice', 'pizza', 'Burger', 'sandwich', 'egg'];.
    i = 1;
    varObject = arrayObjects [i - 1];
    trace (varObject);

    mouse click point
    var clickPoint:Point = new focus();
    function myClickReaction(e:MouseEvent):void {}
    clickPoint.x = mouseX;
    clickPoint.y = mouseY;
    addEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    function onEnterFrame(event:Event):void {}
    var xDistance:Number = clickPoint.x - sunny.x;
    var yDistance:Number = clickPoint.y - sunny.y;
    var angle: Number = Math.atan2 (yDistance, xDistance);
    Sunny.x += v * Math.cos (angle);
    Sunny.y += v * Math.sin (angle);
    If {(clickPoint.x>=sunny.x)}
    sunny.gotoAndPlay ("walk straight");
    trace (Math.ABS (xDistance));
    }
    If {(sunny.x>=clickPoint.x)}
    sunny.gotoAndPlay ("left foot").
    trace (Math.ABS (xDistance));
    }
    If (Math.abs (xDistance)<=10)>
    trace ("Works");
    sunny.gotoAndPlay ("static");
    removeEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    }


    addEventListener (Event.ENTER_FRAME, enterFrameHandler);
    function enterFrameHandler(e:Event):void {}
    If (sunny.hitTestObject (hotspot_pizza)) {}
      If (sunny.hitTestObject (this [varObject])) {}
    trace ("Yes boy");
    }
    }

  • DLL, interfacing with which coexist value and reference types

    Currently, I'm working with a supplied DLL.

    I have header files and everything and the DLL import wizard does a decent job of importing DLL functions but there are certain types of data that cannot simply be dealt with.

    The DLL requires the use of a data type that is a structure with data reference and value types.  I could theoretically replace the references by simple U32s, but much of the information required in the data is in the data referenced by the pointers structures.

    How can I do to implement this light how do I have to be able to transmit data to the DLL in its original form (value and reference types).

    I have something like the following:

    struct point {}

    Int device,

    * The point then

    * Previous item

    * Data Datastruct

    }

    I downloaded the Microsoft WDK, CVI and Visual Studio 2008 available.  I'm not very experienced in this end of things...   I will dispose of Structs with pure value types, but how do I get the data in reference types?

    I strongly suspect that I need a wrapper DLL, but how is the best way to go about this?

    Shane.

    Shane,

    It's always a problem when you use a DLL.

    If you do not have the sources of the DLL, you must trust the description of it.

    (Or you will have to disassemble to be sure, which is forbidden in most cases )

    If (in your case), the linked list is handled elsewhere than your Labview code, you will get in trouble. (Added, deleted, or modified items)

    I don't know your DLL. But usually the data is stored inside the DLL. For example, I have a DLL function that reads a counter from a DAQ hardware. If I reset it (on its reset settings), it sends back the nuber of counted events. This DLL must not be initalized.

    Other hardware DAQ I use must be initalized using its DLLS before you read all the values.

    It all depends on the implementation of your DLL.

    You have a detailed description of your DLL?

    Balze

  • How to look up values of a Type in another?

    Hi all!

    I got a dillema and don't know how to look up values in another type.

    I had

    DECLARE  
    v_id NUMBER := null;
    
      CURSOR c1
      IS
      SELECT * 
      FROM temp_data; -- 1M rows
    
      CURSOR c2
      IS
      SELECT id, name, name2, name3, name4, type
      FROM real_data;--1M rows
    
      TYPE temp_data_table IS TABLE OF temp_data%ROWTYPE;
      TYPE real_data_record IS RECORD (
          id            NUMBER    := NULL, 
          name          VARCHAR2(2000)  := NULL,
          p_name        VARCHAR2(2000)  := NULL,
          pp_name       VARCHAR2(2000)  := NULL,
          ppp_name      VARCHAR2(2000)  := NULL,
          address_type  VARCHAR2(2000)  := NULL
          );
      TYPE real_data_table IS TABLE OF real_data_recordINDEX BY BINARY_INTEGER;
      real_data_t real_data_table ;
      temp_data_t temp_data_table ;
    
    BEGIN 
    
      OPEN c1;
      FETCH c1 BULK COLLECT INTO temp_data_t ;
      
      OPEN c2;
      FETCH c2 BULK COLLECT INTO real_data_t ;
    
      FOR i IN temp_data_t .FIRST .. temp_data_t .LAST 
      LOOP
         -- TODO how to search value by predicates:  temp_data_t(i).name , temp_data_t(i).surname in real_data_t 
    /*
    Something like SELECT id INTO v_id FROM real_data_t rdt WHERE rdt name = temp_data_t(i).name AND rdt.p_name = temp_data_t(i).surname -- ......
    */
      END LOOP
    
    
    END;
    

    Are its same posible?

    Or it will be a corectly how?

    Thanks for the tips

    Answers helpful guaranteed!

    The corect way is to use very fast execution of MERGE WITH UPDATE and reduces table scans.

    As:

    MERGE INTO employees e
      USING hr_records h
      ON (e.id = h.emp_id)
      WHEN MATCHED THEN
      UPDATE SET e.address = h.address
      WHEN NOT MATCHED THEN
      INSERT (id, address)
      VALUES (h.emp_id, h.address);
    

    Thanks for the tips!

  • Not able to get the value of the type defined in the other program

    Hi all

    I have create a type in a single package spec (Globally), now I'm using the same type in another package. Simply I'm calling the first package and try to store the value in the Type and use the same type in the second package.

    But I'm not able to get the value

    Type declaration

    Declared in package Spec
    
    TYPE t_aa_derive_tbl_type IS TABLE OF xxxx%ROWTYPE;
       t_aa_derive t_aa_derive_tbl_type;
    

    Package 1

    Package1. PROCEDURE name(
    some parameters);
    is
    Cursor
    c1 is Select * from dual;
    
    begin
          OPEN c_aa_derive;
            FETCH c_aa_derive
            BULK COLLECT INTO t_aa_derive;
            CLOSE c_aa_derive;
           
         END get_aa_derive;
    

    In my second package

    I'll call you

    Package1. PROCEDURE name(
    some parameters);
    
    and then i am trying to
    
    for i in 1 .. package1.t_aa_derive.COUNT
      LOOP
    
    ....
    
    ....
    ...
    
    end loop;
    

    I can not entered the loop for some reason any.

    Could someone guide me if anything I missed.

    See you soon,.

    San

    And what did you like refcursor c_aa_derive in the call to package1.name? Is it returns all rows? If this isn't the case, COUNT will be 0.

    SY.

  • Implicit coercion of a value of type fl.controls:ComboBox to a type unrelated to XMLList

    Hi, new to Flash and working at school and don't understand the error in yellow below.  Here are excerpts from two function code involved.  Thank you, Joe

    Error:

    Implicit coercion of a value of type fl.controls:ComboBox to a type unrelated to XMLList.

    Code:

    private var _feed_list:ComboBox;

    private void done_loading(e:Event) {}

    var feed_xml:XML = new XML (e.target.data);

    var feed_items:XMLList = feed_xml.*;

    Populate (_feed_list);

    var match: Boolean = false;

    for (var i = 0; i < _feeds_dp.length; i ++) {}

    If (_feeds_dp.getItemAt (i) .link == feed_xml.@link) {}

    match = true;

    }

    }

    private void fill {(xml:XMLList)}

    var int count = 1;

    for each {var point: XML (in xml.item)}

    var t:String = item.title == "? Item.Link:Item.title;

    _feeds_entries_dp. AddItem({)

    label: t +', ' + item.date,.

    Link:item. Link,

    Preview:item. Preview,

    Description: Item. Description,

    Date: Item.date,

    Time:item. Time,

    Author:item. Creator,

    Media:item. Media

    });

    _feed_entry_list.labelField = "label";

    _feed_entry_list. DataProvider = _feeds_entries_dp;

    }

    }

    The error message indicates the problem clearly enough.  _feed_list is defined as a ComboBox in your first line of code.  You who pass as an argument in your line to populate (_feed_list) of code.  However, the populate function expects a XMLList object to pass, not a ComboBox control.

    You're probably really saying to use...

    Populate (feed_items);

    Since it is the only one not found XMLList

  • To have the value 'All' in the list of elements of control in the value of array type

    Hi all

    To have the value 'All' in the list of master points.
    Need to create a set of value that shows the items in the inventory template and append the value 'All' in the list, so that the user can select.

    I have the below query that does this. But how can I highlight the value of table type.

    SELECT ItemList segment1
    OF MTL_SYSTEM_ITEMS_B
    WHERE organization_id = 0
    UNION ALL
    SELECT 'All' ItemList
    OF the double

    Please do the needful.

    Thank you.

    Hello
    One way to do, is to create a database for you view query and base your value set on this point of view.
    Hope this helps,
    J.

  • Pass values of table type (parameter)

    Hi all
    I've written a procedure that has table type among the input parameters. How to pass values from table type while calling the procedure. Please suggest


    Thank you and best regards,
    Mahesh


    -For reference

    -Registration type
    CREATE or REPLACE TYPE lt_rec_type IS (of the OBJECT
    Article VARCHAR2 (2000 BYTE)
    (, quantity NUMBER (10));

    -Table type
    CREATE or REPLACE TYPE lt_tbl_type IS TABLE OF THE lt_rec_type;

    -Procedure
    (PROCEDURE) xxxx
    p_table_type lt_tbl_type);
    SQL> CREATE OR REPLACE TYPE lt_rec_type IS OBJECT(item VARCHAR2(2000), quantity NUMBER(10))
      2  /
    
    Type created.
    
    SQL> CREATE OR REPLACE TYPE lt_tbl_type IS TABLE OF lt_rec_type
      2  /
    
    Type created.
    
    SQL> CREATE OR REPLACE PROCEDURE proc(p_table_type IN lt_tbl_type)
      2  AS
      3  BEGIN
      4     FOR i  IN 1..p_table_type.count
      5     LOOP
      6             dbms_output.put_line(p_table_type(i).item ||'/'|| p_table_type(i).quantity);
      7     END LOOP;
      8  END;
      9  /
    
    Procedure created.
    
    SQL> SET SERVEROUTPUT ON
    
    SQL> DECLARE
      2     l_tbl_type lt_tbl_type := lt_tbl_type();
      3  BEGIN
      4     l_tbl_type.extend;
      5
      6     l_tbl_type(1) := lt_rec_type('Car', 100);
      7
      8     l_tbl_type.extend;
      9
     10     l_tbl_type(2) := lt_rec_type('Bike', 450);
     11
     12     proc(l_tbl_type);
     13  END;
     14  /
    Car/100
    Bike/450
    
    PL/SQL procedure successfully completed.
    
    SQL>
    
  • Trying to force a value of the type 'oracle.jbo.domain.Number' type 'java.

    Hi, I am very new in the world of JDeveloper and I get the following error:
    Trying to force a value of the type 'oracle.jbo.domain.Number' to type 'java.lang.Long.

    I'm trying to multiply two input values, say, 3.5 and 1000.
    It corresponds to a field in the commission which can be modified by the end user (this is why I need to store the value). The arithmetic operation is just a "recommendation" of the value that the end user will be finally type.

    In the jspx (which is using PPR) the button submit, I have the following code in the determination of the value of the field:
    #{bindings.CommProv.inputValue * links.} Monto.inputValue}

    If someone could give any help on this, I would really appreciate it.

    Kind regards
    Max.

    Max,

    Try this:
    #{bindings.CommProv.inputValue.bigDecimalValue * links.} Monto.inputValue.bigDecimalValue}

    This will convert your oracle.jbo.domain.Number values to a form that can be multiplied.

    Hope this helps
    Blaise

Maybe you are looking for

  • How iOS 9.3.4 does the iPhone 5?

    Hello I would like to know how 9.3.4 works on iPhone 5 (64 GB). It is currently still in 8.3. Good battery life, reliability and smoothness of the OS is more important to me than all the new features. I also have an iPhone 6 that I've already upgrade

  • How can I permanently change the NVIDIA geforce of Intel(r) hd graphics?

    I would like to know how can I permanently change the type of adapter display card Intel (R) NVIDIA geforce hd? Previously, when I bought my computer, it is equipped with one chart type-NVIDIA geforce and everything goes fine until I installed Intel(

  • kb2758857 install, maybe a blessing?

    KB2758857 XP mce on dell dimension c521. u/d will not install and reports say that it mess with fonts.  I want to hide this u/d until fixed.  Where is the button to hide the u/d?  I found the button to display it.  TKS, KK

  • How can I order recovery discuss for the laptop model

    I need to order a CD of replacement for my laptop model # g60-519wm and was informed by the customer service that I have to do it from the hp Web site

  • Laptop HP 250 3 g (J0Y21EA): problem of unknown devices

    I installed Windows 8.1, but my Device Manager shows 5 mistakes of devices in the section "other devices." They are as follows: Unknown device (location: on system compatible ACPI Microsoft) ACPI\VEN_HPQ & DEV_6001ACPI\HPQ6001* HPQ6001 Unknown device