Convert client/server form into portal

Is it possible to convert an client/server form developed in Forms 6i into Portal form

Partha,
Sorry, there is no such utility exists at the moment.
Thanks,
Dmitry
null

Similar Messages

  • Integrate pdf (converted from smart form ) into portal

    Hi,
    My Requirement is as follows,
    We are using FPM framework and the application is developed on Webdynpro Java,
    When a end user fills up the details on this application form and clicks on a Review button,
    it will display the summary of the above details in a PDF format.
    This PDF will be converted from a smart form in backend.
    My question is how do we integrate this PDF at runtime into Portal via WebDynpro Java?
    Thanks in advance,
    ~Veena.

    Hi.
    First tell your abapper to make a RFC for you that returns the binary of the smartform.
    Then import that RFC.
    Create an Interactive Form UI Element.
    -In its properties, select "usePdf" option and then in pdfSource select the attribute where the binary from the zfunction is returned.
    If you dont have problems with encoding the pdf will be shown.
    Wish you luck.
    Bye

  • Inserting developed forms into portal

    What do I need to do to insert a form I build in forms developer into my portal? Please go step by step. Thanks a lot!!

    Mathew,
    if you simply link from portal to forms then the required trasks are simple in that you create a link in Portal and provide the Forms startup URL. In Oracle9i Forms, Forms and Portal share the same SSO scheme so that you are fine for that.
    If you like forms to be a Portlet within Portal, then there are quite some difficulties to be aware of:
    1. It seems that Portal doesn't pass the full HTTP header to Forms which means that Forms does not know about the Browser type your are using (as well as the language set on the client). This measn you have to configure the application to always use JInitiator (which works on both Browser types)
    2. Portal redirects the request making relative URLs fail. Make sure you use absolute URLs in the formsweb.cfg file (e.g. the serverURL parameter for the Forms Listener Servlet).
    3. In Forms9i, reloading a page does restart Forms and reloading a page is what Portal does all the time. Use the Java 1.4 Plugin instead of JInitiator and set the legacy parameter to make it behave like Forms6i. Note that the change in behaviour was added by SUN in Java.
    4. In Portal use the URL portlet from the JPDK to link Forms into Portal
    Actually from exoerience our recommendation still is to run Forms in an extra Window.
    Frank

  • How do I convert a pdf form into an app?

    I am NOT a programmer but it seems to me that it shouldn't be that difficult to convert a pdf form into an app? There must be some kind of tool within adobe that I can use to do so? I am a member of Creative cloud.
    Jamie

    Hi Jamie1moon,
    You are trying to convert the form into which format?
    Adobe Acrobat can be used to convert a pdf into formats such as .doc,.docx,.ppt,.xls,.jpeg etc. but it will remove the existing formats and validations if any applied on the form fields.
    Please check: http://www.adobe.com/products/acrobat/pdf-to-word-doc-converter.html
    Regards,
    Rave

  • Calling Web Form from Client-Server Form

    Hi. I have an existing Client-Server Form (6i) still in production that needs to call a Web Form and pass it a parameter. Obviously I can't use Call Form or New Form from the client-server version, but can I somehow issue a command line (including a parameter) that opens the Web Form? Any suggestions for accomplishing this?
    I can create a command line like this, but have no idea how to pass a parameter to my Web Form. The Web Form named participants which has a Parameter defined named 'p_participant'.
    *"C:\Program Files\Internet Explorer\iexplore.exe" http://9.35.32.206:7777/forms/frmservlet?form=participants*
    I can also create a command line to open a web form like this to:
    *"C:\Program Files\Internet Explorer\iexplore.exe" http://9.35.32.205:7777/forms/html/sas2.htm*
    Where the sas2.htm looks like this:
    *<html>*
    *<body onload="document.menulaunch.submit();">*
    Launching File Generation...
    If the application does not load in 30 seconds then click the button below:
    *<form name=menulaunch action=http://9.35.32.205:7777/forms/frmservlet?config=FileGeneration method=post>*
    *<script>*
    var wshshell=new ActiveXObject("wscript.shell");
    var username=wshshell.ExpandEnvironmentStrings("%orauser%");
    var pw=wshshell.ExpandEnvironmentStrings("%orapass%");
    document.write("<input type=hidden name=userid value="+username+"/"+pw+"@sparc20*>")*
    *</script>*
    *<input type=submit value=Launch>*
    *</form>*
    *</body>*
    *</html>*
    Any help would be greatly appreciated.
    Edited by: Buechler on Apr 8, 2009 8:58 AM

    Simply add to your URL as follows:
    http://9.35.32.206:7777/forms/frmservlet?form=participants&otherparams=p_participant=<SOME VALUE>I assume you plan to use HOST to make this call. I would recommend something like this:
    HOST ('cmd /c start iexplore.exe "http://9.35.32.206:7777/forms/frmservlet?form=participants&otherparams=p_participant=<SOME VALUE>"');

  • Run a report in reports server calling it from a client/server form

    How can I run a report in reports server calling it from a client/server form ?
    Thanks

    In client server mode you can use RUN_PRODUCT built-in. Lookup help for this built-in for more details.
    Best of luck!

  • Converting SQL server database into SAP readable XML??

    Could anyone kindly let me know what is the procedure to convert SQL server database into SAP readable (encrypted) XML for SAP Authoring tool???

    Sorry you will need to be more specific, what is it exactly you want to do? What authoring tool do you mean.
    A bit more info and someone might be able to help you.
    BRgds,
    Simon

  • Distributing client/server forms app

    Hi
    I am distributing a client/server forms/reports app that calls stored database procedures.
    Does anyone have information on best-practice for version-control/distribution of upgrades etc? What is a good model to follow? At the moment I am using CVS but it is getting very complicated knowing which client has which version of a form/report/procedure
    All input appreciated
    Jim

    Thanks Damisetty,
    How have you handled when installing in different versions of Windows, i.e. if you prepare the installation on Windows 2000 does it work for installing on Windows XP or the other way around?
    Besides the technical issue, there is the licensing issue, have you used this method for customers that just buy the DB, without forms?
    Could any of the Oracle folks throw some light on the subject?
    Regards.

  • Import  oracle forms into portal

    Can anyone please give me some pointers in importing forms created by orcale forms into portal?

    There is no direct way to import your Oracle Forms into Oracle Portal, as the Forms within our Portletbuilder components are of a smaller, simpler functionality set than that provided within Oracle Forms.
    What I would recommend is to invoke your Oracle Forms from Portal by integrating Forms with Oracle Single-Sign-On (SSO). Integration of Oracle Forms with Oracle SSO is described in Chapter 5 of the Oracle9iAS Forms Services Deployment Guide, available here on OTN:
    http://otn.oracle.com/products/forms/pdf/B10170_01.pdf
    Hope this helps.
    Best Regards,
    Harry

  • Convert SQL server database into SAP readable (encrypted) XML for SAP tool?

    Could anyone kindly let me know what is the procedure to convert SQL server database into SAP readable (encrypted) XML for SAP Authoring tool???

    So If I understood it correctly there an existing propriertory question bank with SQL server. You are looking at an option to migrate all the tests and questions from the existing system to the LSO system. Right ?
    I am still not clear on the xml conversion. Have you guys found a solution which could be achieved through a xml file ?
    am not aware of a way through which you could import only a xml file and create tests/questions. If you have a sample xml file then forward me so that I could do some testing on my end.As per my knowledge you could do one of the following. I
    1. Create the tests and questions manually in Authoring Environment. It will be a time consuming task. Based on the number of questions you have you might have to assemble a team of content developers to acheive this.
    2. Alternatively, you could create a Adobe Flash based assessment. The Flash component would be the front-end and will read from a xml file to display the questions and to drive the funcationality. This would be a easier and less time consuming than creating the assessments manually in authoring environment. However, you might miss out some of the functionality available in the Test Author of Authoring Environment unless you have all the functionality replicated inside Flash. This would require one time effort in creating the Flash template and the xml file structure. Once that is created you could create multiple assessments by just replacing the xml file. If you select this approach then you would have to ensure the data from SQL is converted in the desired xml format required by your Flash component.
    Please let me know if you require any further guidance or clarification regarding this.
    Regards,
    Ravi Sekhar

  • We have recently converted all our forms into livecycle. Some of our executives would like to use them on an iPad. I have not been successful so far. Is there a way to do this?

    We have recently converted all our forms into livecycle. Some of our executives would like to use them on an iPad. I have not been successful so far. Is there a way to do this?

    You would have to use AEM Forms to take the XDP you designed and render the template as HTML5 for viewing on the iPad.

  • Client\server Forms

    Oracle Forms6i in a client\server environment is a great product that still works very well for us. We do not need (or want) a web-based solution. Our system only needs to support our in-house users (about 400 currently).
    I am very disappointed in the direction that Oracle is forcing us to go (web-based) if we want to stay with the Oracle tools that we know well. This isn't so much a request for help, it's more an attempt to communicate to the Oracle Forms manager(s) that going away from client\server is very disappointing to us and looks to be a bad business decision.

    Mark,
    I must appologize, but I though that things are easier to search and find on this forum. I tried for half an hour but wasn't able to spot the main thread ;-(
    The summary of it is that there was a big discussion on this forum after Oracle announced its desupport date for Forms and Reports client/server (sometime in July if I remember well). Along with this desupport date there was a discussion whether or not Oracle Forms supports XP. The initial decision of not supporting XP was reverted and XP now is supported since patch 13.
    For client/server the desupport date is January 1st 2005 for error correction and January 1st 2008 for extended assistance support. Thus Forms6i client/server will be around until end of 2007.
    Most discussions on this forum were about the cost going with moving Forms to the Web, especially keeping in mind that client/server runtime was for free.
    Another issue was the size of the Oracle9iAS installation which is 6GB all in all though Forms users may not use all the Oracle Application Server components.
    Last but not least, many customers didn't feel ready to move their applications to the Web in this period of time, especially those that run character mode applications.
    The installation issue gets fixed with the upcoming Oracle Application Server 10g which has a installation option that only installs the software required to run Forms and Reports.
    The migration is assisted by a Forms Migration Assistant in Forms9i as well as material that we compiled and published on OTN. The WebUtil library finally was developed to close the gap between client/server functionality and teh Web functionality.
    I can't talk about pricing, because this is not in the scope of my professional work, but OTN offered a special upgrade promotion for Forms users when moving their applications to teh Web.
    Client/server as it is in Forms6i will not come back, this is how it seems.
    There have been discussions on this forum if one could simulate client/server using the Forms Web components installed on a local client. Webstart was mentioned as one possible solution as it would allow you to have Forms applications started and run from an icon on the user desktop. Currently there are some investigations in Forms development going into this direction.
    The majority of customers that posted their opinion on the client/server desupport did not like the client/server desupport plan at all.
    The OTN forum postings where brought to Oracle senior management attention by Forms Product Managers monitoring this list.
    The benefit of a Web only version of Forms - and you may disagree - is integration with the J2EE stack Oracle has within Oracle9iAS and OracleAS 10g.
    J2EE is a technology that more and more customers evaluate for future development efforts. Having Forms integrating with J2EE applications(as seamlessly as possible)is the best way to make sure that Forms users can leverage their investment in the Forms technology. Even more, you can extend Forms applications with J2EE or have it communicating with it (the same applies to Reports)
    Many new features that we implemented in Forms6i and Forms9i worked on the Web only (SSO, Enterprise Manager monitoring, client side Java etc).
    Mark, hope that this summary gives you a good idea of what the discussions were about and that we do care of what customers do with Forms.
    Just in case that I missed an argument or presented it too positive (my memory is subjective and not perfect), I am sure that the forum members which already contributed to this posting will add additional comments. Others may join in too.
    Frank

  • Integrating DOS/client server apps through portal

    Is there any partners out their that have developed any portlets that will integrate legacy client server or DOS through the portlet in a Citrix NFuse fashion?
    There seems to be a few competitive portal providers out their who claim that this can be done. OBTree does this via Java wrapped emulation software which can be integrated over the web.
    This would be very useful for legacy integration into one place without rewriting a front end etc.
    Any ideas or recommendations?

    Any one got idea how to resolve this problem. We are facing this problem with applet based applications. Pleae let me know if any one know how to write netlet rules to make this app. work through portal.

  • Authentication in Client/Server form Application

    Hi
    My client/server application is not using oracle authentiacation, I have maintained user table from that user is authenticated, but any user logins in a application it uses same oracle username/PWD which I currently hardcoded in a forms 6i (C/S type on logon event) application.
    My client is located in different geographicaly location, when I change oracle database password I need to compile client application and diployed it again.
    Is there any way that I can avoid this. I don't want to give database Un/Pwd to any client user. He only have application username and password.
    Thanks
    Sudarshan

    Hello,
    While installing developer you can select components to
    Install, Options listed are Forms runtime and Reports runtime.
    and it will make your work done.
    Adi

  • IS IT POSSIBLE TO CONVERT DATA SERVER EXAMPLE INTO DLL AND CALLING IT FROM VC++

    Hi;
    I have a real time implementation that runs in my PXI machine. Then I have a front panel running on a different computer (host) that reads the outputs of the real-time machine and plots them. The output of the real-time machine is a 2d array. What I am trying to do is take this data and send it to my C++ application. To do that I am considering sending the data to a specific port on my host machine using the data server example (2d version of it). To this end, I am considering converting this server into a Labview dll and read its output in my C++ code.
    I am wondering if this can be done?  
    If yes Could you please provide me a little code as to how to read the outputs of this Labview dll in c++?    
    Is there any tutorial as to how to create a Labview dll for Labview 2009? 
    Thank you so much!
    Serdar 

    Hello,
    You may want to take a look at this tutorial:
    http://zone.ni.com/devzone/cda/tut/p/id/3517
    Let me know if it helps!
    -Zach
    Certified LabVIEW Developer

