Do you explain pls one line of simple code?

Hello.

would could you pls explain me this line of code:

ElseIf (imageLoaderHost.x < stage.stageWidth - imageLoaderHost.width)

as I understand it, this means: If the x the imageLoaderHost position is less than the width of stage less the width of imageLoaderHost

but I do not understand that really. What would be the width of stage less the width of imageLoaderHost?

or does not say what sound?

Thanks in advance!

Oops, my fault.  use:

:

function shiftF(e:MouseEvent):void {}
var mc:MovieClip = MovieClip (e.currentTarget);
var destX:Number = imageLoaderHost.x + mc.dir * shiftamount.


If (destX > 0) {}
TweenLite.to (imageLoaderHost, 2, {x: 25, ease:Quad.easeOut});})
} ElseIf (destX
TweenLite.to (imageLoaderHost, 2, {x: stage.stageWidth - imageLoaderHost.width, ease:Quad.easeOut});})
} else {}
TweenLite.to (imageLoaderHost, 4, {x: destX, ease:Quad.easeOut});})
}
}

Tags: Adobe Animate

Similar Questions

  • Can you explain pls * Validation accounts * in HFM

    Hello

    I did not understand the importance and applicability of the posting accounts.

    What happens and why accounting validation is necessary?
    If I want to use posting accounts, need me a rules file?
    What is the procedure for validation of system accounts?

    Pls help.

    I thank for your advise in advance.

    Here is an example: you want to make sure that the totals of your fixed assets movement schedule attached to numbers in your balance sheet and P & L (i.e. the depreciation charges). You set up an account in validation tests for the gap between the amount stated in the schedule of the movement against the estate and users cannot promote and lock their data, if there is a gap. Same thing could be done for accounts receivable and the comparison of aging annex.
    If you set first of all more than you will use validation accounts in your metadata, then create it account where the gap will be checked, (a valid with [ICPTop] crossroads in Custom dimensions.), and then set a rule that compares the accounts.
    In process management that are posting accounts to ensure that the value is zero, before the unit can be promoted at the level of the next review. Therefore, remember to add the account of the validation to a group of presentation. Assign a group of presentation 0 to posting accounts that are not process management.

  • You must give the line of the menu on screen of the browser. The one with bookmark and leadership on this issue.

    Question

    I have another type of problem with Firefox

    Description

    You must give the line of the menu on header of the browser screen. One with bookmark file top

    This has happened

    Each time Firefox opened

    When I clicked on the wrong button

    Version of Firefox

    3.6.3

    Operating system

    Windows XP

    User Agent

    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; RV:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)

    Plugins installed

    • -Default plugin
    • Shockwave Flash 10.0 r45
    • Windows Presentation Foundation (WPF) plugin for Mozilla browsers
    • Next-generation Java plug-in for the Mozilla browsers 1.6.0_16
    • Deploy Script NPRuntime plugin Library for Java (TM)
    • Adobe Acrobat plugin Version 7.00 for Netscape
    • The QuickTime Plugin allows you to display a wide variety of multimedia content in Web pages. For more information, see the Web of QuickTime site.
    • Npdsplay dll
    • DRM Netscape Plugin store
    • DRM Netscape Object network

    See the first item.

    Don't see the menu bar not (File, Edit, View, history, Favorites, tools, help)? Press and hold the button (Windows) (Linux and OSX see article below) and the following letters in this exact order: V T M
    The bar of menus must now appear permanently, unless you turn it off again (view > toolbars). Turn on/off the menu bar is a new feature in version 3.6.
    See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing

    Navigation, bar toolbar bookmarks and other toolbars under view > toolbars. By clicking on one of them will place a check mark (display) or remove the check mark (not shown).

    To display the status bar, view, and then click status bar to place a check mark (display) or remove the check mark (not shown).

    Mode full screen
    http://KB.mozillazine.org/netbooks#Full_screen

    See also:
    Back and front toolbar buttons or others are missing
    Customize controls, buttons, and Firefox toolbars

  • need to get only one line when you use between (date columns)

    Hi all

    create the table SAMPLE_ITEMS

    (ITEM_NO, varchar2 (10))

    Date DELIVERY_DATE,

    Number of QTY_SUM1

    Number of QTY_SUM2

    Number ITEM_QTY,

    Number ORDER_QTY,

    Number ITEM_AMOUNT,

    Number of SALES_AMOUNT

    );

    insert into SAMPLE_ITEMS values ('AAA', ' 28 / 04/2014 ',-88, 0,475,262,-123.45,-1188);

    insert into SAMPLE_ITEMS values ('AAA', ' 28 / 05/2014 ', 0, - 122, 475, 262, - 10.234,-1647);

    insert into SAMPLE_ITEMS values ('AAA', ' 16 / 06/2014. ', 0, 0,475,262,-80.59,-135);

    insert into SAMPLE_ITEMS values ('AAA', 19 December 2014 ', 0, 0,475,262,-42.29,-67.5);

    Setting out with my own query,

    ITEM_NOTRUNC (DELIVERY_DATE)QTY_SUM1QTY_SUM2ITEM_QTYORDER_QTYITEM_AMOUNTSALES_AMOUNT
    AAA28/04/2014-880475262-123.45-1188
    AAA28/05/20140-122475262-10.234-1647
    AAA16/06/201400475262-80.59-135
    AAA19/12/201400475262-42.29-67.5

    Every time I question as code

    Select * from SAMPLE_ITEMS

    where DELIVERY_DATE between April 28, 2014 ' and 19 December 2014 '-> they must pass as a parameter

    I need to get only one line

    AAA-88-122475262-256.564-3037.5

    Database 11.2.0.1.0

    Note; Please do not use MAX for Date and do not want to display Date columns in the result

    Note 1: I want to choose DELIVERY_DATE in select it also and only get a line like above the expected result

    SELECT item_no

    SUM (qty_sum1),

    SUM (qty_sum2),

    SUM (DISTINCT item_qty),

    SUM (DISTINCT order_qty),

    SUM (item_amount),

    SUM (sales_amount)

    OF SAMPLE_ITEMS

    WHERE the DELIVERY_DATE BETWEEN TO_DATE (28 April 2014 ', "dd/mm/yyyy")

    AND TO_DATE (19 December 2014 ', "dd/mm/yyyy")

    GROUP BY item_no;

    I will get

    ITEM_NO Trunc (DELIVERY_DATE) QTY_SUM1 QTY_SUM2 ITEM_QTY    ORDER_QTY TTEM_AMOUNT SALES_AMOUNT        

    AAA             12/19/2014                         -88                 -122                475                262                       -256.564              -3037.5

    OK fine, I want to choose DELIVERY_DATE as if so I'll have all the lines, but I want to only show one as shown above

    Because I do report discoverer in Oracle Apps, without taking the DELIVERY_DATE of the select query, it is not possible to move the date as a parameter

    Can you please help me how to do this?

    Thank you

    Post edited by: Rajesh123 NOTE added in the body of the Message

    Post edited by: added test Rajesh123 messages

    Maybe you want a single line in all cases

    Select si.item_no,

    start_date min (d.start_date),

    min (d.end_date) end_date,

    min (si.qty_sum1) qty_sum1,

    min (si.qty_sum2) qty_sum2,

    min (si.item_qty) item_qty,

    min (si.order_qty) order_qty,

    Sum (si.item_amount) item_amount,

    Sum (if. Sales_Amount) sales_amount

    of (start_date select to_date(:date_from,'dd-MON-yyyy'))

    to_date(:date_to,'dd-mon-yyyy') end_date

    of the double

    ) d

    left outer join

    TR sample_items

    on the si.delivery_date between d.start_date and d.end_date

    Group of item_no

    ITEM_NO START_DATE END_DATE QTY_SUM1 QTY_SUM2 ITEM_QTY ORDER_QTY ITEM_AMOUNT SALES_AMOUNT
    - 01/01/1900 31/12/2000 - - - - - -

    Concerning

    Etbin

  • I want to use my email to yahoo in form.would pls contact address, you explain what I need to do step by step? TNX

    I want to use my email to yahoo in form.would pls contact address, you explain what I need to do step by step? TNX

    Please check junk / e-mail notification file. Also, the server should support PHP mail.

    https://forums.Adobe.com/docs/doc-3581

    Thank you

    Sanjit

  • Dynamic text to scroll more than one line

    Hello, been racking my brain for weeks with that. trying to get my external dynamic text loaded to scroll. My code to do appear and scroll down to a single line at a time works fine, but if I replace the code 'scroll buttons' with the code "NEW buttons scroll" to try to get the ti to scroll more than one line - it scrolls is no longer at all. I included my code below in the hope that maybe, it is a problem of simple target path. Thank you!

    change the .scroll + / = 1 to a value greater than 1 to scroll more lines. 1 = 1 line

  • I continue to receive reports of Norton that a download with the pre RadioWMPCoreGecko fix. followed by various suffixes like "19.dll" or 05, 06 08 etc... takes a lot of computer resources. Can you explain what it is, as I understand it, it is called by F

    I continue to receive Norton Security reports that a download with the pre RadioWMPCoreGecko fix. followed by various suffixes like dll '19.dll' or 05.Marco, 06 08 etc... takes a lot of computer resources. Can you explain what it is, as I understand it, it is called by Firefox.

    This DLL can be part of a Firefox extension.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Need to align the two radio buttons in one line

    Hi all

    In my BlackBerry Application, I have a part of the user interface where I need to align two radio buttons in one line.

    I used the code to design the user interface, but the two radio buttons below are overlapping.

    SerializableAttribute public class BBSettingsScreen extends form {}

    Rbg RadioButtonGroup = new RadioButtonGroup();

    RadioButtonLayout raButtonLayout = new RadioButtonLayout();

    raButtonLayout.add (new RadioButtonField ("ONE", rbg, true, RadioButtonField.FIELD_RIGHT));
    raButtonLayout.add (new RadioButtonField ("TWO", rbg, false, RadioButtonField.FIELD_LEFT));

    Add (raButtonLayout);

    SerializableAttribute public class RadioButtonLayout extends Manager {}

    public RadioButtonLayout() {}
    Super(Manager.VERTICAL_SCROLL |) Manager.RIGHTMOST);
    }

    protected void sublayout (int width, int height) {}
    Field field;
    get the total number of areas falling under this Manager of
    int numberOfFields = getFieldCount();
    int x = 0;
    int y = 0;
    for (int i = 0; i)< numberoffields;i++)="">
    field = getField (i); get the field
    setPositionChild(field,x,y); set the position of the field

    layoutChild (field, width, height); Spread the field
    x += 30;
    }

    width = 70;
    height = 20;

    setExtent (width, height);
    }

    }

    }

    Please help on this...

    Thank you & best regards

    Chintada Ravikumar

    Try this:

    RadioButtonGroup rgb=new RadioButtonGroup();
    HorizontalFieldManager hr1=new HorizontalFieldManager(FIELD_HCENTER);
    RadioButtonField radioOne=new RadioButtonField(" RadioOne",rgb,true)
    {
        protected void layout(int width, int height)
        {
            super.layout(75,30);//Width and height according to the button name;
            setExtent(75,30);//width and height according to the button name;
        }
    };
    hr1.add(radioOne);
    RadioButtonField radioTwo=new RadioButtonField(" RadioTwo",rgb,false)
    {
        protected void layout(int width, int height)
        {
            super.layout(75,30);//Width and height according to the button name;
            setExtent(75,30);//Width and height according to the button name;
        }
    };
    radioTwo.setPadding(0, 0, 0, 20);
    hr1.add(other);
    add(hr1);
    
  • HP deskjet 5150 does only print one line at a time

    My deskjet 5150 worked very well until another paper went through and stuck.  I was able to pull the tail of the outside before he completely crossed, thus eliminating the document.  After that, the printer went from normal to print to print one line at a time, with long breaks between the two, such that a journal would take several minutes to print.

    It happened before, and it seems that one of the many random things that I try finally works (striking out the cartridges, etc.), or he decides to forms and works correctly at some point anyway.  I don't know what is the actual active ingredient.  However, it has recovered from such behaviour several times before.

    I should mention that this malfunction/recovery routine began and most recently occurred when connected to my old iBook G4 Mac computer.  I have just this week has changed to a MacBook Pro, the latest operating system running, and the printer is not different.  It prints one line at a time.

    I don't know when this has happened to the other HP printers that I had in the past, I just put away, not realizing that they still had plenty of life in them left.  This one, I have "revived" several times already.  But how, I'm not sure!

    You have any ideas?

    Hi there chitownchic,

    I suggest paper paper jam for the troubleshooting steps that are recommended for the jamming problem you had. Generally a very good cleaning of the rollers will help a little, and also a power reset.

    "Paper jam" Error Message on the computer

    I hope that helps!

    Have a great day, thanks for posting in the community

  • I always use my laptop with the cable plugged in but the battery icon becomes sometimes red indicating that the load. Can you explain why?

    In a front of my laptop, there is a line of icons.  When I turn on my laptop, all icons become normally blue.  But sometimes, the battery icon turns rered indicate that my laptop recharges.  I always turn on my laptop with the cable is connected, the battery should not turn red, does?  Could you explain?

    Batteries "will always lose" part of their load.  It is quite normal that the laptop checks charge battery and "on upward.

  • Link from Oracle to MySQL database select only one line

    Hello

    I created a connection to the batabase Oracle 11.2 to a MySQL database via a database link. The following statement shows that 35 lines are in the mySQL table:

    SQL > select count (*) from 'main_pages"@MOREWEB;

    COUNT (*)

    ----------

    35

    But a normal select statement only return 1 row.

    SQL > select 'subject' of 'main_pages"@MOREWEB;

    Object

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

    Übersicht: references

    I use the mysql-connector-odbc driver - 3.51.30 - winx64. One is the newer version be installed because on Windows Server 2008 R2, I get an error with a missing dll file. The DataDirect ODBC driver is not possible, because we like to use the MySQL-database free one only support for DataDirect enterprise edition.

    I have also tried to limit the HS_OPEN_CURSORS or do not limit the HS_FDS_FETCH_ROWS, but there is no difference in the result. I always get only one line.

    HS Init.ora

    # This is an example of initialization file of the agent that contains the HS settings

    # necessary for the database to ODBC gateway

    #

    # HS init parameters

    #

    HS_FDS_CONNECT_INFO = moreweb

    HS_FDS_TRACE_LEVEL = WE

    HS_FDS_FETCH_ROWS = 1

    #

    # Required for the non-Oracle system environment variables

    #

    #set < varenv > = < value >

    HS trace file

    Oracle Corporation - MITTWOCH 5 November 2014 13:56:22.066

    Heterogeneous Agent release

    11.2.0.1.0

    Oracle Corporation - MITTWOCH 5 November 2014 13:56:22.066

    Version 11.2.0.1.0

    HOSGIP to 'HS_FDS_TRACE_LEVEL' returned 'ON '.

    HOSGIP to 'HS_OPEN_CURSORS' returned '50 '.

    HOSGIP to 'HS_FDS_FETCH_ROWS' returned '1 '.

    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536".

    HOSGIP to 'HS_NLS_NUMERIC_CHARACTER' returned '. "

    HOSGIP to 'HS_KEEP_REMOTE_COLUMN_SIZE' returned 'OFF '.

    HOSGIP for "HS_FDS_DELAYED_OPEN" returns 'TRUE '.

    HOSGIP to 'HS_FDS_WORKAROUNDS' returned '0 '.

    HOSGIP to 'HS_FDS_MBCS_TO_GRAPHIC' returned 'FALSE '.

    HOSGIP to 'HS_FDS_GRAPHIC_TO_MBCS' returned 'FALSE '.

    HOSGIP to 'HS_FDS_RECOVERY_ACCOUNT' returned 'RECOVER '.

    HOSGIP for "HS_FDS_TRANSACTION_LOG" returns "HS_TRANSACTION_LOG".

    HOSGIP to 'HS_FDS_TIMESTAMP_MAPPING' returned 'DATE '.

    HOSGIP to 'HS_FDS_DATE_MAPPING' returned 'DATE '.

    HOSGIP to 'HS_FDS_CHARACTER_SEMANTICS' returned 'FALSE '.

    HOSGIP for "HS_FDS_MAP_NCHAR" returns 'TRUE '.

    HOSGIP to 'HS_FDS_RESULTSET_SUPPORT' returned 'FALSE '.

    HOSGIP to 'HS_FDS_RSET_RETURN_ROWCOUNT' returned 'FALSE '.

    HOSGIP to 'HS_FDS_PROC_IS_FUNC' returned 'FALSE '.

    HOSGIP to 'HS_FDS_REPORT_REAL_AS_DOUBLE' returned 'FALSE '.

    using mpgw as the default value to "HS_FDS_DEFAULT_OWNER".

    HOSGIP to 'HS_SQL_HANDLE_STMT_REUSE' returned 'FALSE '.

    SQL text of hgopars, id = 1, len = 36...

    45 00: 53454 C 43542043 4F554E54 282 HAS 2920 [COUNT (*) SELECT]

    10: 46524F4D 20606D 61 696E5F70 61676573 [FROM ' main_pages]

    20: 60204131 [' A1]

    Delayed open until the first fetch.

    Deferred execution open.

    SQL text of hgopars, id = 1, len = 40...

    45 00: 53454 C 43542041 312E6073 75626 has 65 [SELECT A1.' subje(1)]

    10: 63746020 46524F4D 20606D 61 696E5F70 [ct' FROM ' main_p]

    20: 61676573 60204131 [ages A1]

    Delayed open until the first fetch.

    Deferred execution open.

    Please can someone help me.

    Thank you.

    Bianca

    Bianca,

    Everything I've read on this point to a need to install/reinstall the Microsoft Visual C++ Redistributable Package for windows OS 2008.

    You will need to download the appropriate version for your microsoft form system.  There is a lot of information on this topic.  Just

    search on the web, and it should help you in the right direction.

    Thank you!
    Matt

  • Single - row subquery returns more than one line.

    Hi Experts

    I am faced with error

    ORA-01427: single - row subquery returns more than one line.

    MyQuery is:

    select
       TO_CHAR(T.MR_REG_DATE,'DD')                     "DATE"
       ,CASE  
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
        END age
      ,count(T.Mr_Code) No_of_Patient
      ,(  SELECT count(x.mr_code) mr_code
             FROM HMIS_MRINFO X
             where X.mr_reg_date between &FRM_DATE AND &TO_DATE
               and X.mr_code NOT in (select Y.mr_code from hmis_pat_add_dis_detail Y
                                      WHERE Y.mr_reg_date between &FRM_DATE AND &TO_DATE
                                    )
            GROUP BY CASE  
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
                      END 
      ) Missing_MR
    from hmis_mrinfo T,hmis_pat_add_dis_detail M
    where T.mr_code = M.mr_code(+)
      and T.mr_reg_date between &FRM_DATE AND &TO_DATE
      &AGE_GRP
    GROUP BY T.MR_REG_DATE
             ,CASE  
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
              END 
    ORDER BY T.MR_REG_DATE;
    

    Please give some advice / solution.

    I think this might do it for you

    Select

    TO_CHAR (T.MR_REG_DATE, 'DD') "DATE."

    CASE

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) between 0 and 1 THEN ' 01' |'.  - ('||' 0-1 month)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02' |'.  - ('||' 2-12 months)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03' |'.  - ('||' 1-5 years)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04' |'.  - ('||' 5-10 years)'

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) > 120 then ' 05' |'.  ' - ('| ' > 10 years).

    Age of the END

    count (T.Mr_Code) No_of_Patient

    , count (case when t.mr_code NOT in (select Y.mr_code from hmis_pat_add_dis_detail Y))

    WHERE Y.mr_reg_date between & FRM_DATE AND & TO_DATE)

    then t.mr_code

    (end) Missing_MR

    of hmis_mrinfo T, hmis_pat_add_dis_detail M

    where T.mr_code = M.mr_code (+)

    and between T.mr_reg_date & FRM_DATE AND & TO_DATE

    & AGE_GRP

    T.MR_REG_DATE GROUP

    CASE

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) between 0 and 1 THEN ' 01' |'.  - ('||' 0-1 month)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02' |'.  - ('||' 2-12 months)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03' |'.  - ('||' 1-5 years)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04' |'.  - ('||' 5-10 years)'

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) > 120 then ' 05' |'.  ' - ('| ' > 10 years).

    END

    ORDER BY T.MR_REG_DATE;

  • table is expected to insert only one line

    Hi all

    my need is to create the table that allows to insert only one line.

    How can I make it?

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    "CORE 11.2.0.1.0 Production."

    AMT for Linux: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production

    Hello

    2621671 wrote:

    Hi all

    my need is to create the table that allows to insert only one line.

    How can I make it?

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    "CORE 11.2.0.1.0 Production."

    AMT for Linux: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production

    You can create a unique Index based on a function, like this:

    CREATE UNIQUE INDEX table_x_u ON table_x (NVL2 (col_1, 1, 1));

    You can use any column of any data type.  In other words, the function may return a NUMBER, if the column referenced in the function is a NUMBER.

    Regardless of whether the column is NULL or not; not more than 1 rank is authorized.

  • Is there an easy way to create "the mouse on the text, to display the image" without coding it? I want an image to appear only when you move to a line of text. I found the code for it but I want to find an easier way. Thank you!

    Is there an easy way to create "the mouse on the text, to display the image" without coding it? I want an image to appear only when you move to a line of text. I found the code for it but I want to find an easier way. I'm creating a home page with a list of text links. I want to design as well as in the overview of one of the text links, a corresponding image is displayed to the right of the page. I also need a default image to rest all the time unless one of the other links text is hovered over. Thank you!

    Try to use a Widget for Composition in the Adobe Muse Widgets Panel.

    I would like to start with a blank publication.

    Place your text in the button area.

    Place your image in the display area.

  • Drop grouping in one line

    I searched everywhere for this answer but can't find what I need.

    I finally stopped my drop-down list to push lower content of the road... but now it is grouping all three sub-lists in one line. I'm stuck. Also, if someone could help me keep tab highlighted when this page is active, that would be great. If the code appears twice, or seems confused, I'm sorry. I worked on this site for seven hours; my eyes are tired. Thank you very much for your help!

    HTML:

    < div >

    < nav >

    < ul >

    < class li = "active" > < a href = "index.html" > home < /a > < span class = 'sr-only' > (ongoing) </span > < /li >

    < li > < a href = "about.html" > on < /a > < /li >

    < li > < a href = "booksnew.html" > book < /a > < /li > ""

    < li > < a href = "" > < /a > work

    " < ul class ="button"> < a href =" https://www.psychologytoday.com/blog/benign-neglect "target ="_blank"> Blog < /a > < /ul > .

    < ul class = "button" > < a href = "samplepublicationsnew.html" > Publications sample < /a > < /ul > ""

    < ul class = "button" > < a href = "recentworknew.html" > < /a > < /ul > recent work ""

    " < ul class ="button"> < a href =" http://www.anthropologyofchildhood.usu.edu/ "target ="_blank"> anthropology of childhood < /a > < /ul > "

    < /li >

    < /ul >

    < / nav >

    < / div >

    CSS:

    Li: hover NAV a {}

    text-decoration: none;

    color: #ebebeb;

    }

    .the {}

    color: #ebebeb;

    }

    NAV > ul {}

    margin-bottom: 0px;

    background: #a06f3b;

    Background: RGBA (255,255,255,0);

    }

    NAV > ul > a {}

    white-space: nowrap;

    }

    NAV > ul > li {}

    background-color: #a06f3b;

    fonts: Copperplate Gothic Light.

    do-variant: small-caps;

    text-align: center;

    font-size: 30px;

    Display: inline-table;

    Width: 25%;

    position: relative;

    float: left;

    list-style: none;

    }

    NAV > ul > ul {}

    top: 100%;

    background: transparent no-repeat scroll 0% 0%;

    display: none;

    }

    NAV > li {}

    float: left;

    margin-right: 10px;

    position: relative;

    }

    ul li: hover ul {}

    Display: block;

    position: absolute;

    }

    ul li: hover ul li {}

    Clear: left;

    }

    button {}

    do-size: 12px;

    display: none;

    }

    Oh my God I thought of it! I'm probably happier that I should be.

    button {}

    do-size: 12px;

    display: none;

    list-style: none;

    position: absolute;

    background-color: #a06f3b;

    Width: 100%;

    border: thin solid #210E00;

    }

    I had to make the button class real position: absolute. Pain. In. the. End to end.

    Thank you very much for your help!

