Syntax for deleting listener config.

Can you delete / recreate a listener ?
I can't seem to find the right syntax for this.
NAME=ora.rac2.LISTENER_RAC2.lsnr
TYPE=application
TARGET=ONLINE
STATE=OFFLINE
------------------------------------------------------------

If you don't want to use netca then shutdown the listener you want to get rid off. Make sure it is offline. Clean-up listener.ora (and maybe tnsnames.ora) manually then issue:
crs_unregister ora.rac2.LISTENER_RAC2.lsnr
Hope this helps.

Similar Messages

  • Syntax for delete statement within a procedure

    within a procedure i tried to delete the table using
    delete table tablename;
    but it is showing error that
    PL/SQL: SQL Statement ignored
    PL/SQL: ORA-00903: invalid table name
    whether we have to use execute immediate delete table tablename;
    or this syntax is correct

    Hi ,
    i think if you want to use the delete
    then it shld be delete from tablename --> this'll delete all rows
    but if u want to use execute immediate then you might as well use TRUNCATE --> provided you need not have these data written to the log file (if you need for recovery later better use DELETE)
    i.e EXECUTE IMMEDIATE ('TRUNCATE TABLE tbl_name');
    hope this helps

  • DELETE syntax for RDF triplets

    Hi,
    In the ORACLE RDF documentation only the syntax for inserting an RDF triplet is specified. It is:
    INSERT INTO articles_rdf_data VALUES (2,
    sdo_rdf_triple_s ( 'articles', '<http://www.nature.com/nature/Article1>',
    '<http://purl.org/dc/elements/1.1/creator>',
    '"Jane Smith"'));
    What is the syntax for deleting a triplet? Can SQL statements be combined such that a deletion of the results of a previous SELECT be performed. Thanks in advance.
    Cheers,
    Mircea

    Hi,
    Alter Table Constraint Add Fk_Dept Foreign key(dept_no) references dept(dept_no) on delete cascade.
    Hope this helps
    Regards,
    Ganesh R

  • Wish List - New Feature - Mark Songs for Deletion on iPhone

    It'd be very handy if you could mark a song for deletion on the iphone and then when you next sync your iphone, the marked songs will get removed.
    You could also have an option in itunes to say whether you want the songs to be deleted from comp too.
    There's been plenty of times where I've copied a CD to my iphone but don't get a chance to go through the songs. Then when I'm listening to the album on my iphone, I have to skip some songs and then remember to delete them from my itunes later (which I rarely ever remember to do)

    http://www.apple.com/feedback/iphone.html is where to go to send feedback to Apple as this is a user to user forum for everyday users to help out others with problems.

  • UPDATE command syntax for mulitple checkbox update

    Hi,
    I intend update the checkboxes by id in bulk.
    My table is below. I want to update the selected form_id
    checkboxe and their
    values accordingly. That, I click the checkboxes (containin
    form_id
    information) of 1, 3, and 6; and I check their respective
    fields for column
    check01 and check02.
    form_id check01 check02
    1 1 0
    2 0 1
    3 0 0
    4 1 1
    5 1 1
    6 1 0
    I am using below code for deleting. I can do insert into. But
    I could not
    figure out the correct syntax for UPDATE command similar to
    below example.
    Sample for deleting:
    DELETE FROM ADS
    WHERE AD_ID IN (varCheckBox)
    Thank you
    Hakan

    Check here for SQL UPDATE syntax..
    http://www.w3schools.com/sql/sql_update.asp
    Regards,
    ..Trent Pastrana
    www.fourlevel.com
    "Hakan834" <[email protected]> wrote in message
    news:e9tdd8$ppk$[email protected]..
    > Hi,
    >
    > I intend update the checkboxes by id in bulk.
    >
    > My table is below. I want to update the selected form_id
    checkboxe and
    > their values accordingly. That, I click the checkboxes
    (containin form_id
    > information) of 1, 3, and 6; and I check their
    respective fields for
    > column check01 and check02.
    >
    > form_id check01 check02
    > 1 1 0
    > 2 0 1
    > 3 0 0
    > 4 1 1
    > 5 1 1
    > 6 1 0
    >
    > I am using below code for deleting. I can do insert
    into. But I could not
    > figure out the correct syntax for UPDATE command similar
    to below example.
    >
    > Sample for deleting:
    > DELETE FROM ADS
    > WHERE AD_ID IN (varCheckBox)
    >
    >
    > Thank you
    >
    > Hakan
    >

  • Rman syntext for deleting archivelogs

    I am looking for rman syntax to delete all archivelogs but leave last 30 minutes on the disk. I tried following but it did not work
    delete archivelog until time ‘sysdate – 30/(24* 60)’
    any help would be appreciated.
    Thanks,
    mkjoco

    There was no error but RMAN was keep deleting extra logs that were created after the requested time. But good news is that it is working now with following command:
    "delete copy of archivelog all completed before 'sysdate - 30/(24*60)';"
    I found this on the net. It seems to me that RMAN was looking for first SCN time, in the log with "UNTIL TIME " but with "COPY OF" its look for file creation time.
    Don't take my words this is my guess .... If someone can verify this would be nice
    Thanks

  • DTD for data-management-config.xml

    Is the data-management-config.xml file structure somewhere
    explained? I wonder why isn't this file (as well as all the other
    FDS config files) validated against a DTD or XML schema?
    I'm trying to configure multiple parameters for a destination
    server method, without success so far. The following attempts have
    all failed
    <server>
    <fill-method>
    <name>getFolderContent</name>
    <params>java.lang.String;boolean</params>
    </fill-method>
    </server>
    <server>
    <fill-method>
    <name>getFolderContent</name>
    <params>java.lang.String, boolean</params>
    </fill-method>
    </server>
    <server>
    <fill-method>
    <name>getFolderContent</name>
    <params>java.lang.String</params>
    <params>boolean</params>
    </fill-method>
    </server>
    I want to pass in a Java String and a boolean (the
    primitive). What's the correct syntax? Thank you.

    Thanks a bunch, that was it. Any ideas where I can find DTSs
    or Schemas for the FDS config files?
    -Robert

  • Nano syntax highlighting: catch-all syntax for configuration files

    After years of using nano, I only recently learned that it supports syntax coloring... (Why would they turn that off by default? ) Well, I thought I'll make up for it by making extra good use of it from now on...
    Unfortunately it didn't ship a highlighting syntax for the the kind of files that I use nano the most for: system configuration files.
    So I wrote my own, and after tweaking a bit here and there whenever I encountered a config file for which the highlighting wasn't satisfactory at first, I think the result is now good enough (screenshots below) that it's worth sharing with my fellow Arch users:
    Code & Instructions:
    Here is the syntax definition:
    # config file highlighting
    syntax "conf" "(\.(conf|config|cfg|cnf|rc|lst|list|defs|ini|desktop|mime|types|preset|cache|seat|service|htaccess)$|(^|/)(\w*crontab|mirrorlist|group|hosts|passwd|rpc|netconfig|shadow|fstab|inittab|inputrc|protocols|sudoers)$|conf.d/|.config/)"
    # default text
    color magenta "^.*$"
    # special values
    icolor brightblue "(^|\s|=)(default|true|false|on|off|yes|no)(\s|$)"
    # keys
    icolor cyan "^\s*(set\s+)?[A-Z0-9_\/\.\%\@+-]+\s*([:]|\>)"
    # commands
    color blue "^\s*set\s+\<"
    # punctuation
    color blue "[.]"
    # numbers
    color red "(^|\s|[[/:|<>(){}=,]|\])[-+]?[0-9](\.?[0-9])*%?($|\>)"
    # keys
    icolor cyan "^\s*(\$if )?([A-Z0-9_\/\.\%\@+-]|\s)+="
    # punctuation
    color blue "/"
    color brightwhite "(\]|[()<>[{},;:=])"
    color brightwhite "(^|\[|\{|\:)\s*-(\s|$)"
    # section headings
    icolor brightyellow "^\s*(\[([A-Z0-9_\.-]|\s)+\])+\s*$"
    color brightcyan "^\s*((Sub)?Section\s*(=|\>)|End(Sub)?Section\s*$)"
    color brightcyan "^\s*\$(end)?if(\s|$)"
    # URLs
    icolor green "\b(([A-Z]+://|www[.])[A-Z0-9/:#?&$=_\.\-]+)(\b|$| )"
    # XML-like tags
    icolor brightcyan "</?\w+((\s*\w+\s*=)?\s*("[^"]*"|'[^']*'|!?[A-Z0-9_:/]))*(\s*/)?>"
    # strings
    color yellow "\"(\\.|[^"])*\"" "'(\\.|[^'])*'"
    # comments
    color white "#.*$"
    color blue "^\s*##.*$"
    color white "^;.*$"
    color white start="<!--" end="-->"
    To install, save the above above code snippet as a file called conf.nanorc in the folder /usr/share/nano/ (or /usr/local/share/nano/ or similar if you feel strongly about the /usr <--> /usr/local separation), and then add the following to the end of the file /etc/nanorc:
    ## Configuration files (catch-all syntax)
    include "/usr/share/nano/conf.nanorc"
    Hints:
    The colors I chose look good (imo) with the terminal background and color settings that I use, but might not look good, or even readable, with yours, so simply change the color names in the code snippet to whatever you prefer - valid color names are:
    If you use a console with white background, you'll have to change at least the white color I chose for comments and punctuation.
    The first code line in the snippet includes a regular expression that defines for which file names this syntax highlighting should be used. Whenever you encounter a config file that is not matched by this, but you would still like to open it with syntax highlighting, you can manually select this syntax with nano's -Y switch, like so:
    nano -Y conf myConfigFile
    Technical Note:
    It's implemented as a single catch-all syntax, since nano chooses which syntax to apply based on the filename, and in the case of config files usually not much can be learned about the content format from the file name extension (.conf can by anything from flat key/value tuples to XML, .ini can be the official INI format or something else, etc...).
    This means that some compromises have been made, so with this highlighting syntax probably no config file looks 100% as good as a highlighting syntax that would be specifically optimized for one kind of config format, but all in all the vast majority of config files should look pretty good.
    Screenshots:
    /etc/rc.conf,  /etc/hosts:
    /etc/pacman.conf,  /etc/group:
    xorg.conf,  some .desktop file:
    httpd.conf (Apache config),  php.ini:
    More screenshots:
    /etc/fonts/fonts.conf (uses XML)
    /etc/inittab
    /etc/fstab
    /etc/inputrc
    /etc/mime.types
    /etc/protocols
    /etc/xinetd.conf
    See Also:
    nano syntax highlighting: GNU makefiles
    Update [2012-01-28]: Made some more improvements to the syntax definition (see post)
    Last edited by sas (2012-02-01 15:26:43)

    doug piston wrote:I deal with alot of .mk files and would love to see it there.
    You mean GNU makefiles?
    I'm afraid they might be out of scope for this generic config-file syntax.
    Logically they're not system config files, and technically they're a pretty specialized and complex format (different "types" of rules, rules spanning multiple lines, rules containing arbitrary Bash code, etc.).
    This is how an .mk file currently looks with this highlighting syntax:
    $ nano -Y conf /usr/lib/httpd/build/rules.mk
    And apart from highlighting variables of the form $$abc or $(abc), I'm not sure how much can be improved here without breaking the highlighting for more conventional config files.
    It would probably be better to create a specialized highlighting syntax just for .mk files.
    EDIT: I sat down and did just that, here's the result: nano syntax highlighting: GNU makefiles, and here is how the above makefile snipped looks with it:
    Last edited by sas (2012-02-01 15:18:52)

  • What is bind syntax for blob datatype for sqlite3

    Hi All,
    i have written 2 times.
    1. sqlite3bind_blob(insertstatement, 1, image, -1, SQLTRANSIT);
    it doesn't give compile error but when i run the applilcation it crash the
    simulator.
    2. sqlite3bind_blob(insertstatement, 1, image, -1);
    it gives error like too few arguments.
    here image is object of UIImage........
    pls anyone can tell me what is proper syntax for binding of blob datatype.
    Thankx.
    vavdiyaharesh is online now Add to vavdiyaharesh's Reputation Report Post Edit/Delete Message

    I wanted to do something similar, but as you mention, there isn't a lot of sample code to copy and paste etc, and I didn't have the time to spend investigating this one issue when plenty of other things needed my attention.
    In the end I decided to save my BLOB data as actual files in the document directory and then store a link to these in the database row. Something like primarykey_id_blobname.jpg etc.
    Probably not the answer you want, but hopefully it'll get you past a road block and onto the next item on your list.

  • Syntax for WEP-128 in /etc/network.d/ ?

    Hello,
    I've succeeded in getting my wireless network controller working in Arch, only I have to enable it manually since I get "could not associate wlan0" on bootup. It's because I hadn't written a configuration file for wlan0 in /etc/network.d so I'm doing that now, *but* I've run into the following confusion:
    I've seen the syntax for plain old WEP encryption in /etc/network.d/examples, but is it different for WEP 128 ASCII, which is what I'm using on my network? I ask because the syntax for /etc/rc.conf is different between the two types of encryption, and I've googled it to no avail. I was wondering if anyone here had the answer. Thank you.

    I should mention that I also deleted the line
    #SPLASH_EFFECTS=$(e=();IFS=',';for w in $splash;do [[ $w == fade* ]]&&e+=($w);done;echo "${e[*]}")
    since i don't really need it.
    After a rebeoot the error still persists...
    What is my fault?

  • Delete listener (service)

    Does anyone know how ( or whether we can ) to delete listener service(NT).
    The issue is that the previous person created several db instances, and I want to reinstall everything plsu create new instance. but on NT service control, i still see those old dbServices and dbListener. I used 'oradim' command to get rid of db instance/services, but wondering how to do the same thing to delete Listenes.
    many thanks.

    You could delete the listener services using net manager (not net config) or edit the ORACLE_HOME\network\admin\listener.ora file as follows:
    >
    # LISTENER.ORA Network Configuration File: D:\oracle\ora90\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = astra)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\ora90)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = D:\oracle\ora90)
    (SID_NAME = orcl)
    start delete here
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = D:\oracle\ora90)
    (SID_NAME = toberemoved)
    end delete here

  • Is there a mass transaction for deleting processing locks

    Using trx FPLKDEL will not help, because the locks were not set using FKLOCK2.

    Hi,
    You can also try FPE2M for deleting processing locks at item document level. The limitaion of this code is that the documents should have the same " Due by date".
    You can also do some config if you need specific screnn layout as well.
    Let me know if this helps.
    Regards,
    Lalitha

  • Syntax for a loop

    Hey folks,
    I've heard about for loops being the best way to accomplish what I need. With my coding level, i'm looking to have that when all the checkbox states are true, then go to a specific frame.  the issue is when I was using event listeners inside each of the mouse click events, it would trigger on the ninth click as all conditions would have been met. The syntax for a loop appears daunting, is there any way to execute my function so it's always "listening" or will execute eimmeidatley if the conditions are met?
    OFbandSEVENclose.addEventListener(MouseEvent.CLICK, OnFRYERbandSEVENclose);
    function OnFRYERbandSEVENclose(e: MouseEvent): void
    gotoAndPlay(1);
    OFbandSEVENcheckONE.visible = false;
    OFbandSEVENcheckTWO.visible = false;
    OFbandSEVENcheckTHREE.visible = false;
    OFbandSEVENcheckFOUR.visible = false;
    OFbandSEVENcheckFIVE.visible = false;
    OFbandSEVENcheckSIX.visible = false;
    OFbandSEVENcheckSEVEN.visible = false;
    OFbandSEVENcheckEIGHT.visible = false;
    OFbandSEVENcheckBUTTON1.addEventListener(MouseEvent.CLICK, checkbuttonONE, false, 0, true);
    function checkbuttonONE(e:Event):void
        if( OFbandSEVENcheckONE.visible == true){
            OFbandSEVENcheckONE.visible = false;
        }else{
            OFbandSEVENcheckONE.visible = true;
    OFbandSEVENcheckBUTTON2.addEventListener(MouseEvent.CLICK, checkbuttonTWO, false, 0, true);
    function checkbuttonTWO(e:Event):void
        if( OFbandSEVENcheckTWO.visible == true){
            OFbandSEVENcheckTWO.visible = false;
        }else{
            OFbandSEVENcheckTWO.visible = true;
    OFbandSEVENcheckBUTTON3.addEventListener(MouseEvent.CLICK, checkbuttonTHREE, false, 0, true);
    function checkbuttonTHREE(e:Event):void
        if( OFbandSEVENcheckTHREE.visible == true){
            OFbandSEVENcheckTHREE.visible = false;
        }else{
            OFbandSEVENcheckTHREE.visible = true;
    OFbandSEVENcheckBUTTON4.addEventListener(MouseEvent.CLICK, checkbuttonFOUR, false, 0, true);
    function checkbuttonFOUR(e:Event):void
        if( OFbandSEVENcheckFOUR.visible == true){
            OFbandSEVENcheckFOUR.visible = false;
        }else{
            OFbandSEVENcheckFOUR.visible = true;
    OFbandSEVENcheckBUTTON5.addEventListener(MouseEvent.CLICK, checkbuttonFIVE, false, 0, true);
    function checkbuttonFIVE(e:Event):void
        if( OFbandSEVENcheckFIVE.visible == true){
            OFbandSEVENcheckFIVE.visible = false;
        }else{
            OFbandSEVENcheckFIVE.visible = true;
    OFbandSEVENcheckBUTTON6.addEventListener(MouseEvent.CLICK, checkbuttonSIX, false, 0, true);
    function checkbuttonSIX(e:Event):void
        if( OFbandSEVENcheckSIX.visible == true){
            OFbandSEVENcheckSIX.visible = false;
        }else{
            OFbandSEVENcheckSIX.visible = true;
    OFbandSEVENcheckBUTTON7.addEventListener(MouseEvent.CLICK, checkbuttonSEVEN, false, 0, true);
    function checkbuttonSEVEN(e:Event):void
        if( OFbandSEVENcheckSEVEN.visible == true){
            OFbandSEVENcheckSEVEN.visible = false;
        }else{
            OFbandSEVENcheckSEVEN.visible = true;
    OFbandSEVENcheckBUTTON8.addEventListener(MouseEvent.CLICK, checkbuttonEIGHT, false, 0, true);
    function checkbuttonEIGHT(e:Event):void
        if( OFbandSEVENcheckEIGHT.visible == true){
            OFbandSEVENcheckEIGHT.visible = false;
        }else{
            OFbandSEVENcheckEIGHT.visible = true;
    // SHOW FINAL SCREEN===============================================
    function OFbandSEVENCOMPLETE(e:Event):void
        if( OFbandSEVENcheckONE.visible == true && OFbandSEVENcheckTWO.visible == true && OFbandSEVENcheckTHREE.visible == true&& OFbandSEVENcheckFOUR.visible == true && OFbandSEVENcheckFIVE.visible == true && OFbandSEVENcheckSIX.visible == true && OFbandSEVENcheckSEVEN.visible == true && OFbandSEVENcheckEIGHT.visible == true){
            gotoAndPlay(12);
    stop();

    Yes all are on one frame, the movieclips for the checkmark and the buttons that trigger the checkmark. I put your code in and my ubttons still trigger the checkmarks to go visible but there is nothing signalling the end. basically just need it to go to frame 12. Here's my mods below
    OFbandSEVENclose.addEventListener(MouseEvent.CLICK, OnFRYERbandSEVENclose);
    function OnFRYERbandSEVENclose(e: MouseEvent): void
    gotoAndPlay(1);
    OFbandSEVENcheckONE.visible = false;
    OFbandSEVENcheckTWO.visible = false;
    OFbandSEVENcheckTHREE.visible = false;
    OFbandSEVENcheckFOUR.visible = false;
    OFbandSEVENcheckFIVE.visible = false;
    OFbandSEVENcheckSIX.visible = false;
    OFbandSEVENcheckSEVEN.visible = false;
    OFbandSEVENcheckEIGHT.visible = false;
    var checks:Array = new Array(OFbandSEVENcheckONE, OFbandSEVENcheckTWO, OFbandSEVENcheckTHREE, OFbandSEVENcheckFOUR, OFbandSEVENcheckFIVE, OFbandSEVENcheckSIX, OFbandSEVENcheckSEVEN, OFbandSEVENcheckEIGHT); 
    OFbandSEVENcheckBUTTON1.addEventListener(MouseEvent.CLICK, doCheck);  //buttons to click that trigger the checkbox movieclips
    OFbandSEVENcheckBUTTON2.addEventListener(MouseEvent.CLICK, doCheck); 
    OFbandSEVENcheckBUTTON3.addEventListener(MouseEvent.CLICK, doCheck); 
    OFbandSEVENcheckBUTTON4.addEventListener(MouseEvent.CLICK, doCheck); 
    OFbandSEVENcheckBUTTON5.addEventListener(MouseEvent.CLICK, doCheck); 
    OFbandSEVENcheckBUTTON6.addEventListener(MouseEvent.CLICK, doCheck); 
    OFbandSEVENcheckBUTTON7.addEventListener(MouseEvent.CLICK, doCheck); 
    OFbandSEVENcheckBUTTON8.addEventListener(MouseEvent.CLICK, doCheck); 
    function doCheck(e:MouseEvent):void
      var sel:Boolean = true;
      for(var i:int = 0; i < checks.length; i++){
           if(!checks[i].visible){
                sel = false;
                break;
      if(sel){
           trace("all selected");
    OFbandSEVENcheckBUTTON1.addEventListener(MouseEvent.CLICK, checkbuttonONE, false, 0, true);
    function checkbuttonONE(e:Event):void
        if( OFbandSEVENcheckONE.visible == true){
            OFbandSEVENcheckONE.visible = false;
        }else{
            OFbandSEVENcheckONE.visible = true;
    OFbandSEVENcheckBUTTON2.addEventListener(MouseEvent.CLICK, checkbuttonTWO, false, 0, true);
    function checkbuttonTWO(e:Event):void
        if( OFbandSEVENcheckTWO.visible == true){
            OFbandSEVENcheckTWO.visible = false;
        }else{
            OFbandSEVENcheckTWO.visible = true;
    OFbandSEVENcheckBUTTON3.addEventListener(MouseEvent.CLICK, checkbuttonTHREE, false, 0, true);
    function checkbuttonTHREE(e:Event):void
        if( OFbandSEVENcheckTHREE.visible == true){
            OFbandSEVENcheckTHREE.visible = false;
        }else{
            OFbandSEVENcheckTHREE.visible = true;
    OFbandSEVENcheckBUTTON4.addEventListener(MouseEvent.CLICK, checkbuttonFOUR, false, 0, true);
    function checkbuttonFOUR(e:Event):void
        if( OFbandSEVENcheckFOUR.visible == true){
            OFbandSEVENcheckFOUR.visible = false;
        }else{
            OFbandSEVENcheckFOUR.visible = true;
    OFbandSEVENcheckBUTTON5.addEventListener(MouseEvent.CLICK, checkbuttonFIVE, false, 0, true);
    function checkbuttonFIVE(e:Event):void
        if( OFbandSEVENcheckFIVE.visible == true){
            OFbandSEVENcheckFIVE.visible = false;
        }else{
            OFbandSEVENcheckFIVE.visible = true;
    OFbandSEVENcheckBUTTON6.addEventListener(MouseEvent.CLICK, checkbuttonSIX, false, 0, true);
    function checkbuttonSIX(e:Event):void
        if( OFbandSEVENcheckSIX.visible == true){
            OFbandSEVENcheckSIX.visible = false;
        }else{
            OFbandSEVENcheckSIX.visible = true;
    OFbandSEVENcheckBUTTON7.addEventListener(MouseEvent.CLICK, checkbuttonSEVEN, false, 0, true);
    function checkbuttonSEVEN(e:Event):void
        if( OFbandSEVENcheckSEVEN.visible == true){
            OFbandSEVENcheckSEVEN.visible = false;
        }else{
            OFbandSEVENcheckSEVEN.visible = true;
    OFbandSEVENcheckBUTTON8.addEventListener(MouseEvent.CLICK, checkbuttonEIGHT, false, 0, true);
    function checkbuttonEIGHT(e:Event):void
        if( OFbandSEVENcheckEIGHT.visible == true){
            OFbandSEVENcheckEIGHT.visible = false;
        }else{
            OFbandSEVENcheckEIGHT.visible = true;
    // SHOW FINAL SCREEN===============================================
    function OFbandSEVENCOMPLETE(e:Event):void
        if( OFbandSEVENcheckONE.visible == true && OFbandSEVENcheckTWO.visible == true && OFbandSEVENcheckTHREE.visible == true&& OFbandSEVENcheckFOUR.visible == true && OFbandSEVENcheckFIVE.visible == true && OFbandSEVENcheckSIX.visible == true && OFbandSEVENcheckSEVEN.visible == true && OFbandSEVENcheckEIGHT.visible == true){
            gotoAndPlay(12);
    stop();

  • T-code for delete file from application server

    Hi all!
    Please, has any t-code for delete file from application server? For upload exist CG3Z, for download has CG3Y. And for delete? Has anyone?
    I need to delete file from application server in QA system and i don't want to create a program for this because i will need to transport a request from DEV to QA.

    I don't have contact with basis team.
    The FM EPS_DELETE_FILE support directory name with max 60 char. My dir. has more than that. I need a transaction for this.
    Anybody know if this transaction exist?

  • Report for material flaged for deletion

    Dear Experts,
    Is there any report to see the list of material which are flagged for deletion.
    Regards,
    Manish Jain

    Hi,
    Go to MM04, give only the material code and execute. System will display the changes made with TCode. If the system shows MM06 alongwith other TCodes, then that material is marked for deletion.
    Please run the program MMREO001 in se38 (Selection of Materials Flagged for Deletion)
    Edited by: venkatesh kumar on May 10, 2010 4:34 PM

Maybe you are looking for

  • I get no signal when i connect my latop and tv or other output device through my HDMI cable

    no matter what i try i can never get my laptop to display anything through my hdmi. every time i connect it it tell me  "no signal".ive used the duplicate seting and tried different things but still nothing

  • Get gnome to start on xinit

    I just reinstalled arch to a newer version(2.6.13). Everything works perfect except gnome does not start when i do xinit on the command line. I edited xinitrc - removed entries for fwm, the clock etc and replaced it with exec gnome-session but this d

  • How to write contents of  an ArrayList to JTable

    I have an ArrayList named 'innercell'. It contains the following contents cs123, 0.34567 cs234, 0.5673 cs234,cs456, 0.5674 this arraylist is added to another arraylist 'cells' cells.add(innercell); now the contents of the 'cells' arraylist is cs123,

  • Oracle 10g Database Server or Oracle 10g Application Server

    Greetings and Salutations! I need to install APEX 3.01 for development purposes and I'm wondering if I need to do an Oracle 10g Database Server installation, an Oracle 10g Application Server installation, and then the APEX 3.01 installation, or is th

  • Browse iPad pictures by album on Mac

    I plugged in the iPad 2 (with iOS5) into my macbook, opened iPhoto and the "Devices tab" the iPad appeared. When I click it I just get a mess of all the pictures in no particular order (might be by date or something, doesn't matter). I've spent hours