Stop RETURN in Form Box

I have a text form box on my stage that I want the contents to be assigned to a variable after you hit RETURN. Everything is working fine, except the return consistently shows up in the text form box as a carriage return. Does anyone have a simple solution? I've tried everything to stop this, yet it still illudes me.
Thanks in advance!

It's just a "text" box that is set to be "editable". Is there something else I should use?
No, but what type of member it is has a bearing on the solution. Try the following for a start:
on keyDown me
  if ( _key.keyCode = 36 ) then stopEvent
  else pass
end

Similar Messages

  • Diffrence between STOP , RETURN , EXIT

    Hi all ,
    Can some one plz tell me the diffrence between <b>STOP,RETURN , EXIT .</b>
    It will be of great help if you explain <b>with a simple example</b> ..

    <b>STOP</b>
    Syntax
    STOP.
    Effect
    The statement STOP is only to be used in executable programs and in the following event blocks:
    AT SELECTION-SCREEN (without additions)
    START-OF-SELECTION
    GET
    You leave these event blocks via STOP, and the runtime environment triggers the event END-OF-SELECTION.
    Note
    The statement STOP is forbidden in methods and, since Release 6.10, leads to an uncatchable exception during the processing of screens called with CALL SCREEN and in programs not called with SUBMIT.
    Example
    Ending the event blocks GET sbook after max postings have been issued, and branching to END-OF-SELECTION.
    NODES: sflight, sbook.
    DATA: bookings TYPE i,
          max TYPE i VALUE 100.
    GET sflight.
      WRITE: / sflight-carrid, sflight-connid, sflight-fldate.
    GET sbook.
      bookings = bookings + 1.
      WRITE: / sbook-bookid, sbook-customid.
      IF bookings = max.
        STOP.
      ENDIF.
    END-OF-SELECTION.
      ULINE.
      WRITE: / 'First', bookings, 'bookings'.
    <b>
    RETURN</b>
    Syntax
    RETURN.
    Effect
    This statement immediately ends the current processing block. It can appear in any area of a processing block and ends this block regardless of which statement block or control structure the statement is in.
    After leaving the processing block, the runtime environment, except for the reporting event blockSTART-OF-SELECTION, follows the schema in Leave processing blocks.
    After you end the reporting event block START-OF-SELECTIONwith RETURN, the runtime environment does not trigger any further reporting events, rather, it calls the list processor directly to display the basic list.
    Example
    Leave the subprogram show_list with
    RETURN, if one of the required formal parameters structure or data_tab is initial.
    FORM show_list USING structure TYPE c
                         data_tab  TYPE ANY TABLE.
      DATA alv_list TYPE REF TO cl_gui_alv_grid.
      IF structure IS INITIAL OR
         data_tab  IS INITIAL.
        RETURN.
      ENDIF.
      CREATE OBJECT alv_list
             EXPORTING i_parent = cl_gui_container=>screen0.
      CALL METHOD alv_list->set_table_for_first_display
        EXPORTING i_structure_name = structure
        CHANGING  it_outtab        = data_tab.
      CALL SCREEN 100.
    ENDFORM.
    <b>EXIT</b> - loop
    Syntax
    EXIT.
    Effect
    If the EXIT statement is listed within a loop, it leaves the loop by ending the current loop process. Program execution is continued after the closing statement in the loop.
    Note
    Outside of a loop, the EXIT statement leaves the current processing block (see EXIT - Processing block). We recommend that you use EXIT within loops only.
    Example
    Leaving a loop with EXIT if the loop index sy-index is greater than a number limit.
    DATA limit TYPE i VALUE 10.
    DO.
      IF sy-index > limit.
        EXIT.
      ENDIF.
      WRITE / sy-index.
    ENDDO.

  • Returning Set Top Box

    I was wondering if anyone here has any experience with returning equipment, particularly a set top box.
    I called Verizon on June 10th and told them that I wanted to return an HD box that we've been renting to save $9.99 a month. They said that would be fine and that I would be receiving a paid return box to mail it back to them. I received an email the next day confirming the order change on the 10th, but the billing estimate included in the email says my bill will be the same and an HD Set Top Box is labeled as "existing" for my account. Also, it's now the 14th and I haven't received the paid return box.
    Is any of this normal?

    pollihs wrote:
    I moved recently, and I requested a return shipping box to send back old set top boxes. I was told that there would be a paid shipping label included.   The box finally came, but without any kind of label or indication as to where to send the equipment. There is no store nearby to take the equipment, so mail or UPS would be much easier!  Any help out there?
    My experience is to take it to a UPS store, have shipped 3 or 4 boxes back to Verizon that way, worked great. The UPS store people should already know where to ship it, Verizon has a contract with UPS to handle this, and it should not cost you a thing.
    One thing I would do is keep the tracking number and track the shipment all the way to Verizon and save all of that info just in case there is a screwup within Verizon and the box does not come off of your account and they try to charge you for it.
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9.1
    Keller, TX 76248

  • Adobe Acrobat 11.0.0-11.0.9 crashing when clicking form box, saving, or closing form

    I have a user that is using Adobe Acrobat Pro (originally 11.0.0 until I updated it to 11.0.9) that recently began having issues with editing forms within adobe.  She will open them, however periodically Acrobat will crash when she either clicks on a Form Box to highlight it, sometimes after she makes a change to the form and chooses to save the file, or virtually all of the time when she tries to close the form.  I have uninstalled Adobe Reader, Acrobat, Flash Player and reinstalled all of the above, along with using the utility to clean uninstall acrobat.  After the clean uninstall/reinstall, it would crash constantly whenever anything was done until it was updated, and then everything seemed fine for clicking on Form Boxes in edit mode, making changes, and saving, however it still crashed each time she would click on the "x" within the top right hand corner to close the form.  I performed the next update, and it seemed more issues began to happen.  I've done a repair a few times, and if anything, this only seemed to worsen the problems.
    Any ideas as to what may be causing this?
    Kind regards,
    Rick E

    Yes, the folder exists and I am able to access it.

  • Completing a form box for one site on another site

    Can anyone tell me if this is possible...
    There is a site that has a search box on it I would like my
    site visitors to have access to. But instead of just linking on the
    page and directing them to the specific form box, I would like to
    have a box on my site that when they complete, it would submit the
    information on the other site and bring the appropriate response on
    the other site. In particular, I am talking about the "Who
    Represents Me?" box located in the right margin of :
    this page

    Okay.
    What I want to do is to create a page on site 1 advocating
    for public transportation. On the page, I would like to create an
    area where you can find out who your state congressional
    representative is. There will be a text box that you put in your
    zip code and hit submit. Somehow, that information is transferred
    to the "Who Represents Me?" box on the state legislature site I
    referred to previously which we will call site 2. The information
    is entered and submitted automatically on site 2, and brings up the
    person's congressional representative. So as far as the web visitor
    sees, it's the submit page on site 1, and then the next page they
    see is the response page of site 2 showing their representative is
    Senator So and So. Does that clarify it a little?

  • RFC returning PDF form in Binary table

    Hello,
    In our earlier application we were using a RFC to return PDF form as a table of binary fields and then these fields were concatenated and .pdf extension addded at the end. This will then display correctly in browser as a pdf form. Typically, this returns about 30000+ lines of binary for one form.
    Now we are migrating this application to Portal and I'm trying to display all this information through Adobe Interactive form. We do not currently have any other RFC to return all data that is part of the existing PDF document returned by current RFC. Getting all that data through one RFC is a tedious and time consuming task that we want to avoid. Is there a way to use the binary table returned by existing application and convert it to a pdf form? I was thinking of using the 'pdfsource' property of Interactive form - but am not sure about the possibilities.
    Can anyone help with some pointers?
    Thanks,
    Vishwas.

    I'm using following code to concatenate the binary string and then to display the PDF file.
    Concatenation was being done in earlier application and there is no code available for reference. I've tried following code, it opens the Adobe PDF viewer but it always shows error "File does not start with %PDF-". Please let me know if the code below is correct or is there something I need to do differently.
      public void wdDoInit()
        //@@begin wdDoInit()
    IWDMessageManager manager = wdComponentAPI.getMessageManager();
    //Populate data for RFC
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKappl("V1");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKschl("ZA00");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKunag("0001000021");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKunwe("0001000023");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setVbeln("0000018261");
    //Call RFC
    wdThis.wdGetPDF_from_Binary_compController().executeZ_Sd_Get_Output_Pdf_Verify_Input();
      int num = wdContext.nodePdf4().size();
    //Initial string
      String s = "";
    for(int n=0;n<num;n){
    //Concatenate binary data in string with Radix 2
    BigInteger bi = new BigInteger(wdContext.nodePdf4().getPdf4ElementAt(n).getData());
    s= bi.toString(2);+
       manager.reportSuccess(s);
    // Display pdf
        IWDResource resource = WDResourceFactory.createCachedResource(s.getBytes(), "file.pdf", WDWebResourceType.PDF);
        IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(resource.getUrl(0),"file.pdf");
        window.show();
       //@@end
    It opens the Adobe PDF viewer but gives error "file does not start with %PDF-".
    What is it that I'm not doing correctly here?
    Thanks,
    Vishwas.
    The data being returned from RFC is in RAW format. Is it same as Binary?
    Edited by: Vishwas Madhuvarshi on Mar 6, 2008 10:54 PM

  • Sales Return Received form customer

    Hi SAP Friends,
    As Sales Return Received form customer,I want This customer invoice Booking in SAP through Different type.
    There are 3 cases as below-:
    1)       Rejection material can be Rework then this invoice  booking in SAP order  Type **** RETURN order , Assign Gl A/C seprate and Clearing A/C seprate.
    2)       Rejection material cannot Rework then this invoice  booking in SAP order Type  **** NoTreturn  order , Assign GL A/C Seprate and Clearing A/C seprate
    3)       Material Recd from Customer against Waramty Claim then this invoice Booking in SAP Order type ***** WReturn order Assign GL A/c Seprate and Clearing A/C seprate.
    How can I map these.
    Please Reply.
    Regards,
    Chandra

    Hello Chandra,
    You can also do this through one order Type Return.
    Just maintain three different condition types referring to your scenario
    1. Rework
    2. No Repair
    3. Under warranty.
    In V/08 Pricing procedure.Assign these condition types with three diff account keys.
    in VKOA account determination--assign these account keys with different G/L Accounts.
    For case under warranty Just change item category.
    For reporting Purpose you can create 3 different order reasons reffering to your case and segregate accordingly.
    However if you want three different order types, then create 3 different pricing procedure having one condition type reffering to your case like
    1. ZRET(Return & Rework)
    2nd pricing procedure should have ZNRE( No Return)
    3rd pric proc should have ZWAR( Order under warranty).
    Assign condition types with diff account keys and then further with Diff G/L Accounts.
    Revert for further clarification.
    Regards
    Amit

  • User adding extra form boxes

    Hello,
    I'm not sure what the exact parlance is here but can anyone advise me on how about doing the following?
    Like on many Airline websites the user can click a button to 'add another passager' or whatever and a new form box/form boxes pop-up underneath. I'm trying to do the same thing (but with adding food to a list) but also wondering the recommended way to do it.
    I was thinking a bit of Javascript activated on click, to draw up a new form box in the form with a different ID/name to be posted through to the update page along with everything else. I'm still learning javascript - does anyone know a good tutorial for this? I would search myself but I'm not sure what this would come under.
    Thanks
    Chris

    Found a tutorial that could help you. http://papermashup.com/dynamically-add-form-inputs-and-submit-using-jquery/

  • Return Delivery Form

    Any one tell me the standard Return Delivery form name( smart forms or sap script ) anything?
    thanks in advance
    JK

    Hi
    Use the standard form /SMB40/SDDLN_A and driver program RLE_DELNOTE
    Regards
    Shiva

  • Need to stop inheritance in form ids

    jsf takes this:
    <form id="formid" >
    <input size="40" id="formid:name" type="text" value="" / >
    and turns it into this:
    <h:form id="formid">
    <h:inputText id="name" / >
    and returns this:
    <form id="formid">
    <input id="formid:name" type="text" / >
    </form>
    my question - is there a way to supress formid:name from happeneing? and for it to just be name?

    nvapid wrote:
    the ":" interferes with css thinking it to be a pseudo classReally? Can you provide a reproduceable example which illustrates the problem?
    Wait, you're defining the style for each element with an ID? Rather use the styleClass attribute instead.
    can you tell me exactly what the code is to set it to false - i don't do jsf normally and must explain it to someone who is new to it...
    thank you!Set the 'prependId' attribute of the h:form component to 'false'.

  • Can't See Forms Box in Browsers

    When on a website and a form comes up for me to fill in answers I cannot see the forms box I am to type answer/info in to.  I just have to keep clicking in the general area till I get it to allow me to type.   I have this problem in Safari and Firefox.  What do I need to do?  Is this a display setting in preferences?

    How about ⌘/ - that's command slash -
    Patrick

  • Starting/Stopping Application Server Forms and Reports

    Hello,
    Are there any scripts (like dbstart and dbshut for Oracle DB) for starting and stopping "Application Server Forms and Reports". If not, any special suggestions?
    I must automatically start this application on Unix. I know that during starting some steps must be performedy by the root user (export DISPLAY env variable and issue the "xhost +" command) and later the oracle user must do some things( export ORACLE_HOME and DISPLAY and issue the "opmnctl startall" command). Does anybody have scripts like that?
    Regards,
    Tim

    If you're on 10.1.2, there is a script (requires an X Windows session). It's called runstartupconsole.sh, but you've got to update the install type to Portal in the ias.properties file if I remember right. It looks cool, but a shell script works better.
    Here is a shell script that does some of those things. You still need to run xhost+ after running a display if you're using something that requires a DISPLAY to start. Someone may have a better one, but this one works.
    We actually use one that starts all the different components individually except for Reports in rc scripts. That is the only thing we have that needs a Display set to start. So then xhost + is run & at the same time, the Unix sysadmin runs a script that start Reports from opmn.
    I hope this is useful.
    Cordially,
    Steve
    #!/bin/sh
    # =======================
    # Collect Global Variables
    # =======================
    # Collect server specific install location
    export ORACLE_BASE=/u01/app/oracle
    export MIDDLE_TIER_ORACLE_HOME=$ORACLE_BASE/product/ias/101202_EE/mt_maxportal_02
    export INFRASTRUCTURE_ORACLE_HOME=$ORACLE_BASE/product/ias/101202_EE/if_maxportal_02
    export SID=orcl
    # Collect current PATH and LD_LIBRARY_PATH for reuse
    export OLD_PATH=$PATH
    export OLD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
    # Unset variables that can cause problems starting or stopping
    unset CLASSPATH
    case "$1" in
    start)
    # =======================
    # Start Infrastructure
    # =======================
    # Set environment to start infrastructure components
    export ORACLE_SID=$SID
    export ORACLE_HOME=$INFRASTRUCTURE_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Start Infrastructure Database Listener
    echo -n "Starting Infrastructure Database Listener: "
    $ORACLE_HOME/bin/lsnrctl start
    echo "OK"
    # Start Infrastructure Database
    echo -n "Starting Infrastructure Database: "
    $ORACLE_HOME/bin/dbstart
    echo "OK"
    # Start Infrastructure OPMN managed components
    echo -n "Starting Infrastructure OPMN Managed Components: "
    $ORACLE_HOME/opmn/bin/opmnctl startall
    echo "OK"
    # =======================
    # Start Middle Tier
    # =======================
    # Change environment for middle tier
    unset ORACLE_SID
    export ORACLE_HOME=$MIDDLE_TIER_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Start Middle Tier OPMN managed components
    echo -n "Starting Middle Tier OPMN Managed Components: "
    $ORACLE_HOME/opmn/bin/opmnctl startall
    echo "OK"
    # Start Application Server Control
    echo -n "Starting Application Server Control: "
    $ORACLE_HOME/bin/emctl startifdown iasconsole
    echo "OK"
    stop)
    # =======================
    # Stop Middle Tier
    # =======================
    # Set environment for middle tier
    unset ORACLE_SID
    export ORACLE_HOME=$MIDDLE_TIER_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Stop Application Server Control
    echo -n "Stopping Application Server Control: "
    $ORACLE_HOME/bin/emctl stop iasconsole
    echo "OK"
    # Stop Middle Tier OPMN managed components
    echo -n "Stopping Middle Tier OPMN managed components: "
    $ORACLE_HOME/opmn/bin/opmnctl stopall
    echo "OK"
    # =======================
    # Stop Infrastructure
    # =======================
    # Set environment to start infrastructure components
    export ORACLE_SID=$SID
    export ORACLE_HOME=$INFRASTRUCTURE_ORACLE_HOME
    export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$OLD_PATH
    # Stop Infrastructure OPMN managed components
    echo -n "Stopping Infrastructure OPMN managed components: "
    $ORACLE_HOME/opmn/bin/opmnctl stopall
    echo "OK"
    # Stop Infrastructure Database
    echo -n "Stopping Infrastructure Database: "
    $ORACLE_HOME/bin/dbshut
    echo "OK"
    # Stop Infrastructure Database Listener
    echo -n "Stopping Infrastrucutre Database Listener: "
    $ORACLE_HOME/bin/lsnrctl stop
    echo "OK"
    reload|restart)
         $0 stop
    $0 start
    echo "Usage: `basename $0` start|stop|restart|reload"
    exit 1
    esac
    exit 0

  • Can not stop several new tab boxes from opening,at least three each time I leave & come back to home page or restart Firefox

    can not stop several new tab boxes from opening,at least three each time I leave & come back to home page or restart Firefox

    Hi TGreybeard,
    Have you looked at the [[Firefox keeps opening many tabs or windows]] Knowledge Base article? There is some good information in there that should help you resolve the issue.
    Hopefully this helps!

  • How do I stop the annoying little box from appearing?

    Adobe Flash Player is requesting permission to store information on my computer.  It appears in a square on my screen at will.  It shows two choices which include:   ALLOW   or    DENY   (In either case, it is requesting viewing my information)
    It does not accept DENY!  I can not get this box off the screen, which interferes with work, while I am speaking with a customer, and not able to continue typing.  How do I release this box, or stop it from appearing.  I don't want to give permission to spy.  I work with the public, their information is personal.  Even when doing my own creative work, I don't want to give permission to spy.
    Please tell me what I can do.
    I work with yahoo, and firefox.
    I am not techy, and am not sure how to do this request.  I also don't understand what a tag is, or a thread on a forum.
    Thank you for your anticipated cooperation.

    Applications that run in Adobe Flash Player may want to store some information on your computer, but the amount they can store is limited to 100 kilobytes unless you agree to allocate additional space. Local storage settings let you specify how much disk space, if any, applications from a particular website can use to store information on your computer. Note that it is the person or company that has created the application you are using that is requesting such access, not Adobe (unless Adobe has created the application that wants to save the information). In the dialog box shown above, [website] represents the name of the person or company requesting access. It is the responsibility of the person or company requesting access to make it clear to you why they want access and how they plan to use the information they save. You should be aware of the privacy policy of anyone who is requesting access to your computer. For example, see Adobe's privacy policy. Contact the website requesting access for information on their privacy policy.
    It's important to understand that even though this settings panel is part of Flash Player, the information will be used by an application created by a third party. Adobe assumes no responsibility for third-party privacy policies, actions of third-party companies in storing information on your computer, or such companies' use of such data or information.
    What kind of data can an application that runs in Flash Player store on my computer?
    The kind of information stored depends on the application. Information can be anything from your user name to your current score in an interactive game to a list of stocks in your portfolio. The application should make it clear what kind of information it wants to store.
    Who has access to the information?
    This information may be accessed by an application that is currently running in Flash Player or by another application that runs in Flash Player on the same website. Adobe does not have access to this information (unless Adobe has created the application that wants to save the information).
    As discussed in What are local storage settings? above, it is the responsibility of the website requesting access to make it clear to you why they want access and how they plan to use the information. For example, will it be available only to you, or will it be posted in a public place? Who will have access to it in the future? Will it be deleted after a certain period of time? The privacy policy of anyone who is requesting access should address these sorts of issues.
    I've already set privacy and disk space options in my browser. How do these settings interact with my Flash Player settings?
    You may be aware that some websites work together with your browser to store small amounts of data, called cookies, on your computer for their own use in the future. For example, when you go to a website regularly, it may welcome you by name; your name is probably stored in a cookie, and you can use browser options to determine whether you want cookies or not. You may also have specified in your browser that pages you visit can take up only a certain amount of disk space.
    When SWF or FLV content is being played, the settings you select for Flash Player are used in place of options you may have set in your browser. That is, even if you have specified in your browser settings that you do not want cookies placed on your computer, you may be asked if an application that runs in Flash Player can store information. This happens because the information stored by Flash Player is not the same as a cookie; it is used only by the application that runs in Flash Player, and has no relation to any other Internet privacy or security settings you may have set in your browser.
    Similarly, the amount of disk space you let the  application that runs in Flash Player use has no relation to the amount of disk space you have allotted for stored pages in your browser. That is, when SWF or FLV content is being played, the amount of disk space you allow here is in addition to any space your browser is using for stored pages.
    No matter how you may have configured your browser, you still have the option to allow or deny an application that runs in Flash Player permission to store the information, and to specify how much disk space the stored information can occupy, as discussed in the rest of this document.
    What are my local storage options?
    If you don't want to let applications from this website save any information on your computer, and you don't want to be asked again, select Never. Note that applications from other websites may later ask to store information on your computer. If you don't want applications from any website that you haven't yet visited to store information on your computer, and you don't want to be asked again, use the Global Storage Settings panel.
    If you want to let applications from this website save information on your computer, but you want to decide on a case-by-case basis for each application, move the slider to the far left (None). Each time an application from this website wants to save information on your computer, you will see a question asking for more disk space.
    If you want to let applications from this website save as much information on your computer as they need to, move the slider to the far right (Unlimited).
    If you want to let applications from this website save information on your computer, but want to limit the amount of disk space they can use, move the slider to select 10 KB, 100 KB, 1 MB, or 10 MB. If an application needs more space than you have allotted, you will see a question asking for more disk space while the application is running.
    If an application from this website has already saved some information on your computer and you select a value that is lower than the amount of information already stored, Flash Player informs you that any information that has already been saved will be deleted.
    If you don't want existing information to be deleted, click Cancel to return to the Local Storage Settings panel, and then select a higher value. Otherwise, click OK to delete the information and return to the application.
    How can I change my local storage settings?
    You may want to change your local storage settings if, for example, you want to allot more space for information from this website. To display the Local Storage Settings panel:
    Right-click (Windows) or Control-click (Macintosh) the application image while it is running.
    From the context menu, select Settings, and then click the Local Storage tab.
    or... visit: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.htm l

  • How to enable users to sign and return fillable forms

    Hi,
         I have completed a fillable form with a signature box (this is a registration form) to send to users. I have had responses that say (depending on extended rights) that the form can be completed and saved but not signed or signed and completed but not saved.
    is there any way to have the form completed, signed and returned.
    Apologies if I am missing something really obvious.
    thanks
    (should mention that i was going to use the convert to Echosign function but some of the fields have javascript which is not sopported after the conversion).

    hi George,
         thanks for the quick reply - i had sent two version to a "test mule" one reader extended one not, this is where the problem outlined above took effect. one would save once completed but would not sign and the other would sign and complete but not save.
    it seemed to be one or the other but never completed, signed, saved and returned.

