Show an other module in a container module all in a same canvas

Hello,
I want that a module which has a tree menu contains any module called from the tree menu.
Then the called module will be in a same canvas; the tree form module will envelope the called module.
It's possible to do this ?
What is the way do realize it ?
Regards.

Francois, maybe it's possible by using your HTLM browser Java bean?
Yes, by this way you can encapsulate another entire Forms application in a Java Bean stored on the canvas.
But they would be complete separate application, and it would be complex to send information between them.
Francois

Similar Messages

  • HT4623 It doesnt have the option on my sons iPod or my daughters iPad for "software update". My other daughters iPad did. Why is it not on the other two . We bought them all at the same time. They are all same year

    IPod says operating 4.3.5 (8L1) model MC540LL plus my daughters iPad 2 doesn't show the software update option either. My other daughter also has iPad 2 and I was able to update hers last night

    The two without the "software update" are probably running a version of iOS prior to 5.
    To upgrade them they will need to be connected to computer with the USB cable and upgraded using iTunes.
    Allan

  • How to contain a sub-component in the module instead of containing it in the main application

    Hi,
    I've 3 files
    Appln.mxml (application file)  ----  contains main application
    component.mxml (component file)  ----  contains component
    module.mxml (module file)  -----  contains module
    Generally the 'component.mxml' file will get loaded into the 'Appln.mxml' file (i.e., 'Appln.mxml' file will contain the custom component files) and whereas module file will get loaded on-demand.
    So Now instead of containing the data of 'component.mxml' file in the 'Appln.mxml',  I want to contain 'component.mxml' file data in the 'module.mxml' file itself and load the 'component.mxml' when module is loaded on-demand but not when application is loaded. So can any one please suggest me how to do it?
    Thanks in advance..

    Theo--
    You can delete software components & versions from the IR in XI 2.0.  (We're on Service Pack 5, and I've done it to clean up our IR.)
    Here is the process:
    1. Delete all configuration and/or import objects from the SCV.  Don't forget the 2 fault data types that SAP automatically creates in every namespace.
    1a.  Activate all change lists?  I don't remember for certain if this is needed here; if it won't let you save the deleted namespaces in step 2, then do this first.
    2. Double-click on the Software Component Version so that it comes up in the right pane.  Click on the change/edit button.  Delete all the namespaces from the SCV.  Save.
    3. Activate all change lists.  (It won't let you delete the SCV if you have uncommitted changes.)
    4. Open the SCV again (if it's not still open).  On the menu at the top of the right pane, go to Software Component Version...Delete.  You may or may not have to activate changes again.
    If I remember right, the software component will disappear automatically with the deletion of the last version.
    Hope this helps!
    --Dan King
    Capgemini

  • Why Module level trigger contains "WHEN-CHECKBOX-CHANGED" trigger in Forms 6i?

    Hi,
    Why Module level trigger contains triggers like "WHEN-CHECKBOX-CHANGED", "WHEN-BUTTON-PRESSED" etc.? "WHEN-CHECKBOX-CHANGED" trigger is present in CheckBox & "WHEN-BUTTON-PRESSED" trigger in Button. Then why these triggers are also presnt in Module?
    Can anyone please clarify my doubt?

    There's a lot of triggers that are present at different "scopes". Like they exist at the item level, the block level,
    the module level...
    The idea is if you have an action that should only occur at that one single item it can do in the item trigger. If
    it's for all of them on the block, in the block level trigger. If for all of them ever, at the module level.
    For example suppose you wanted it to do a next_item after the trigger executed you can put that logic in the module
    level trigger. A key thing to notice here is the trigger hierarchy. That is essential to know about.
    Right click on one of these triggers in the object navigator. The execution hierarchy is override, before and after.
    since each of these levels of the same trigger has this execution hierarchy this is, well, potentially not easy to
    understand what is going to happen. I would typically have a per-item trigger be before and a higher level trigger
    be after.
    And this execution hierarchy thing is something I'd love to see enhanced in the gui. I wish it was a lot easier to see
    what the execution hierarchy is when editing a trigger text. I wish one could see and modify the execution hierarchy on the
    same screen as the trigger text and what would be really great is some way to tell how the trigger hierarchy will sort out
    at run time. For example if one is looking at an item level trigger it would be fabulous to know that as is, that trigger will be
    overridden by a higher level trigger and so on. Or vice versa if one is looking at a block level or form level trigger that it is
    overridden by a lower level trigger, or it will execute before or after some other trigger. I don't know what is defined to happen
    with various levels of triggers that have the same execution hierarchy. Like suppose they are all override,before,after.. then
    what happens? It'd be good to know.

  • How can I use the print module to print different size images on one large "canvas"?

    How can I use the print module to print different size images on one large "canvas"? An example would be in Photoshop, go to file>new, and create the size paper I want, and move images of different sizes onto it.
    I was thinking the print module would do this automatically for me.

    You can't, at present. It's been a requested feature, so we'll see if it shows up in a future version, but it's not there at present.

  • Disconnect Application Module Upon Release app module configuration.

    Hi,
    I read in one article that using that "*Disconnect Application Module Upon Release*" in App module configuration is strongly not recommended (http://andrejusb.blogspot.com/2010/02/optimizing-oracle-adf-application-pool.html).
    Can anyone pls let me know if there are any other problems apart from this (https://forums.oracle.com/forums/thread.jspa?messageID=9873898#9873898) LOV issue.

    Hi Frank,
    Thank you very much for your support.... very much needed.......
    I will give a outline of my app and please do tell me where you need indepth details so we can narrow down to the flaw.
    * JAVA : *1.6*
    * JEVELOPER VERSION: *11*
    * WebLogic : *11*
    * Oracle DB : *11g*
    ----------------------------------------- ORACLE DATABASE DETAILS*
    * VERSION : *11g*
    * MAX CURSORS LIMIT : *300*
    ----------------------------------------- WEBLOGIC DETAILS*
    * DATA SOURCE : XXXDS (Not jdbc url)
    * JNDI : jdbc/XXXDS
    * Connection pool details:
    - initial size : *1*
    - Max Capacity : *50000*
    - Inactive connection time out : *0*
    * Every other settings are defaults
    ----------------------------------------- AM's details*
    * My model contains : *19* App modules ( All root )
    * app module configs: (Giving only those were changed, else are defaults)
    --- Connection type : Data Source - datasource name : jdbc/XXXDS (One given in weblogic)
    --- jbo.ampool.maxinactiveage : *60000*
    --- jbo.ampool.monitorsleepinterval     : *30000*
    --- jbo.ampool.timetolive :*120000*
    --- jbo.locking.mode : optimistic
    ----------------------------------------- Overridden Methods*
    This method is called each and every time an app module since all appl modue extends this
    @Override
    protected void *prepareSession(Session session) {*
    String username = ADFContext.getCurrent().getSecurityContext().getUserName().toUpperCase();
    log.debug("Preparing session for user " + username);
    Statement st = getDBTransaction().createPreparedStatement("rollback", 0);
    try {
    if (st.getConnection() instanceof PoolConnection) {
    PoolConnection poolConnection = (PoolConnection) st.getConnection();
    OracleConnection connection = (OracleConnection) poolConnection.checkConnection();
    if (connection.isProxySession() && username.equals(connection.getProperties().get(PROXY_USER_PROPERTY))) {
    // no proxying required, we already have a connection that is proxied for this user
    super.prepareSession(session);
    return;
    clearStatementCache(poolConnection);
    if (connection.isProxySession()) {
    log.debug("Connection already proxied. Tearing down previous connection.");
    connection.close(OracleConnection.PROXY_SESSION);
    log.debug("Creating proxy connection for user " + username);
    Properties properties = new Properties();
    properties.put(PROXY_USER_PROPERTY, username);
    connection.openProxySession(OracleConnection.PROXYTYPE_USER_NAME, properties);
    clearStatementCache(poolConnection);
    validateUser(username);
    } else {
    throw new JboException("Connection was not a PoolConnection, your AppModule appears to be using JDBC URL configuration instead of a managed data source.\n Try changing the Local and Shared 'Configurations' for this application module: " + this.getDefFullName());
    } catch (SQLException e) {
    log.error("Unable to prepare session correctly, proxying failed.", e);
    } finally {
    try {
    st.close();
    } catch (SQLException e) {
    log.warn("Unable to close statement", e);
    super.prepareSession(session);
    @Override
    protected void beforeDisconnect() *{*
    Statement st = getDBTransaction().createPreparedStatement("rollback", 0);
    try {
    PoolConnection poolConnection = (PoolConnection) st.getConnection();
    clearStatementCache(poolConnection);
    } catch (SQLException e) {
    log.warn("Unable to tear down session correctly, clearing statement caches failed.", e);
    } finally {
    try {
    st.close();
    } catch (SQLException e) {
    log.warn("Unable to close statement", e);
    super.beforeDisconnect();
    ----------------------------------------- Few points about our design
    * A single page can load more than one app modules.
    * All LOV comes under a single app module.
    * We use multiple LOV in the same page.
    thank you for ur help......

  • [svn] 668: opensource: ant package now works on a Mac; Darrell pointed out some Windows-centric backslashes that were holding up the show (fixed others that I found too).

    Revision: 668
    Author: [email protected]
    Date: 2008-02-26 16:26:38 -0800 (Tue, 26 Feb 2008)
    Log Message:
    opensource: ant package now works on a Mac; Darrell pointed out some Windows-centric backslashes that were holding up the show (fixed others that I found too).
    Modified Paths:
    flex/sdk/branches/3.0.x/build.xml
    flex/sdk/branches/3.0.x/frameworks/tests/checkinapp/build.xml
    flex/sdk/branches/3.0.x/modules/asc/build/java/build.xml

    It sounds to me like Final Cut Express is what you really need to learn. I learned it by buying a book that included a DVD of examples to use as you go through the book. It will only take a couple of hours to figure out how to do most of what you need to know. Its the last 20% that will take the longest to learn, mostly because its the stuff you'll use the least.
    The book I used was written by Tom Wolsky. It was for version 2 of the program. I don't know if its been updated. Take a look in the Final Cut Express forum. Ask the forum for recommendations. You'll probably get a response from Tom Wolsky himself since he's a regular on that forum.
    I've since upgraded to Final Cut Studio. I occasionally still use iMovieHD because its easier for some tasks but not very flexible. For example, the themes in iMovie are easy to use but it would be near impossible to recreate them in Final Cut Express. So I sometimes just populate the themes in iMovie and export them to Final Cut to add to a larger project.
    There are a couple of potential stumbling blocks in learning Final Cut, one of them being media handles. Once you figure out those, you'll be on your way...

  • Parameter name in module configuration of adapter module in comm channel

    Hi Experts,
    I have developed an adapter module to read a excel file , have used the module in the sender file adapter.
    What entrie should i put in parameter name and parameter value  in module configuration of adapter module in comm channel.
    Im too confused,,pls help

    Hi Ivan,
    The code is basically to read the all colums add em under xml tags and read from second row on wards the data
    please find below the module data code
    public ModuleData process(ModuleContext mc, ModuleData imd)throws ModuleException
                             Object obj = null;
                             Message msg = null;
                             MessageKey amk = null ;
                        amk = new MessageKey(msg.getMessageId(),msg.getMessageDirection());
                        Audit.addAuditLogEntry(amk, AuditLogStatus.SUCCESS,"Module called");
                        try {
                                  obj = imd.getPrincipalData();
                                  msg = (Message) obj;
                                  XMLPayload xp = msg.getDocument();
                                  if (xp != null)
                                        byte by[] = convert(xp.getContent());
                                             xp.setContent(by);
                                       imd.setPrincipalData(msg);
                              catch (Exception e)
                    return imd;
                   public byte[] convert(byte src[]) throws Exception
                        String xmldata = "";
                   try
                             ByteArrayInputStream byteArr = new ByteArrayInputStream(src);
                             Workbook w = Workbook.getWorkbook(byteArr);
                             xmldata ="<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n"+ "<ns0:""MT_ExcelFiles"" ""xmlns:ns0=\"""urn:xyz:abc"+"\"> \n";
                               int a = w.getSheet(0).getRows();
                               int b = w.getSheet(0).getColumns();
                        for(int j=1;j<a;j++)
                                   for(int i=0;i<b;i++)
                                                  xmldata = xmldata + "<"w.getSheet(0).getCell(i,0).getContents().toString()">"w.getSheet(0).getCell(i,j).getContents().toString()"</"w.getSheet(0).getCell(i,0).getContents().toString()">";
                        xmldata = xmldata"</ns0:""MT_ExcelFiles"+">";
                        w.close();
              catch (Exception e)
           return xmldata.getBytes();

  • *Can we call a Standard Function Module inside a Zfunction module ?*

    Can anyone please help me know whether we can call a Standard Function Module inside a Zfunction module ?
    I tried the same (No syntax error) BUT when i activate the zFunction Module it throws the error:-
    +'' REPORT/PROGRAM statement missing, or program type is INCLUDE. " +

    Yes, I got the Answer -
    We Can we call a Standard Function Module inside a Zfunction module.
    But we need to make sure that the Function Groups are activated.
    FUNCTION ZFM_TEST_NESTED_FM.
    ""Local Interface:
    *"  EXPORTING
    *"     REFERENCE(EX_CONVERT_UPPER_CASE) TYPE  STRING
    CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE'
      EXPORTING
      LANGU                     = SY-LANGU
        TEXT                         = 'gaurav'
    IMPORTING
        TEXT_UC                   = EX_CONVERT_UPPER_CASE
    EXCEPTIONS
       NO_LOCALE_AVAILABLE       = 1
       OTHERS                                    = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFUNCTION.

  • Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     11.0.1.12   Application Timestamp:     50c8fc7e   Fault Module Name:     StackHash_0a9e   Fault Module Version:     0.0.0.0   Fault Module Times

    ITunes app crashed after startup with following errors.
    Problem signature:
      Problem Event Name:                        BEX
      Application Name:                             iTunes.exe
      Application Version:                           11.0.1.12
      Application Timestamp:                     50c8fc7e
      Fault Module Name:                          StackHash_0a9e
      Fault Module Version:                        0.0.0.0
      Fault Module Timestamp:                  00000000
      Exception Offset:                                00000000
      Exception Code:                                  c0000005
      Exception Data:                                   00000008
      OS Version:                                          6.1.7601.2.1.0.256.4
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    Any ideas, tried reinstalling ITunes, no change.

    I am encountering the same thing as I am trying to restore my iPhone. How to fix this? I tried repairing iTunes. Still having the issue.

  • In Adobe Lightroom, the Develop module is saying "Develop module disabled. Please renew your membership to reactivate the Develop module". I bought this product at full price several months ago.

    The Develop module is saying "Develop module disabled. Please renew your membership to reactivate the Develop module". I bought the product at full price several months ago and have had no problems using it until, so I am not sure what it is asking of me. I only had it on one other computer before I added it to this second computer, and I understand we get 3 copies. There should not be any issues. I need an answer ASAP.. actually pretty shocked that there is no immediate customer service that I can contact for a problem like this.

    If the develop module is disabled then you have downloaded and installed Lightroom from the creative cloud. It cannot be licensed with a serial number. It requires a creative cloud subscription, and is activated and kept active with your Adobe ID and password. That version will not work on your computer and will have to be uninstalled. Then you can install from one of these two links:
    Adobe - Lightroom : For Windows : Adobe Photoshop Lightroom 5.7.1
    Adobe - Lightroom : For Macintosh : Adobe Photoshop Lightroom 5.7.1
    This will have no impact on your catalog or your images. After you install from the right website you will be able to continue where you left off.

  • Can a function module call another function module

    Can a function module call another function module:-
      within the same function group
    (ii)  within different function  groups

    Hi,
    We can call function from another function. If there is a function which is like a calculator and all the operations are from different functions then we have to call the functions from the calculator function for different functions.
    If all the function are from same function group, Then the data is globally available to all the functions with in the group.
    Otherwise we have to declare the data definitions for each of the functions if they are in different function groups.  
    Yes it is possible to call a function module from another function module:-
    within the same function group
    (ii) within different function groups
    Reward.

  • Query regarding function module SPOOL_RQ_READ_BAPI_EXPORTS (EBP-SRM Module)

    query regarding function module SPOOL_RQ_READ_BAPI_EXPORTS (EBP-SRM Module)
    shopping cart
    Hi in FM SPOOL_RQ_READ_BAPI_EXPORTS
    i want to relate the internal tables requisition_items and requisition_services.
    but in am not getting the key on which they should be joined
    here i have to take the quantity and other fields from requisition_services
    right now i am using the joining condition as
    requisition_items-pckg_no = requisition_services-pckg_no.
    any help in this regard is welcome.
    Thanks and regards,
    Vithalprasad

    Hi Kathirvel,
    Thank you for reply. I am making changes for standard code only.
    " Call FM SPOOL_DPO_READ_BAPI_EXPORTS to read PO data exported to backend.
    Use this data to call FM B46B_DPO_TRANSFER and copy errors tab from
    ' lt_bapi_return ' to ' et_messages' retrun tab in 'doc_check' badi. "
    Thank you.
    Regards, Sunu

  • How to load kernel module before another kernel module?

    I have an Iomega ZIP 100 parallel port drive and need module imm to be loaded before lp module. But I don't know how to do this. Simple adding these modules in rc.conf in MODULES section in the correct order doesn't work. I also realized that udev loads lp module, but I don't know how to make udev load this module before or after other modules.
    Last edited by kotyz (2007-06-24 13:58:15)

    or in /etc/mkinitcpio.conf :
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run.  Advanced users may wish to specify all system modules
    # in this array.  For instance:
    #     MODULES="piix ide_disk reiserfs"
    MODULES=""
    and make a new initrd image with mkinitcpio -g /boot/newkernel26.img ,edit menu.lst and reboot

  • How do I send modulated FSK Data using modulation toolkit

    I am trying to create modulated FSK data using the Modulation toolkit.
    I found the example VI "MT RFSG Generate FSK.vi".
    This example sends continuous CW data.
    I need to control the data that is being sent.
    Sending data from a file or an array in LabVIEW would be great.
    I would also like to be able to be able to continually stream known data such as "55" or "AA" hex.
    I'm trying to do a receive sensitivity test, so I want to stream known data out to my DUT. Then
    keep reducing the power until the DUT that is receiving the data starts dropping BITS.

    Hi
    The bit stream use to generate the FSK signal in this example is a pseudo random sequence.  If you go inside the custom subvi “mod_Create Continuous FSK” you can see how the example generates the bit stream.
    As you can see in the picture the subvis use to generate the FSK signal are called “MT Generate Filter Coefficients”: Calculates filter coefficients for pulse shaping and matched filters applied by the digital modulation and demodulation VIs. The calculated filter coefficients are used during modulation to reduce the bandwidth of the transmitted signal, and during demodulation to reduce intersymbol interference. The other function is call “MT Modulate FSK”: Inputs a sequence of data bits, performs FSK modulation, and returns the modulated complex baseband waveform in the output complex waveform parameter.
    A similar case liek yours was addressed by one of my partners. He developed a simple example that generates the FSK signal from an 8 bit integer array. Please take a look at the examples.
    A very good resource is the article in Devzone: RF Hardware Example: Frequency Shift Keying. 
    Message Edited by Jaime F on 02-13-2008 07:07 PM
    Jaime Hoffiz
    National Instruments
    Product Expert
    Digital Multimeters and LCR Meters
    Attachments:
    fsk01.png ‏115 KB
    fsk02.png ‏112 KB

Maybe you are looking for

  • PDFs created by Adobe PDF print device do not display correctly in Illustrator

    I generated a PDF from a PowerPoint file by printing to the Adobe PDF printer device. This step works correctly as the PDF appears normal in Acrobat. However, upon opening the PDF in Illustrator, none of the graphic (bitmap) elements are rendered cor

  • How to edit task form generated from human task (.jspx)???

    I created simple SOA application with simple Human task (from this tutorial http://redstack.wordpress.com/2010/01/08/human-workflow-in-11g/ but it doesnt matter) in JDeveloper. Then I generated standard form from human task (Human task -> Auto-Genera

  • Calls sound distorted and broken up?

    Hi, currently having the same fun and games as everyone else with there new N97's, but one thing i was really let down on was the sound quality when you were on a call. Every call i have made so far regardless of who i call or where i am, it sounds v

  • ABAP program Scan

    Hi , Is there any standard ABAP program available in the system to find the obsolete statements in the given custom program?. Is there any table available in ths sytem to store the list of obsolete statements? Is there any table available in the syst

  • Just Black movies in iDVD playback

    Hello. I bought myself a Casio Exilim S770 and Import the mpeg4 avi files to idvd. But there I just see some black movies but can hear the original sound. In QT the playback runs normal. Also in VLC. Another strange thing is, that if i copy some of t