Maybe you are looking for

  • most recent version of iTunes has not recognized by iPhone

    I have the new iPhone 6 s. I also have a MacBook Pro. The first time I plugged the new phone to the computer, a message from iTunes saying "the iPhone is useless because it requires a newer version of iTunes." I went to itunes.com and downloaded the

  • FIFO.config - 61206: but the name of the FIFO is

    Hallo, I am relative new to cRIO and I became a mistake the last time, I've compiled my FPGA. Description of HW cRIO-90354 x NI9229 Description of the software FPGA: I have 15 DMA FIFO (I can do this according to this document), which send asynchrono

  • Service-level summary report

    Hi team We try to run the iterator level summary report Service. We need to be run daily, but only the specific services we have created... But this report runs by default for all services created. is it possible to restrict the services for which I

  • Question of memory of blackBerry Smartphones

    Is it possible to move the apps that I downloaded from the memory of the device to the media card.  I tried to download the jour.75 update and was arrested when he said that I ran out of memory.  I have a Garmin GPS loaded on the phone application an

  • Windows Vista computer connects to the internet, but not ping to auto DHCP name

    Trying to get my Vista machine to have the file and printer sharing, I can see attached machines, and they can see the Vista machine, but does not connect to the computer.  The Vista machine will not see public folders with error code: 0 x 80070035 t