Header in Form Builder?

I created a form to insert News with the Form Builder, to show the list of news I would like to insert in iView a heading as to make this? I tried to use a HTML Collection Renderer in iView but he did not work. Thanks a lot!

I am also having this same problem.  There is an image I wish to show at the top of the RenderListItem form, but I only want it to appear once at the top of the iView, instead of at every instance of an item within the list.  There's also a label I've created that I'd like to have appear on the left side of the form while the list spans down the right side, but I'm hoping that question will also be solved once the header challenge is solved.
Is this even possible within the RenderListItem form, or do all elements on that form always duplicate for each instance of a list item, without exception?

Similar Messages

  • I want  to design a News like the *LInklist* by XML Form Builder

    Hello:
       Everyone!
       Now I have another problem about XML Form Builder
       I want  to design a News like the LInklist by XML Form Builder
       I want the result,For Example
    SAP News
           1news1
           2news2
           3news3
    who can give me some adviseon about how to disign the Edit, Show and Renderlistitem in XML
    Thanks a lot
    Hope your help!

    Hi,
    In XML Form
    1) Edit form is used for designing the user interface.
    2) Show form is used for displaying the xml form to the end user
    3) RenderListItem is used for  rendering the xml form into a small description like 1News1, 2news2  etc..
        Here you need to display only the heading of the xml form
    After you create the xml form
    Create Layout set  where you need to give the proerties like xml renderer form , no of items to display etc...
    Thanks&Regards,
    Raghu

  • Creating a .fmb with out using form builder

    Hi
    I am having a template to create form modules in the forms builder, for the most of the forms I need not change any
    of the PL/SQL code provided by the template. (All my business logic and information regading items in object navigator resides in the database) The only thing that I need to do is creation of fields in object navigator and provide the
    sub class information for it. So I felt that It's better to have a tool which generats the requried .fmb file if the all
    field details are stored in a table.
    While expermenting on that we came to know that there are some functions provided by Oracle Developer6.0 that creates all
    objects in the object navigator using a C program. These programs requires some header file, most of which are provided by
    Oracle developer6.0 and some are missing.
    Pls. let me know if any one experimented
    Thanx & Regards
    ([email protected])

    u have 2 options
    create  amterial master with price control indicator standrd and maintin the price of mateirial in account view now create a po with free line itme and do the gr now in this case sytem will create a accounting document and it post the amount to the stock account Dr.
    and no gr/ir  account hit will happen as it is a free itme so there is no question of paying any amount to vendor
    u can also use movement type 511 to do the gr for that free good
    option 2  create  am material with moving average price in this case if u do the gr then  system will not create any account document but point to note here is the price will become then zero in material master as map means latest price is updated in matreial master

  • XML Form Build Error Unexpected http response code 500: Error

    Dear All,
    I am facing the error when I am starting the XML Forms Builder.The tool checks the environment in which the XML Forms Builder is running (xfbuildertest.html)
    I am getting the following result :
    - Test: Connection Tests
    - ! Test Failed !
    - A test in the suite failed
    - Test: XML Forms Builder Version
    - ! Test Failed !
    - Unexpected http response code 500: Internal Server Error
    Test: Load Global Settings
    - Not Started
    - This test depends on the test "XML Forms Builder Version", which did not complete successfully
    - Test: Load Project List
    - Not Started
    - This test depends on the test "XML Forms Builder Version", which did not complete successfully
    Please help me.
    Regards
    Pravesh

    Hi Lorcan.
    So what exactly happens when you try to start XML Forms builder, do you get an actual error or does it just not start at all?
    > Actually the News are not getting displayed . The HTML (Html tages)are not getting rendered properly in XML Form Builder.
       This news are perfectly working in other environment  (Dev/Qlty) but not in Production .. where i am facing the issue of rendering the news ( not in correct format as expected)
    It is appearing as link. where as in my other environment the Text in proper HTML format.
    (Link of News appearing in production) whereas in Dev/Qlty proper text with Heading/Font/Colour appears. Or are you only seeing errors when you run the environment check?
    > I am getting the errors when running the environment check on in Production but not in Development/Quality.
    Did you try it on different clients or with different users? Is this a new installation or have you recently upgraded? Are all your components on the same SP level?
    > This is new installation but SP level are exactly same across the system(Dev/Qlty/Prod).
    Also the check the settings and found proper..
    Root Directory * /usr/sap/<System-ID>/SYS/global/config/cm/etc*
    Please let me know am I missing something..
    Why its not running on my production system.
    Regards
    Pravesh

  • Running first Form from Form Builder 10g

    Hi. I've upgraded my first 6i form to 10g. In Form Builder 10g (for Windows) I execute the form and it opens it in my Internet Explorer (IE) window instead of the traditional Oracle Run-time window.
    This is fine, except IE has a large header area that includes items like the Internet Address Field, the Search Field, the Back and Forward buttons, various icon buttons for printing, finding, the Tabbed Windows, the home button, etc.... With all this additional space taken up in the browser I don't have as much room for my canvas to display.
    Does this mean I have to adjust the canvas size for all my existing forms to fit this smaller IE area or can I somehow free up more space in the IE window by hidding all these default IE items?
    Any help would be greatly appreciated! Thanks in advance.

    Add these to your WHEN-NEW-FORM_INSTANCE trigger:
    -- browser (main) window
    set_window_property(forms_mdi_window, window_state, maximize);
    --inner window
    set_window_property('YOUR_WINDOW', window_state, maximize);

  • URGENT 6i Forms Builder generate access violation 0xc000005 exception

    Forms builder generate exception on WinNT 4.0 SP6.
    Forms Patchset 12 installed.
    Can't generate fmx !
    Compile all (Shift-Ctlr-K) and after generate file (Ctrl-T) create an exception.
    Please help !
    Thanks

    Try this - I've just written and tested this for 6i - it does detach all the libraries.
    The things to watch are:
    1) Remember to Save the form!
    2) When you detach a library it destroys the reference as well so d2fobg_next() or d2falbg_next() will fail because the pointer is now null - so you have to get the next library before detaching the current one.
    * detlib.c 1.0.0
    * Copyright (c) 2002 Oracle Corporation. All Rights Reserved.
    * Detach the PL/SQL libraries currently attached to
    * a form.
    #include <stdio.h>
    #include <stdlib.h>
    #include <malloc.h>
    #include <d2fctx.h>   /* Forms API context */
    #include <d2ffmd.h>   /* Form module header file */
    #include <d2fob.h>    /* Generic Object header file */
    #include <d2falb.h>   /* PL/SQL Attached Library Header file */
    int main (int argc, char *argv[])
      d2fctxa  ctx_attr;
      d2fctx  *ctx;
      d2ffmd  *form;
      d2fob   *lib;
      d2fob   *nextLib;
      char    *form_name;
      char    *libName;
      char    *libLoc;
      number   libSrc;
       /* Check arguments */
       if ( argc != 2)
        fprintf(stderr, "USAGE: %s <filename>\n", argv[0]);
        exit(1);
       /* Create Forms API context */
       ctx_attr.mask_d2fctxa = (ub4)0;
       if ( d2fctxcr_Create(&ctx, &ctx_attr) != D2FS_SUCCESS )
        fprintf(stderr, "Error creating Forms API context\n");
        exit(1);
       /* Load the form module into memory */
       if ( d2ffmdld_Load(ctx, &form, argv[1], FALSE) != D2FS_SUCCESS )
        fprintf(stderr, "Failed to load form module: %s\n", argv[1]);
        exit(1);
       /* Get the name of the form module */
       if ( d2ffmdg_name(ctx, form, &form_name) != D2FS_SUCCESS )
        fprintf(stderr, "Error getting the name of the form module\n");
       else
         /* print the name of the form, then free it */
         fprintf(stdout,"Libraries attached to %s\n", form_name);
         fflush(stdout);
         if (d2fobhp_HasProp(ctx, form, D2FP_ATT_LIB) == D2FS_YES)
           * Get the Handle of the first lib
          if (d2fobgo_GetObjProp(ctx, form, D2FP_ATT_LIB, &lib) == D2FS_SUCCESS)
            while (lib != (d2fob *)0)
               * Get the Name
              d2fobgt_GetTextProp(ctx, lib, D2FP_NAME, &libName);
               * Get the Location
              d2fobgt_GetTextProp(ctx, lib, D2FP_LIB_LOC, &libLoc);
               * Get the Source
              if (d2fobgn_GetNumProp(ctx, lib, D2FP_LIB_SRC, &libSrc) != D2FS_SUCCESS)
                libSrc = D2FC_LISR_FS;
               * Print all that out
              fprintf(stdout,"Detaching %-25s from %s\n",libName,((libSrc==D2FC_LISR_DB)?("Database"):(libLoc)));
               * Before Detaching get the handle to the next library
               * because detaching will destroy this handle and prevent you
               * walking to the next
              if (d2fobg_next(ctx, lib, &nextLib) != D2FS_SUCCESS)
                nextLib = (d2fob *)0;
               * Do the Detach
               if (d2falbdt_Detach(ctx , lib  )  == D2FS_SUCCESS)
                 fprintf(stdout,"\tDetached OK\n");
               else
                 fprintf(stdout,"\tWARNING Detach did not work\n");
               * Re-assign the lib
               lib = nextLib;
         else
           fprintf(stdout,"No Libraries Attached...\n");
       /* Save the Form */
       if (d2ffmdsv_Save(ctx, form, argv[1], FALSE) != D2FS_SUCCESS)
        fprintf(stdout,"Could not save Form\n");
       /* Destroy the in-memory form */
       if ( d2ffmdde_Destroy(ctx, form) != D2FS_SUCCESS )
        fprintf(stderr, "Error destroying the form module\n");
       /* Close the API and destroy context */
       d2fctxde_Destroy(ctx);
       return 0;
    }

  • Unable to create new in form builder

    I'm currently using oracle 9i and within form builder, i've built a form with three tabs consisting of data taken from a table, and 2 views.
    I've also created a sequence in sql+ that starts with 6 so i can use it to add new serial_no.
    But the problem is whenever i press the create button which really is pl/sql code
    SELECT no_serial_sequence.NEXTVAL
    FROM dual;It doesn't creates a new record, instead it changes the current record.
    Can anyone please give me some suggestions on where to look for errors?
    Thanks in advance. B)

    Can you send the command with which you create sequence.
    Thanks

  • Help is not working in Form Builder 6i

    Hi all,
    I'm using Forms builder 6i in Windows7 system. When i go to Help menu and click 'Form Builder Help Topics' a error message is coming.
    I've reinstalled it many times. In Windows XP system it's working fine. Why it's not working in Windows7?
    Any suggestions??

    Check this:
    http://support.microsoft.com/kb/917607
    Regards

  • XML Forms Builder - problem with checkbox

    Hi,
    I have created many checkboxes in XML Forms Builder and if I want to create a new document based on this "Form" I have still checked one of checkboxes. I would like to have all empty  checkboxes becasue user should check the appropriate checkboxes.
    Do you know how to resolve this problem?
    Thaks for help!
    Regards,
    Andrzej Tabara

    Hi,
    is it always the same checkbox that is already filled in? Is this ckeckbox based on a metadata-definition?
    If yes: You could maybe have a look at the metadata-definition. Is there maybe a default-value defined?
    Kind reagrds
    Karin

  • Can not open PLLs on Forms Builder 10g

    Hi Folks,
    everytime I try to open an existing PLL-File via the Forms Builder FileOpen-Dialog I have got the message
        PDE-PLI018 Couln not find library
        Drive:\Path\LibName.pll
    Pressing the OK-Button returns to the FileOpen-Dialog. The selected FileType in the Dialog take effect to the filelist but nothing else.
    Note that the file exists and I select it from the Filelist!
    About Forms Window shows the following:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production
    While converting from 6i to 10g it is unavoidable to convert forms and libraries, so please help me!
    PS: I can recompile forms with attached libraries if the PLX-Files (6i) are available, but the forms will not work with these PLX-Files.
    edited by ths:
    I tried to generate a new library. This works fine until I saved it. After naming the library and pressing the save button in the dialog the pll file was created and the same error message appears.
    I closed form builder and tried to reopen the library: same error.
    I generated another new library and save this by selecting the first new I generated. Jippee! I get the message that the file already exists! I selected "overwrite" and the file was overwritten. After that the same error appears.
    How can I (re)open PLL files? It is no solution to generate a new library overwriting the old one everytime some changes should made.
    Trying to build the library (Ctrl+T) produces another error:
        FRM-91507: Internal Error: Unable to generate library.
    Compiling (Ctrl-Shift-K) works fine.

    Hi Mark,
    there's no user except of me on the pc and server (I'm working via rdp-client on a virtual server), no server and no oc4j task or instance started. The one and only program that runs is forms builder. The error occurs if I just try to open a pll file via the file open dialog of forms builder.
    With my admins we found that forms builder creates a (temporary) file (e.g. s22o without extension with 827392 bytes) in c:\ but only if I'm the actual user. After I'm getting the permission to create and update files on c:\ forms builder was able to open pll files. Now we're trying to find out why this accurs only on my login. With other users we tried these file was created on F:\ which is the personal drive of the user. I'm only wondering about the fact that temporary files were not created in the TEMP folder defined by the TMP or TEMP environment variable.
    So we solved this unusual problem in an unusual way.

  • FRM-92101 when trying to run forms from Forms Builder 10g

    I have been struggling with this for a few days now and have tried multiple solutions around on these forums without any resolution yet!
    Trying to run Forms Builder on a Windows XP machine with Oracle Development Suite 10.1.2.0.2 installed in its own ORACLE_HOME. The installation completes succesfully and I can start the OC4J instance.
    1) When I open up Forms Builder and pull up the test.fmb form and try to run it, I get the following error:
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    On clicking 'Details' the following errors are displayed:
    Java Exception:
    oracle.forms.netConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    2) The ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\application.log includes the following errors:
    11/11/25 10:02:23 formsweb: RunformProcess.connect(): failed !
    11/11/25 10:02:23 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    11/11/25 10:02:23 formsweb: Forms session <1> exception stack trace:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    3) The Java console has the following error:
    oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties with no proxy
    Any inputs will be greatly appreciated.

    Same issue here... Been trying to get this working since a week now. I tried all the solutions like memory heap and all but no luck.
    One thing that I would like to know is that, in some threads the resolution was to recompile the INS_FORMS.MK file under /forms/lib32 but with my installation I don't have that "lib32" folder under /forms/ and I can not even find that file anywhere in my entire installation.
    I am using 12.1.1 on Windows Server 2008.
    Any help or guidelines is greatly appreciated.
    Santhosh.

  • Suggest me the link to any Pdf file having form builder process flowcharts

    Hi people,
    In form builder 6i ,in help topics, i find "process flowcharts" describing various default process of form builder is there. I want to take it printout. But first what i have to do is copy it into microsoft word and then
    format the same etc it is time consuming.
    Can any body suggest me if there is any pdf file having such process flowcharts. If such pdf file is there then please tell me the link.
    thanks in advance
    prasanth a.s.

    Prashant,
    think this is a duplicate. However, look at the online help.
    Frank

  • System takes long time to Save/Activate using SFP Form Builder

    We are planning to customize the Travel Expense PDF Form – PTRV_EXPENSE_FORM in ECC 6.0 using transaction SFP – FORM BUILDER (ABAP Workbench). As the initial step we copied it into Z form and started the changes.  Here is the problem: Even for a small change on the Layout, system is taking long time to complete the process.
    For example:
    For Saving the changes: 6 to 7 minutes
    For Activating the changes: 12 to 13 minutes.
    On the server side :
    we are on ECC 6.0, SAP NW04s SP 9 for EA-HR
    ADOBE LiveCycle Designer 7.1 (Patch 3 applied).
    On client machine :
    we have SAP GUI 640 Patch Level 21,
    ADOBE Reader 7.0.9.
    Client machine has 1 GB RAM & 40 GB Hard Drive.
    Thanks in Advance for the quick reply.

    Same problem for us

  • Forms Builder - form not pulling the data from the DB into the datablock

    I'm working on a school project, and I'm not sure if I'm doing something wrong, or if something is wrong with my setup.
    I created a basic form, 3 fields, and ID, firstname and lastname
    the wizard connected fine, pulled the three fields into forms builder
    I setup a canvas - type content with the a form format layout of the three fields.
    saved the form.
    When I run the form and it's displayed, nothing gets pulled into the fields (all blank).
    Shouldn't it pull at least the first row from the table?
    it says it's on record 1/1
    XP, Oracle 10g, Form builder 10.1.2,
    I'm not getting any errors
    I want to get this basic form working first, before I start adding to it, and it doesn't seem to want to cooperate.
    I've done the same steps as in the tutorials....

    I did find that, if I put data in the ID, first and lastname on the form, and click Execute & Save on the Menu, it does add it to the database.
    Maybe what I'm missing, is how do I get the form to read from the database when it starts up?

  • Error while opening Adobe Form Builder

    Hi all,
    I am trying to open an existing form in Adobe Form builder (TA SFP).
    When ever I display a standard form say FP_TEST_01 and go to the layout tab, I get an error saying <i><b>Error occurred in communication with layout editor</b></i>. I am using ECC 5.0 system.
    Am I missing any configurations?
    We have all the required configurations set as mentioned in Configuration guide. (Required for ABAP stack).
    Please help me out.
    Thanks in advance.
    Regards,
    Ravikiran.

    Or go to http://service.sap.com/download > Download > SPs and Patches > Search for SPs and Patches > Enter 'Designer'. Install Designer 7.0 <b>and the 7.0 patch</b> (!).
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

Maybe you are looking for

  • HT4528 How do i set up my Iphone to print to my printer, I have an Iphone 4 with up date to IOS7

    How do i set up my I phone so i can print from it . I have an Iphone 4s with update to 7.0.4

  • Mac Mini As A Movie & Music Server

    I am interested in getting a Mac Mini to be used as a dedicated Movie/Music server for the AppleTV 2. I intend was it is all set up to just leave it on 24/7 while connected to an external drive. If anybody has done this yet that could give me some ti

  • Trying to use SQL to implement a VPD policy

    could some please help me with the following code :- these are the steps i took. i'm trying to implement a VPD(virtual private database) also know as Fine Grained Accessed on my APEX 3.2.1 ------ login as SYS CREATE USER vpd_admin IDENTIFIED BY Passw

  • Always on-top window help!

    I am trying to get a window to be on top of a game application called "halo". The problem is that the game always want to be on top and I have tried to use a program called AutoIt, but I have to keep on setting the window to be ontop which cause a fl

  • Auto login after new user registration

    Hello, I would like to go directly to a restricted page (add session variables for username, level, etc) after a new user is registered, without first going to the login page. Is there a way to do this? I tried adding a login user behavior to my new