Errors on OTN menu

The tree menu on the left side of the screen at http://www.oracle.com/technology/software/index.html -
Expand Downloads,
- "Enterprise Manager" points to http://technologysoftware/products/oem/index.html
and doesn't work.
- "Developer Suite" points to http://oracle.com/technology/software/products/ids/index.html (OK, it's picky, but it's still inconsistent with the new direction)
/Hans

Jonathan,
Thank you for alerting us to this error - The web team have looked at the issue and these links are now operating correctly...
Thanks again - The OTN Team

Similar Messages

  • How attend error in forms menu like pragma exception_init ?

    hello,
    I have problem with error in my menu. I created menu and I put code to my buttons in menu:for example execute_trigger('test');
    I have some forms and if I am in another forms and call my button with execute_trigger('test');
    I get error FRM-40700: No such trigger: test
    Its ok because I have trigger in another block. But how to attend this error. I put pragma execption_init but not work
    declare
    text exception;
    pragme exception_init(text,-40700);
    begin
    execute_trigger('test');
    exception
    when text then
    message('its work');
    end;
    I create code like this in menu;
    execute_trigger('test');
    if form_failure then
    message('its work');
    end if;
    end;
    and this work but I get error FRM-40700: No such trigger: test and next message is 'its work'. How to turn off message from forms?? or like this message make like pragma...
    regards

    thanks for reply.
    trigger exist but in another block.
    I check system.message-level
    thanks
    I find another solution
    I put procedure which verificate current_block and current_form and then call execute_trigger(). It's work
    Edited by: user515960 on 2010-07-18 02:43

  • Error message "invalid menu handle"

    When I convert files to .pdf, I cannot open it and receive an error message "invalid menu handle." How do I remedy this?

    It does sound as though your computer is in a different state than you had it, and I can't provide any support for that. This forum is for users of Adobe's Acrobat.com services.
    If you need help with Adobe Reder, try posting in that forum: http://forums.adobe.com/community/adobe_reader_forums
    Perhaps it's just a matter of making Reader your default program for opening PDF files.
    Good luck!

  • Error font in menu walman of sony sp

    error font in menu walman of sony sp

    could you elaoborate
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • 41810-error creating the menu,cannot read the file

    While creating the menu i am getting the following error
    "41810-error creating the menu,cannot read the file".PLease help to rectify this error.

    It is probably attached to the Forms module (see the library node in the navigator window).
    In a general way, try to know where are youe design modules (*.pll, *.mmb, *.fmb), look at the FORMS_PATH variable to see what directories are part of this environment variable, compile every design time module to get the executable versions *.plx, *.mmx and *.fmx, then put these executable files in one of the directories pointed by the FORMS_PATH variable.
    Francois

  • Error publishing Start Menu items -12044

    Hi,
    I am working with WebCenter Sites Jumpstart kit and i am facing error in Mirror site configuration for avisports_store Publish Destinations. The Error is given below. Any Idea how to resolve this problem
    Error publishing Start Menu items, -12044, [pagename=OpenMarket/Xcelerate/Admin/MirrorSitePost] Error: com.openmarket.xcelerate.commands.StartMenuDispatcher: Publish: com.openmarket.basic.interfaces.AssetException: Remote object save didn't fire [error was -611]
    Regards,
    Shaheer Badar
    www.infotechinspiration.blogspot.com

    The said issue is resolved by using another physical machine for publishing Start Menu items. The Other physical machine is the same replica of actual development machine and this machine is used for mirroring and publishing. Note the Other machine must be up and ping properly.
    Regards
    Shaheer Badar
    www.infotechinspiration.blogspot.com

  • PL/SQL Errors in OTN XMLNews Application

    I try to install the OTN XMLNews Application.
    My database is 9.2.0.4 on Linux
    When I run the xmlnews.sql script I get the following errors:
    SQL> SHOW errors;
    Errors for PROCEDURE UPDATEXMLNEWSDESC:
    LINE/COL ERROR
    8/5 PL/SQL: SQL Statement ignored
    8/12 PL/SQL: ORA-00942: table or view does not exist
    When I query user_errors and recompile I get:
    SQL> select object_name, object_type from user_objects
    2 where status='INVALID';
    OBJECT_NAME
    --------------------------------------------------------------------------------OBJECT_TYPE
    UPDATEXMLNEWS
    PROCEDURE
    UPDATEXMLNEWSDESC
    PROCEDURE
    SQL> alter procedure updatexmlnews compile;
    Warning: Procedure altered with compilation errors.
    SQL> alter procedure updatexmlnewsdesc compile;
    Warning: Procedure altered with compilation errors.
    What is wrong?
    --Flemming                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I created the tables by hand, edited the script so it did not drop the user and create the tables. The script the ran with out any errors.
    --Flemming                                                                                                                                                                                                                                                                                                               

  • Javascript error in Navigation Menu

    Hi,
    We migrated from MII 11.5 to 12.1. In 12.1, when I select a role in the Navigation Menu in the main menu, it gives the following error -
    Line: 1858
    Char: 1
    Error: Object expected
    Code: 0
    URL: http:<server>:<port>/XMII/Admin/CMSAdmin
    Has anybody seen this type of error before? If so, where could I check the associated .html page? Looks like its one of those standard system-related .html file and not a project-related file.
    Regards,
    Chanti.

    It sounds to me like the Navigation editor javascript is having an issue with one of the home page options for tabs or links.  Does it happen for all Roles selected in the drop down, or just the one in question?  Does the same thing happen when switching to User mode?
    You could consider exporting the navigation from the Configurations page in the System Management section of the menu to see if there are any suspicious links in the xml for the problemmatic Role(s).

  • ADF - managed bean error in dynamic menu creation

    scenario:
    to create dynamic menu for two tabs : general..
    general has a subtabmenu in form of menubar wid items: country, city,...
    i created dynamic menus for my application.wen i ran my page i got this error:
    SEVERE: Managedbean menuItem_General could not be created Can't get value from value binding expression:
    '#{resources['erms.menu.gen']}'
    (erms.menu.gen is an entry in UIResources.properties)
    now, i followed the exact same process as mentioned in the SRDemo application, in adfdevguide!
    double checked that
    i. resource adapter is configured in faces-config.
    ii.menu model and menuTreeModel are configured with thier default adapaters in faces-config.
    iii.resource bundle specified in jsp page.
    can sum1 plz refer
    1.wat is the reason of this error? wat are the things dat shud hold true in order to run these dynamic menu? which files shud
    b specified where?
    2. in wat order are the managedbeans created ?
    is it in order they apprear in faces-config file or in order they are used in the jsp page?
    3: is it possible that u click on a menuTab item and it displays its particular menubar's items while staying on the same page? or
    u click on a menubar item and it displays its particular dropdowns while staying on the same page?
    is it posible wid ADF or javascript shud b used?

    Hi,
    looking at code it seems that you are adding textview and inputfield. please check in debugging if the correct context node/attribute  is being created and you are providing its reference while adding UI elements.
    Thanks,
    Chandra

  • Error in implementing menu items

    when i click menu item following error comes
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: javax.swing.JMenuItemtell me what is the problem how it can be short out
    and the code is import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    public class a  implements ActionListener
    {//static Button btn[];
    static Button btn13;String str1,str2;
    Random random=new Random();
    Button b2=new Button();
    Button b1=new Button();
    int cp=0;int count=0;
    static JFrame frm;
    static int score;
    static Button btn1;
    static Button btn2;
    static Button btn3;
    static Button btn4;
    static Button btn5;
    static Button btn6;
    static Button btn7;
    static Button btn8;
    static Button btn9;
    static Button btn10;
    static Button btn11;
    static Button btn12;
    static TextField txt2;
    public static TextField txt1;
    static  JMenuItem it[]=new JMenuItem[3];//creating array of refernce varaible
    int l[]=new int[6];
    int t[]=new int[6];
    int k[]=new int[6];
    static boolean g=true;
    public static void main(String a[])
                //use constructor to create a frame and define button inside the frame amd make recursively call this constructor
                txt1 = new TextField(10);
                frm = new JFrame();
                frm.setLayout(new FlowLayout());
                btn1 = new Button("B");
                btn2 = new Button("B");
                btn3 = new Button("B");
                btn4 = new Button("B");
                btn5 = new Button("B");
                btn6 = new Button("B");
                btn7 = new Button("B");
                btn8 = new Button("B");
                btn9 = new Button("B");
                btn10 = new Button("B");
                btn11 = new Button("B");
                btn12 = new Button("B");
                frm.add(btn1);
                frm.add(btn2);
                frm.add(btn3);
                frm.add(btn4);
                frm.add(btn5);
                frm.add(btn6);
                frm.add(btn7);
                frm.add(btn8);
                frm.add(btn9);
                frm.add(btn10);
                frm.add(btn11);
                frm.add(btn12);
               frm.add(new JLabel("score"));
                frm.add(txt1);
                frm.add(new JLabel("time"));
                frm.add( txt2=new TextField());
                txt1.setEditable(false);
                btn13 = new Button("start");
                frm.add(btn13);
                JMenuBar bar = new JMenuBar();
                JMenu option = new JMenu("options");
                it[0] = new JMenuItem("start");
                it[1] = new JMenuItem("restart");
                it[2] = new JMenuItem("author");
                for (int pl = 0; pl < 3; pl++) {
                    option.add(it[pl]);
                bar.add(option);
                a p = new a();
                it[0].addActionListener(p);
                it[1].addActionListener(p);
                it[2].addActionListener(p);
                btn1.addActionListener(p);
                btn2.addActionListener(p);
                btn3.addActionListener(p);
                btn4.addActionListener(p);
                btn5.addActionListener(p);
                btn6.addActionListener(p);
                btn7.addActionListener(p);
                btn8.addActionListener(p);
                btn9.addActionListener(p);
                btn10.addActionListener(p);
                btn11.addActionListener(p);
                btn12.addActionListener(p);
                btn13.addActionListener(p);
                frm.setTitle("BHAVISHYA");
                frm.setJMenuBar(bar);
                frm.setVisible(true);
                frm.setSize(200, 225);
                frm.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                for (int l = 1; l > 0; l++) {
                  if(g)  {
                    txt2.setText(String.valueOf(l));
               try{Thread.sleep(1000);}
               catch(Exception e){}
    continues.....

    public void actionPerformed(ActionEvent e)
    {ArrayList h= new ArrayList();
    h.add("a");h.add("b");h.add("c");h.add("d");h.add("e");h.add("f");h.add("g");h.add("h");h.add("i");h.add("j");h.add("k");h.add("l");h.add("m");h.add("n");
    h.add("o");h.add("p");h.add("q");h.add("r");h.add("s");h.add("t");h.add("u");h.add("v");h.add("w");h.add("x");h.add("y");h.add("z");
    Button src=(Button)e.getSource();
    String str=e.getActionCommand();
    if(src==btn1)
    {btn1.setLabel(String.valueOf(h.get(l[0])));
    count++;
    getResult(count,btn1);}
    if(src==btn2)
    {btn2.setLabel(String.valueOf(h.get(l[1])));
    count++;
    getResult(count,btn2);}
    if(src==btn3)
    {btn3.setLabel(String.valueOf(h.get(l[2])));
    count++;
    getResult(count,btn3);}
    if(src==btn4)
    {btn4.setLabel(String.valueOf(h.get(l[3])));
    count++;
    getResult(count,btn4);}
    if(src==btn5)
    {btn5.setLabel(String.valueOf(h.get(l[4])));
    count++;
    getResult(count,btn5);}
    if(src==btn6)
    {btn6.setLabel(String.valueOf(h.get(l[5])));
    count++;
    getResult(count,btn6);}
    if(src==btn7)
    {btn7.setLabel(String.valueOf(h.get(k[0])));
    count++;
    getResult(count,btn7);}
    if(src==btn8)
    {btn8.setLabel(String.valueOf(h.get(k[1])));
    count++;
    getResult(count,btn8);}
    if(src==btn9)
    {btn9.setLabel(String.valueOf(h.get(k[2])));
    count++;
    getResult(count,btn9);}
    if(src==btn10)
    {btn10.setLabel(String.valueOf(h.get(k[3])));
    count++;
    getResult(count,btn10);}
    if(src==btn11)
    {btn11.setLabel(String.valueOf(h.get(k[4])));
    count++;
    getResult(count,btn11);}
    if(src==btn12)
    {btn12.setLabel(String.valueOf(h.get(k[5])));
    count++;
    getResult(count,btn12);}
    if(src==btn13)
    calla();}
    if(str.equals("start"))
    {calla();}
    if(str.equals("restart"))
    {//restart();
    if(str.equals("author")){
    JOptionPane.showMessageDialog(frm,"BHAVISHYA GOYAL");
    /**public String valueAta(int c,int s,int t)
    {switch (s)      //used to work programme in three different stage ,pass three value from the beging and maintain stage variable
    {  case 1: return(String.valueOf(h.get(l[c])))
                break;
         case 2:{ if(t==1)
             return(String.valueOf(h.get(l[c]+25)))
         else   
             return(String.valueOf(h.get(l[c]+50)))}
                break;
         case 3:{if(t==1)
             return(String.valueOf(h.get(l[c]+75)))
         else   
             return(String.valueOf(h.get(l[c]+100)))}
                break;
    public void calla()
    l=random();
    k=randoma(l);                            //call the random function
    int[] random()
    {int nums[] =new int[6];
    for (int i = 0; i < nums.length; i++) {
    int num = getNumber(nums);
                nums[i] = num;
    return nums;}
    int[] randoma(int p[])
    {//int t[]=new int[6];
    ArrayList al=new ArrayList();
    int numsa[] =new int[6];
    for (int i = 0; i < numsa.length; i++) {
    al.add(p);
    //int numa = getNumbera(numsa);
    // numsa[i] = numa;
    // t[i]=p[numa];//if we want to choose 6 number there are 6 no but choose them randomly and all the 6 no should be included
    Collections.shuffle(al);
    Object [] pl=al.toArray();
    for(int i=0; i<pl.length; i++)
    {t[i]= ((Integer) pl[i]);
    }return t;
    private int getNumber(int[] array) {
    int n;
    do {
    n = random.nextInt(25);
    } while(contains(array, n));
    return n;
    private int getNumbera(int[] array) {
    int n;
    do {
    n = random.nextInt(6);
    } while(contains(array, n));
    return n;
    private static boolean contains(int array[], int n) {
    for(int i = 0; i < array.length; i++)
    if(array[i] == n)
    return true;
    return false;
    void getResult(int p,Button b)
    {if(p==2)
    { b2=b;
    str2=b.getLabel();
    //remove the button from the screen
    if(str1.equals(str2)&!(b1==b2))
    {b1.setLabel("R");
    b2.setLabel("R");
    frm.remove(b1);
    frm.remove(b2);
    score=score+10;
    //frm.validate();
    ++cp;
    if(cp==6)
    {//define the function of creating frame in construtor so u can recursively call this function todefine the new frame
    //btn13.setLabel("win");
    g=false;
    JOptionPane.showMessageDialog(frm,"you hit the goal score is"+String.valueOf(score)+"time is"+txt2.getText()+"sec");
    calla();
    //frm.removeAll();
    //frm.validate();
    else
    try{Thread.sleep(1000);b1.setLabel("B");
    b2.setLabel("B");//here makes the delay function
    score=score-5;}
    catch(Exception e)
    {System.out.println(e);}}
    count=0;}
    else
    { b1=b;str1=b.getLabel();}
    txt1.setText(String.valueOf(score));

  • WebGUI error in context menu

    Hello!
    I am using the SAP GUI for HTML for some transactions (e.g. pz02).
    If I am opening the context menu (right click in the window) and select "Help", a short dump appears:
    Runtime Errors: ITS_EXPRESSION_NOT_NUM
    Template "templates/webgui/dm/generator.html" has triggered a runtime error in function "topinclude".
    Cause of error: "ANONYMOUS113" could not be converted into a numerical value.
    I have not found any SAP OSS or forum threads to this topic...thanks for any advice
    Best Regards
    Philipp Kölsch

    Hello Edgar,
    this note is exactly the one which we have imported to the system yesterday and it solved our problem.
    Anyway, thanks for your answer and I will give you 10 points for it!
    Best Regards
    Philipp

  • ERROR when EDITING MENU

    I keep getting this error when i want to editing the menu, if i click ok on this error the hole program closes down, i need this fixed asap can anyone HELP me!!
    Thanks

    Hi Aish
    The screen shot of the error is bellow
    Thanks,

  • SAP Runtime error when expanding menu in SE43

    Hi,
    I receive a runtime error after 10 clicks while expanding menu in SE43. Even when expanding the tree in se43 the system issues a warning saying not all will be expanded. Why this happened.
    Kindly help.
    Runtime Error: TABLE_INVALID_INDEX
    Thanks & Best Regards.

    Hi,
    I receive a runtime error after 10 clicks while expanding menu in SE43. Even when expanding the tree in se43 the system issues a warning saying not all will be expanded. Why this happened.
    Kindly help.
    Runtime Error: TABLE_INVALID_INDEX
    Thanks & Best Regards.

  • Error 2050 with Menu and States - DisplayObject must be a child of the caller.

    Hi,
    I'm starting an application using States and a main Menu and
    when you click on the menu Item it changes the currentState.
    I was doing fine until I wanted to dock the Menu using an
    ApplicationControlBar.
    You can see the error message:
    http://dev2003.greatkingcasino.com/flex/casinomanagement.html
    My Idea is have always the menu on top and use States for
    each one of the menuItems. How can be done?
    Thanks,
    Paul
    Code:
    AS File:
    // MENU PERMISSIONS
    private function initApp():void
    dsData.send();
    }//initApp
    private function onResultMenuData(oEvent:ResultEvent):void
    xlcMenuData = new
    XMLListCollection(oEvent.result.children());
    private function menuHandler(oEvent:MenuEvent):void {
    currentState = oEvent.item.@label;
    MXML File:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="initApp()" currentState="navigation">
    <mx:Script source="functions.as"/>
    <mx:states>
    <mx:State name="logIn">
    blah
    </mx:State>
    <mx:State name="navigation">
    <mx:SetProperty name="layout" value="absolute"/>
    <mx:AddChild position="lastChild">
    <mx:ApplicationControlBar dock="true">
    <mx:MenuBar x="0" y="0"
    dataProvider="{xlcMenuData}"
    labelField="@label"
    itemClick="menuHandler(event);">
    </mx:MenuBar>
    </mx:ApplicationControlBar>
    </mx:AddChild>
    </mx:State>
    <mx:State name="Customer Detail" basedOn="navigation">
    <mx:AddChild position="lastChild">
    <mx:Panel x="0" y="111" width="464" height="247"
    layout="absolute" title="General Information">
    </mx:Panel>
    </mx:AddChild>
    <mx:AddChild position="lastChild">
    <mx:Panel x="472" y="111" width="350" height="530"
    layout="absolute" title="Customer Information">
    <mx:Form x="0" y="0" width="310" height="100%">
    </mx:Form>
    <mx:ControlBar>
    <mx:Button label="Update Information"/>
    </mx:ControlBar>
    </mx:Panel>
    </mx:AddChild>
    <mx:AddChild position="lastChild">
    <mx:Panel x="0" y="366" width="300" height="247"
    layout="absolute" title="Login Information">
    </mx:Panel>
    </mx:AddChild>
    <mx:AddChild position="lastChild">
    <mx:Label text="User Name" x="347" y="59"/>
    </mx:AddChild>
    <mx:AddChild position="lastChild">
    <mx:TextInput id="idCustomerID" text="1" x="421"
    y="57"/>
    </mx:AddChild>
    <mx:AddChild position="lastChild">
    <mx:Button label="Search"
    click="netService.GetCustomerDetails(idCustomerID.text);" x="589"
    y="57"/>
    </mx:AddChild>
    </mx:State>
    <mx:State name="Player Stats" basedOn="navigation">
    <mx:AddChild position="lastChild">
    <mx:Canvas label="Canvas 1" width="260"
    backgroundColor="#e2e2e2" id="canvas6" height="580" y="61">
    <mx:DateChooser x="10" y="66" id="datechooser1"/>
    <mx:DateChooser x="10" y="290" id="datechooser2"/>
    <mx:Button x="185" y="10" label="Search"
    id="button1"/>
    <mx:NumericStepper x="192" y="92" id="iniHour1" value="0"
    minimum="0" maximum="23"/>
    <mx:NumericStepper x="192" y="148" id="iniMinute1"
    value="0" minimum="0" maximum="59"/>
    <mx:Label x="10" y="40" text="Start Date"
    fontWeight="bold" id="label1"/>
    <mx:Label x="10" y="264" text="End Date"
    fontWeight="bold" id="label2"/>
    <mx:Label x="192" y="66" text="Hour" id="label3"/>
    <mx:Label x="192" y="122" text="Minute" id="label4"/>
    <mx:NumericStepper x="192" y="204" id="iniSecond1"
    value="0" minimum="0" maximum="0"/>
    <mx:Label x="192" y="178" text="Second" id="label5"/>
    <mx:NumericStepper x="192" y="316" id="endHour1"
    value="23" minimum="0" maximum="23"/>
    <mx:NumericStepper x="192" y="372" id="endMinute1"
    value="59" minimum="0" maximum="59"/>
    <mx:Label x="192" y="290" text="Hour" id="label6"/>
    <mx:Label x="192" y="346" text="Minute" id="label7"/>
    <mx:NumericStepper x="192" y="428" id="endSecond1"
    value="59" minimum="59" maximum="59"/>
    <mx:Label x="192" y="402" text="Second" id="label8"/>
    </mx:Canvas>
    </mx:AddChild>
    <mx:AddChild position="lastChild">
    <mx:Canvas label="Canvas 2" width="486"
    backgroundColor="#e2e2e2" id="canvas7" height="1200" x="268"
    y="61">
    <mx:DataGrid x="10" y="10" width="402" height="100%"
    id="datagrid1">
    <mx:columns>
    <mx:DataGridColumn headerText="Player"
    dataField="col1"/>
    <mx:DataGridColumn headerText="Risk"
    dataField="col2"/>
    <mx:DataGridColumn headerText="Win" dataField="col3"/>
    <mx:DataGridColumn headerText="Casino win"
    dataField="col1"/>
    <mx:DataGridColumn headerText="Percent (%)"
    dataField="col2"/>
    </mx:columns>
    </mx:DataGrid>
    </mx:Canvas>
    </mx:AddChild>
    </mx:State>
    <mx:State name="Casino Usage" basedOn="navigation">
    </mx:State>
    </mx:states>
    <mx:HTTPService id="dsData" url="MenuData.xml"
    resultFormat="e4x" result="onResultMenuData(event)"/>
    </mx:Application>
    Text

    try{
    catch(error:Error){
    finally{
    (look up error handling in documentation)

  • Error with Custom Menu while accessing template

    Hi Experts,
    We are facing an issue in SAP BPC 7.5 MS SP with the Customs Menu Option, one user is not able to access Custom menu in Excel interface. All other person who are part of the group are able to use this option. The Dropdown menu which contains the Report details is not listing any report names and Team Drop down is listing a value "EV__DEFAULT". User is getting error like "You are not authorized to access this application []".
    But when i tried using same set of security access through another User ID ,I was able to access the Custom menu.
    Tried clearing the cache for the User who is facing the issue, but it didn't worked.
    Any Help in understanding what may be the reason for this issue.

    Hi Poonam,
    which sp have you installed?
    which office version please?
    I've seen this error when a user had an action pane with dirty values, e.g. Time=2007.TOTAL try setting before all the action pane with valid values where you have some data and after open the custom menu.
    Regards
         Roberto

Maybe you are looking for

  • Stack Overlow Exception

    Hi I am using Jdeveloper 11.1.2 . I am getting below exception. Please help me. <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6 javax.faces.FacesException: javax.servlet.Serv

  • Lenovo V560 drops wifi connection - cannot restore without reboot

    Hello, First off let me say that I'm  earning a BS in Computer Science, so I know more than most when it comes to computers, yet this issue vexes me.  I only say that so that any replies understand that my level of technical comprehension is far abov

  • Deleting only previous versions of an item (programmatically)

    Is it possible (if so, how?) to delete the old versions of a portal item, but leave the current version alone? I have a procedure that uses wwsbr_api.delete_item to delete items, but it removes every version of the item, including the current version

  • In NUMBERS, on a iPad3, how do I get 1 cell to transfer to another cell on a different sheet?

    In NUMBERS, on a iPad3, how do I get 1 cell to transfer to another cell on a different sheet? Exm... Van 1, Auto Log, C7 to transfer over to Monthly report, April, C3

  • 'Book of Eli' movie - plug-in effect on voice?

    Occasionally I've been hearing lately what sounds like an old ocatvider kind of plug-in effect used on voice-overs in films. Discretely used it makes the voice sound huge and fat, yet still relatively normal. I'm wondering if anyone has come across t