Maybe you are looking for

  • Problem creating a view in Administrator: 942: table or view does not exist

    Hi and thank you for reading, I am working with the Administration tool and would like to create a view in the physical layer. However I am getting the following error messages when I try to view the Date in the view: [NQODBC] [SQL_STATE: HY000] [nQS

  • I am unable to purchase songs on iTunes.

    I'm sure this community has seen this issue posted a lot. But among all of the threads and potential fixes I have been unable to remedy my problem. For the last month and half or so iTunes has not allowed me to click on the button to purchase songs.

  • Pricing routine 901 in the pricing procedure

    Can you tell me in detail (step by step) How to write pricing routine 901 in the pricing procedure? I know ABAP coding. I am new to SD (pricing). The only thing I know is the VOFM 901 Pricing Routine development is in ABAP program RV64A901. Purpose :

  • Arguments in a stored procedure.

    Hi, Please can you tell me: What is the maximum size of a VARCHAR2 parameter as passed as an argument in an Oracle stored procedure. e.g. CREATE OR REPLACE PROCEDURE test (test_param VARCHAR2) IS The maximum string length of test_param is? Thanks, Du

  • Intel centrino advanced n6235 wifi not working only bluetooth

    hello could anyone help me with this a bought a new wireless network card with bluetooth but only the bluetooth works and i have a dv7t pavillion cto 6b00 quad edition laptop could anyone please help me, i'll appreciate it , thank you