XML Form Builder Show Form

Hi Experts,
   I have a requirement in XML Forms, When I click a particular news item in Renderlist Form, I need to display the Show Form in the same window without opening a new window.  If it is possible, please guide me, How do I do that?  And also, can I specify the size of the Show Form?
Regards,
Venkatesh. K

Hi Venkatesh.
To realsize your ideas you have to build your own XSL or to customize the SAP generated XSL files. We build own XSL files.
1) It is possible to present the Show Form in the same window.
Go to the JAVA SCRIPT SECTION. It is mostly at page bottom. The function open_url_with_params(url,params) is used to open the Show form. In this function window.open(url,'_blank',params) is called. Replace _blank to desired value, e.g. _self.
2) If the Show Form opens in a new window it is possible to specify the size and position of this window.
To realize this go to the link references Show form (open_url_with_params). The function is called with the url and some parameters, e.g. toolbar=no, ... . Add the params width, height, top and left here.
Regards,
René

Similar Messages

  • Creating a iview for XML Form builder Edit Form

    Dear Experts
    I have created an XML Form builder application which has Edit from,Renderlist and Show form. I able to create a datafile in by going to content manager. My requirement is to create an iview for Edit form so that i can assignt he ivew to end user to fill this form. I dont want to give content admin to end user.
    I need to create an ivew to XML Form builder Edit Form
    Regards
    Noel

    Hi,
    Now I'm confused,what do you mean with create new data? Are users editing existing documents
    (as if they go to a document example.xml > edit) or they are creating new documents (as if they go
    on folder > new > forms)?
    The problem is, in both cases a user would need read/write permissions.
    The normal flow content (data) is created in KM is as follows:
    1. user is assigned to a role
    2. role contains KM Navigation iView
    3. KM Navigation iView executes com.sap.km.cm.navigation component
    4. user chooses New > Form UI command (edit_xml_forms)
    5. edit_xml_forms UI command executes its code (com.sapportals.wcm.rendering.uicommand.cm.UIXMLFormsCreateCommand) and open xml edit for the user
    6. user fill the form and click Save, form is created into folder
    For what I understood so far, your requirement basically asks you to go directly to step 5, it is
    possible to pass a URL that goes directly to step 5, the UI command button, but if you do that
    you won't have a context, so chances that it will work are slim, since a context is required to
    fill the parameters asked by the app (like folder, user, permissions, etc). Even though, in some cases you can
    still pass the parameters via post in the URL but you must know which service/parameters the
    app asks for it, also a URL is static...
    That was the create scenario, I think it's more cons than pros, users would still be
    able to bypass the URL iView created for that, I'd suggest evaluating again if it's really
    a problem having users access cm to manage data
    kind regards,
    Rafael

  • Help!!!How to run Form Builder and Forms Runtime together?

    Dear Friends,
    I am new to Oracle Developement and need your help.
    Everytime I click the RUN icon to run a form from the Form Builder, the Forms Runtime starts, however, closes my Form Builder the same time. After I closed the Forms Runtime, the Form Builder shows up as before.
    In another word, I cannot have both Forms Runtime and Forms Builder at the same time. How can I run the form without closing the Form Builder so that it's eaiser to modify the form and time saving?
    Thank you very much.

    Thanks. But I cannot make by using alt+tab. I know it is strange.
    I could do that before but I don't know what's wrong with it now because start of the Runtime automatically hide the Form Builder until I close the runtime. Does anyone have any idea or same experience of this? Any suggestion?
    null

  • WUC-015 in Forms Builder Run Form

    When running a form via Forms Builder, I receive WUC-015. When running the same form via the "Run a form on the web" (runform.htm), it works fine. What did I configure wrong?

    I am running Developer Suite 10g. I have the OC4J instance running. I have a simple form with three buttons that do "webutil_host.host", "webutil_file_transfer.Client_To_AS", and "host". When I "Run a Form on the Web", I am prompted to accept the certificate and the beans load and the form works as anticipated. When I run the form from Forms Builder, I get no certificate and the beans do not load; producing a blank Webutil canvas (yes I know, it is not supposed to be the first navigable block, but while learning I wanted to see it), and the "...form must contain the following bean..." error.
    I have "compiled PLSQL -> All". I am passing "&config=webutil" with my Application Server URL in my Runtime preferences.
    My environment PATH variable is:
    %SystemRoot%\system32;
    %SystemRoot%;
    %SystemRoot%\System32\Wbem;
    C:\WINNT\ms\sms\core\bin;
    C:\Program Files\Oracle\jre\1.1.7\bin;
    c:\oracle\10iDS2\jdk\jre\bin\client;
    c:\oracle\10iDS2\jdk\jre\bin;
    c:\oracle\10iDS2\jlib;
    c:\oracle\10iDS2\bin;
    c:\oracle\10iDS2\jre\1.1.8\bin;
    c:\oracle\10iDS2\jdk\bin;
    C:\Oracle\Ora81\bin
    My environment WV_GATEWAY_CONFIG variable is:
    c:\oracle\10iDS2\listener\cfg\wdbsvr.app
    My registry FORMS90_BUILDER_CLASSPATH is:
    c:\WebUtil\lib\webutil.jar;
    c:\WebUtil\lib\jacob.jar;
    C:\Oracle\10iDS2\forms90\java\f90all.jar;
    c:\oracle\10iDS2\jlib\importer.jar;
    c:\oracle\10iDS2\jlib\debugger.jar;
    c:\oracle\10iDS2\jlib\utj90.jar;
    c:\oracle\10iDS2\jlib\dfc90.jar;
    c:\oracle\10iDS2\jlib\help4.jar;
    c:\oracle\10iDS2\jlib\oracle_ice.jar;
    c:\oracle\10iDS2\jlib\jewt4.jar;
    c:\oracle\10iDS2\jlib\ewt3.jar;
    c:\oracle\10iDS2\jlib\share.jar;
    My registry FORMS90_PATH is:
    c:\oracle\10iDS2\cgenf61\admin;
    c:\oracle\10iDS2\forms90;
    c:\ipms\forms10g;
    c:\WebUtil\forms;
    c:\WebUtil\lib
    My C:\Oracle\10iDS2\forms90\server\default.env file includes:
    ORACLE_HOME=c:\oracle\10iDS2
    FORMS90_PATH=c:\oracle\10iDS2\cgenf61\admin;
    c:\oracle\10iDS2\forms90;
    c:\ipms\forms10g;
    c:\WebUtil\forms;
    c:\WebUtil\lib
    PATH=c:\oracle\10iDS2\bin;c:\oracle\10iDS2\jdk\jre\bin\client
    FORMS90=c:\oracle\10iDS2\forms90
    CLASSPATH=c:\webutil\lib\webutil.jar;
    c:\webutil\lib\jacob.jar;
    c:\oracle\10iDS2\jdk\jre\lib\rt.jar;
    c:\oracle\10iDS2\j2ee\forms90app\forms90web\WEB-INF\lib\f90srv.jar;
    c:\oracle\10iDS2\jlib\repository.jar;
    c:\oracle\10iDS2\jlib\ldapjclnt9.jar;
    c:\oracle\10iDS2\jlib\debugger.jar;
    c:\oracle\10iDS2\jlib\ewt3.jar;
    c:\oracle\10iDS2\jlib\share.jar;
    c:\oracle\10iDS2\jlib\utj90.jar;
    c:\oracle\10iDS2\jlib\zrclient.jar;
    c:\oracle\10iDS2\reports\jlib\rwrun.jar;
    C:\Oracle\10iDS2\jdk\jre\bin\client\jvm.dll
    WEBUTIL_CONFIG=c:\webutil\server\webutil.cfg
    My C:\Oracle\10iDS2\forms90\server\forms90.conf file includes:
    # Virtual path for webutil
    AliasMatch ^/forms90/webutil/(..*) "c:\webutil\lib/$1"
    My C:\Oracle\10iDS2\forms90\server\formsweb.cfg file includes:
    [webutil]
    pageTitle=Oracle9iAS Forms Services - WebUtil
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=c:\webutil\server\webutiljini.htm
    My C:\Oracle\10iDS2\j2ee\DevSuite\application-deployments\forms\forms90web\orion-web.xml file includes:
    <virtual-directory virtual-path="/webutil" real-path="c:\webutil\lib" />
    When I submit the Runform.htm I use the following:
    Config: default
    Other Parameters: useSDI=yes&config=webutil
    And if I change the config above to something other than "default", the form operates improperly, as in form builder.

  • Manage UME  field into xml form builder show view

    Hi all,
    is possible to manage all UME user fields into show XMLForm?
    I find some problem to add user field on show view , like phone number, city, address,...
    I can only manage the following field:
    username,
    First name,
    e-mail
    Thanks in advance
    Enzo Santoro

    Hi Vincenzo/Enzo,
    go to the Java API for UME  here in SDN (AppSever/Java)and look for IUser or so... . The names used for the different user fields are shown (just see the get methods and compare what you have for firstname, lastname, email....)
    Hope that helps,
    Kai

  • XML Forms: save form in "Show Form" Mode

    Hi All,
    Is there a way to have 2 edit screens in XML Forms?
    My scenario:
    1) user creates form
    2) admin reads form and changes the property "status"  to "form read" (a field that the user does not see) and saves.
    Is this possible?
    I can add the controls for the "status" input and save button. 
    But when in Display mode I click on the save button and it errors.
    Cheers,
    Vic
    Message was edited by: Victor Yeoh

    In the URL Generator Service, XML forms CSS file path changed. I've reset the XML forms CSS file path to /irj/go/km//etc/xmlforms.
    This resolved our issue.

  • Oracle Form Builder and Form Runtime

    I don't know where to get additional help. I have a project to
    complete that I believe is relatively simple for a proficient
    Oracle developer. It is a database for an education store. I
    have the database set up, but I can't get the forms to work
    properly and don't know how to complete some of it. I have to
    create Oracle forms for the order process then enter some
    orders. I have some masterless data blocks, and don't know how
    to make a form that needs field from several related tables.
    Also, I need buttons to clear form and one to accept the orders.
    Then I need to make a screen where a search or query can be
    done. Help! I have bought a book by Stowe, and read the online
    manuals. I would really love it if someone could walk me through
    it. I'll pay for it if necessary. I have to get this done!
    Thanks,
    Tamara Kicovic
    403-245-9659
    null

    Tamara Kicovic (guest) wrote:
    : I don't know where to get additional help. I have a project to
    : complete that I believe is relatively simple for a proficient
    : Oracle developer. It is a database for an education store. I
    : have the database set up, but I can't get the forms to work
    : properly and don't know how to complete some of it. I have to
    : create Oracle forms for the order process then enter some
    : orders. I have some masterless data blocks, and don't know how
    : to make a form that needs field from several related tables.
    : Also, I need buttons to clear form and one to accept the
    orders.
    : Then I need to make a screen where a search or query can be
    : done. Help! I have bought a book by Stowe, and read the online
    : manuals. I would really love it if someone could walk me
    through
    : it. I'll pay for it if necessary. I have to get this done!
    : Thanks,
    : Tamara Kicovic
    : 403-245-9659
    Tamara,
    if I understand well, those buttons that you need, you
    already have on default menu that is included by default in
    module-form.Have you tried them, or you need more specific one?
    Zina
    null

  • Form Builder crashes while saving .fmb file when connected to db

    Hi,
    I am getting error The instruction at "0x679c352c" referenced memory at "0x0000001c". The memory could not be "read".
    Forms version is 6.0.8.11.3 and database version is 10.2.0.3.0
    I am doing the following steps:
    1) Open .fmb file in forms builder
    2) Connecting to database
    3) Making some changes in form
    4) Compiling (Ctrl+Shift+K) and generating form (Ctrl+t)
    5) Saving form <--- Here I am getting the error and form crashes
    If I do not connect to database then builder is allowing me to save the file
    1) Open .fmb file in forms builder
    2) Making some changes in form
    3) Saving form (Successful)
    I did some exercise just as a guess that may some part of the form is causing this error. I full expanded all components of the form i.e. blocks, canvases, triggers etc.
    This exercise produced that 3 program units were giving same error while full expending those. I deleted those 3 program units and re-created them. Now it is not showing me this memory error while full expanding all program units. I can now fully expand my full form.
    But I am still getting this error while saving the changes when I am connected to database.
    Please help.
    Regards,
    Edited by: rawat75 on Sep 2, 2011 7:13 PM

    Hi Experts,
    We are getting the same issue. Our form builder crashes once we open our custom form
    in form builder.
    Server shows:-
    Forms 6.0 (Forms Runtime) Version 6.0.8.28.0 (Production)
    Form Builder shows:-
    Forms [32 Bit] Version 6.0.8.11.3 (Production)
    How to upgrade the form builder version?

  • Form Builder (Forms 6i)  exit without message when compiling a form module

    Hi all,
    i can't resolve problem with Form Builder since 2 weeks.
    i have Forms 6i which always exit when i compile form module connecting
    to a remote database (oracle 817). There is 2 remote database server 817 in our LAN.
    However this happen only for one remote server, while the same form module connecting to another remote database (oracle 817) is well compile and work fine.
    I configure a service name with Net8 Easy Config locate on <Oracle for Windows 95>, but the problem is the same. Can anyone suggest, what could be the reason for the problem.
    Best regards.

    Hi Experts,
    We are getting the same issue. Our form builder crashes once we open our custom form
    in form builder.
    Server shows:-
    Forms 6.0 (Forms Runtime) Version 6.0.8.28.0 (Production)
    Form Builder shows:-
    Forms [32 Bit] Version 6.0.8.11.3 (Production)
    How to upgrade the form builder version?

  • Error in news created in XML Form Builder

    Dear Experts
    I have created news in XML Form builder (three forms edit, rendered list and show). Created two iviews NewsExplorer and NewsBrowser.I have exposed these iviews for relevent users. Now the problem is the edit for and the show form of the XML news is not working for few users. While opening the edit form and show form for few users it is giving the below portal runtime message.
    BEGINING OF ERROR MESSAGE----
    Access denied (Object(s): com.sap.portal.system/security/sap.com/NetWeaver.KMC/low_safety/com.sap.km.cm/components/xmlformpreview).
    END OF ERROR MESSAGE----
    Appreciate your response.
    Regards
    Shanmukha Rao Banisetti

    Try adding everyone group to the low_safety security zone...

  • Form Builder crashes whenever I try to run form locally

    Hello,
    I am using Oracle Developer Suite 10g (Forms 9.0.4.0.19) on Windows XP SP3, IE8.
    Whenever I try to execute (run) form from Forms Builder locally Forms Builder just crashes (get error: Oracle Forms Designer has encountered a problem and needs to close ).
    Any help please
    Best regards.

    First, the Builder crashing has nothing to do with what browser you are using. The Builder crashing is a Builder issue. It is possible that the Builder is crashing due to a corrupted installation or permissions issue at the OS level. It could also be a bug. So, as I mentioned already, it may be time to upgrade to a more 21st century version of the product or at least consider applying a current patch to what you have. Patches are only available to customers with access to MyOracleSupport.
    https://support.oracle.com

  • Run Forms Builder in IE8

    Hi I installed forms builder 10
    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
    IE 8.0.6001.18702
    Firefox 3.6
    Error:
    Add-ons: {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}:6.0.24,[email protected]:1.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6
    BuildID: 20100115144158
    CrashTime: 1302745543
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1302123168
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 1840
    StartupTime: 1302745542
    I can connect to the database. When I run my test form IE crashes, I also try Firefox with error detail before.
    How can I fix this?
    Please help.
    Thanks
    Johnny

    One more info, this is how it looks my formsweb.cfg
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    Thanks
    Johnny

  • Oracle form builder 10g is not opening any form ,on Vista

    I have installed DevSuite 10g and its update in my Vista machine. Everything is working fine ,but when I try to open any form in form designer(form builder) the form builder crashes and it gives me error saying-
    "Oracle form designer has stopped working
    A problem caused the priogram to stop working correctly. Windows will close the program and notify you if a solution is available."
    It does not get any problem if I try to open any other file. But it crashes when try to open any fmb file. Please help how can we resolve this issue.

    Please try this and report back:
    In your Vista platform, create a simple form. No canvas required, just two procedures:
    PROCEDURE P2 IS
    BEGIN
    NULL;
    END;
    and
    PROCEDURE P1 IS
    BEGIN
    P2;
    END;
    First, create procedure P2 and compile it.
    Then create procedure P1 and compile it.
    Go back to P2, and remove the semicolon after the NULL. If you try to compile it, it will fail.
    Go to procedure P1 and try compiling it.
    Does Forms Builder crash at this point?

  • Process flow between edit ,renderlistitem and show form in XML form builder

    Hi all ,
    i'm building from in xml from builder . i'm confused with the process between edit ,renderlist item and show froms .can any one please explain me the Process flow between those
    thanks,
    rajeev.

    Hi Rajeev!
    There is no process flow between those forms. They are seperate views of the same document, nothing more.
    The Edit form is always used if you create or edit a xml document based on the form.
    The renderlist item form is used if more than one XML document is shown, for example in a list.
    The show form ist used if the document should be displayed in full, eg by clicking on an XML document in a list.
    It is even possible to add more custom forms and display them. If you "preview" an XML document, you get the choice to display the document with all display forms available (default Renderlist item and Show). If you watch the URL when previewing a xml document you'll see an URL parameter selecting the form to show.
    Regards,
      Jürgen

  • Show user´s name and lastname using XML Form Builder

    Hello
    I created a XML project with XML Form Builder and i have to show user´s name an lastname in RenderListItem form.Can anybody help me,please? Thanks

    Hi Unai,
    check out the description by Patricio in this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=78716&messageID=1616027
    Hope this helps,
    Robert

Maybe you are looking for

  • HT1296 How do I transfer music already on my Windows Vista PC to my new iPod Touch?

    I have a new iPod touch and want to transfer music files already on my Windows PC to it.  I can't work out how to do this as all music information seems to relte to itunes and these are not commercially available files - Help!

  • Wake on wireless possible?  Disable sleep when lid closed?

    I just bought my first Mac & am still trying to figure some things out. Is there a way to have it wake on wifi? I like to be able to connect to my machines when I'm at the office. My Macbook goes to sleep & then I can't remotely access it. Wake on LA

  • The power of oracle

    hi folks , i always hear that there is no competitor to oracle because of it's powerful database , but i do not know what is meant where we say (database) , is it (sql) or (pl\sql) or .. or .. or what ? where the power resides ? thanks in advance

  • CDOM not responding

    Hi all, we are running several T5 servers with LDOMs, using latest version of Oracle VM server for SPARC. One of the servers, the control domain, refuses to accept SSH logins and the console via the SP is not accessible. The LDOMs running under this

  • Cant get videos on iphone 4s

    i taken videos on my iphone but when i synced thru itunes it will not allow me to put them back on my phone, saying format not suported even tho they were taken on iphone and are in correct format