Maybe you are looking for

  • Kernel Patch upgrade results into error

    Recently, we upgraded our R/3 640 kernel from patch number 196 to 327. It went successful. But now, the Sales and order team is having problem in saving the orders(VA02, VA01). While saving Sales order, error pops up saying "dialog step number missin

  • How do I transfer non-iTunes purchases from an iPhone to iTunes on my MacBook?

    Hi, My girlfriend has an iPhone with lots of music on that is ripped from CDs and synced using a computer she no longer has access to. How do I transfer this from the iPhone to an iTunes account on my MacBook Pro. Thanks!

  • Custom Colors in Oracle Forms.

    Hi, As we know we can create custom color in oracle forms and process to create is Creating Custom colors : a)Go to Tools->Preferences. In General Tab On the Color Mode drop-down, select Editable then exit Forms builder. b)Restart forms builder. c)Op

  • How do I turn off Messenger when installing Creative Suite 4/Web Premium?

    I am installing this software from CD on my laptop (Windows 7 OS). I get an error message early in the install saying I must close Windows Live Messenger. But I closed the application using Task Manager. I click 'Retry' and the same error message app

  • Dynamically Create ALV or List Viwer

    Dear Gurus, i have one table with 4 fields (MODULE/LINE/OVEN/NOS) and there values are follows Module1/Line1/Oven1/5 Module1/Line1/Oven2/2 Module1/Line1/Oven3/3 Module1/Line1/Oven4/5 Module1/Line2/Oven1/4 Module1/Line2/Oven2/3 Module1/Line2/Oven3/6 M