Form Development Tools

Hi,
  In the previous project, i used the SAPScript to develop the form and i want to try something new in the up coming project like smartform , adobe form,etc.  Does it require extra cost?? Which one is better??
Regards,
Kit

Smartforms are SO much better than SAPScript that I'm not sure why anyone chooses to use SAPScript voluntarily in the new releases. They are SAP Standard and do not require extra expenses (except for your training). There is a decent SAP Press book available on the subject. Here is also an online PDF document:
http://sapabap.iespana.es/sapabap/manuales/pdf/smart.pdf
Adobe forms might need some extra software and/or system settings. They are definitely worth exploring though for the future projects.

Similar Messages

  • Forms development tool /server which render a pure html interface at runtime

    Hi,
    I have heard of a 3rd party tool which uses same Forms development tool with a pure html rendering at runtime with modern web application look and feel. Oracle has any plan to do so?  This approach help forms developers to use same Forms/Reports  technology which deliver a modern application interface.
    Regards

    Hi Oracle Forms team,
    Any update on above?

  • Newbie question-where to find forms development tool?

    I downloaded oracle 10g 10.0.2 enterprise or AS and my database is running, but I don't know where to find forms and navigation tools?
    please suggest me as i am practicing forms and developer as well, what products to download and what needs to be done...during install and to get those tools

    Hello,
    On the OTN site follow the link :
    Product center -> Middleware -> Forms Service
    http://www.oracle.com/technology/products/forms/index.html
    Then click the resource(software link)
    I suggest you to download the last version (Oracle Developer Suite 10g Release 2) and install it in it own Oracle Home
    Francois

  • Feedback Form for SAP NetWeaver Gateway development tools

    Hi all, if you wish to send your feedback (bug, new feature, and general feedback) to SAP NetWeaver Gateway development tools u2013 Xcode, Visual Studio, Blackberry, Search console, please use the attached feedback forms:
    For Xcode and Visual Studio tools please use Feedback form XC&VS.rtf
    For Eclipse, Blackberry and Search console please use Feedback form BB&SC.rtf

    Hi Michal,
      While installing the Netweaver gateway plugin for eclipse Juno version through the following link
    https://tools.hana.ondemand.com/juno   under Help -> Install New Software... I have encountered below error.
    Can you please help me in resolving it.
    An error occurred while collecting items to be installed
    session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Unknown Host: https://tools.hana.ondemand.com/juno/features/com.sap.core.editor.feature_1.0.6.jar
    tools.hana.ondemand.com
    Many thanks in advance.
    Regards,
    Parthi

  • Safari scrolls to bottom when filling out form with developer tools in use

    I love the Safari developer tools and use them all the time, but one behaviour is driving me up the wall. Whenever I have the developer tools open (whether for the error console, the web inspector, etc.) and I try to enter data in a form on the page, for every character I type or control I click, the page scrolls to the bottom. I end up having to close developer tools (not great if what I'm typing is to see the result in the tools) or typing blindly. Scrolling back to the form doesn't work, because it scrolls to the bottom again for the next character typed or control clicked.
    I'm using Safari 4.0.5 on Snow Leopard, but this behaviour has been consistent for some time in earlier versions of Safari and on Leopard. Any tips for changing this would be greatly appreciated.

    HI and Welome to Apple Discussions...
    Make sure Safari is opening in 32-bit mode, not 64. Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) make sure Safari is NOT running in Rosetta.
    If you still have problems, go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop. Relaunch Safari. If you can use Safari / Dev tools, then that .plist file needs to be moved to the Trash.
    Carolyn

  • DocFlex/Javadoc 1.5.6, a multi-format doclet development tool and more

    DocFlex/Javadoc is both a multi-format Javadoc Doclet and a rapid doclet development tool, which allows easy creation of professional quality Java API documentation generated by Javadoc in various output formats.
    More in this article:
    Key Features
    Availability
    This Version
    What is DocFlex?
    Main Concepts
    Other Applications
    Links
    KEY FEATURES
    Template-driven doclet architecture
    - Actual doclets are created in the form of special templates interpreted by the DocFlex Doclet, which is the template interpreter / output generator wrapped in the form of a Javadoc Doclet.
    - The high quality graphic Template Designer allows you to visually design most of things, whose development was possible so far only by direct Java coding.
    - The templates are designed independently on a particular output format. All formatting is specified in some universal way using properties of template components. During the generation, it is rendered with the suitable features available in the selected output format.
    - The elaborated support of template parameters (including multivalued list parameters). The parameters are defined and accessed within templates to adjust dynamic properties of template components. Most of options previously used to control an ordinary doclet now simply become template parameters!
    - The possibility to call templates from one another. This feature (along with the template parameters) makes possible re-using the same templates for different tasks as well as organizing template libraries.
    Data processing
    - The entire Doclet API is represented in the form of a virtual XML document (called Doclet DSM), on which the designing and processing of all templates is based.
    - Sophisticated capabilities for data querying and sorting based on an extension of XPath.
    - Full support of new Java 5.0 language features: Generic Types, Enums, Annotations.
    - Simultaneous support of Java 1.4 and Java 5.
    Creating hyperlinks
    - Generation of an extensive network of hyperlinks interconnecting the whole documentation.
    - The hyperlinks can be generated in all output formats that support them (this currently includes HTML and RTF).
    - The universal way of defining documentation cross-links based on the link/target keys specified in templates.
    - In RTF, the cross-links can be generated in the form of page number references, which effectively makes them usable even in the printed documentation.
    - In HTML, the possibility of loading several frame windows from a single hyperlink at once.
    Universal support of various formatting techniques
    - text formatting: fonts, colors, borders
    - paragraph formatting: margins, pagination control, borders, colors
    - border formatting: styles (solid, double, dashed, dotted), thickness, colors
    - tables: arbitrary cell layouts, borders, nested tables
    - lists: bulleted, numbered, delimited
    - document fields (RTF): page number, number of pages, TOC, etc.
    - page formatting: size, orientation, margins, headers/footers
    - formatting styles
    - rendering of embedded HTML, which means interpreting in non-HTML output formats (such as RTF) the HTML tags embedded in text data (e.g. documentation comments). Almost all HTML tags practically usable in doc-comments are supported.
    Inserting images
    - statically specified in templates
    - dynamically, obtained by <img> tags found in Java comments
    - supported image formats: GIF, PNG, JPG, WMF, EMF, BMP
    Output formats
    - HTML (both framed multi-file and single-file output)
    - RTF (version 1.6 - supported since Word 2000).
    - TXT (plain text), which may be particularly useful for various utilizations of the Java code information provided by the Doclet API generate XML files by it, or SQL files to import into a database).
    Standard Template Set
    - The ready-to-use Standard Template Set included in all editions of DocFlex/Javadoc allows you to immediately generate:
    (*) The framed HTML Java API documentation similar to that generated by the standard Javadoc.
    (*) The same documentation packed in a single HTML file.
    (*) The unmatched quality RTF JavaDoc.
    - Special features supported by standard templates:
    (*) Excluding classes/methods/fields by custom tags and annotations.
    (*) Selective omitting of package qualifiers.
    (*) Selective documenting of custom tags (similar to -tag option of Standard Doclet).
    - By modifying the standard templates, you can quickly customize the generated documentation according to your needs.
    Doclet GUI
    - Besides command line options, DocFlex Doclet supports an alternative user-friendly way to control the template-based doclets interactively -- the high quality Doclet GUI.
    - The Doclet GUI starts with the Generator Dialog, where you can specify all general settings (such as the main template, the output format and the output directory), start the generation, track its progress and stop at any moment you need.
    - The grid-tree-based Parameter Inspector invoked from the Generator Dialog for a selected template allows you to view the descriptions of all template parameters controlling the doclet and set their values according to the parameter data types.
    - The generator options specific for the selected output format can be set in the corresponding Format Option Inspector (also invoked from the Generator Dialog).
    - Once the generation is finished (or cancelled), you can start it again with different settings or a new main template without restarting the whole Javadoc.
    Integrations
    - With any system that runs Javadoc (in particular, see below)
    - Apache Ant
    - Apache Maven 2
    - Eclipse
    For lots more information, see DocFlex/Javadoc homepage: [http://www.filigris.com/products/docflex_javadoc/]
    AVAILABILITY
    DocFlex/Javadoc comes in two editions:
    (1) The full edition called "DocFlex/Javadoc" as it is. This is commercial software, which includes all the implemented functionality.
    (2) The reduced freeware edition called "DocFlex/Doclet". It includes only the output generator and can be used as an interpretor of any custom templates. It also includes the standard template set, which allows you to instantly use it as an HTML doclet (similar to the standard one, however with some special features) plus an excellent quality RTF doclet.
    Both editions are available for downloads on the page: [http://www.filigris.com/downloads/]
    THIS VERSION
    New features:
    - The template interpretor works 15-20% faster
    - Improvement of RTF output
    - Multi-valued (list) template parameters
    - Custom elements
    - Standard Templates: Selective documenting of custom tags (similar to -tag option of standard doclet)
    For more details, see product Readme | Change Log on the downloads page: [http://www.filigris.com/downloads/]
    WHAT IS DOCFLEX?
    DocFlex is an innovative technology for development of high quality template-driven documentation/report generators by any kind of data obtained from various software applications via the Java APIs they provide.
    MAIN CONCEPTS
    The whole DocFlex technology is based on four generalizations:
    (1) The mapping of an entire Java API onto a virtual XML-like representation made of some elements and attributes so as to process any such a representation in a universal way using techniques borrowed from the field of XML, like XPath (or more precisely, a conceptual analogue of XPath with some extensions not present in it).
    (2) The abstract formatting concept based on four layouts (flow of text, flow of paragraphs or paragraph-like objects, tables and lists), which can be rendered in most modern document formats (e.g. HTML, RTF, XSL-FO etc.)
    (3) The automatic generation of hyperlinks (or their page number reference equivalents) by matching the sets of keys produced from certain natural properties of the things (entities) being documented and hyper-linked.
    (4) The representation of the object controlling structure of the output generator (made on the first three principles) in the form of a plain-text template with a possibility to create and edit such templates using a graphic Template Designer, which visualizes the controlling objects (now becoming template components) in a form resembling the output they will produce.
    OTHER APPLICATIONS
    In fact, DocFlex/Javadoc is not the only application of DocFlex technology. The following is a summary of other DocFlex software:
    DocFlex/XML
    The SDK and runtime environment for rapid development and execution of template-driven automatic documentation/report generators by any data obtained from XML files.
    This is currently the most complex and advanced application of DocFlex technology. Actually, this tool can be considered a powerful alternative to XSLT. At least, it is definitely able to do what XSLT apparently not (for example, see “XSDDoc” below). We will publish a more detailed comparison “DocFlex/XML versus XSLT” with the next DocFlex/XML release, which is coming very soon.
    DocFlex/XML home page: [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc
    A template set for DocFlex/XML that implements a high quality W3C XML Schema documentation generator in HTML and RTF output formats.
    For more details, please see: [http://www.filigris.com/products/docflex_xml/xsddoc/]
    DocFlex/XML | WSDLDoc
    A similar template set for DocFlex/XML that will implement a high-end WSDL documentation generator.
    This product is not released yet.
    DocFlex/Together
    A template-driven documentation generator for [Borland Together|http://www.borland.com/us/products/together/] (which is a UML modeling tool).
    This is the earliest application of DocFlex technology and probably the most beautiful one. It works only with Together Architect 1.x, which is now obsolete. Unfortunately, since Together 2005, Borland eliminated any open APIs (for unknown reasons). Because of this, further development of DocFlex/Together was impossible.
    DocFlex/Together home page: [http://www.filigris.com/products/docflex_together/]
    See also examples of the UML documentation generated with it: [http://www.filigris.com/products/docflex_together/examples/]
    The future DocFlex/UML is going to generate something like this as well.
    DocFlex/UML
    A template-driven UML documentation generator based on [Eclipse EMF|http://www.eclipse.org/emf/]. This tool is in early development stage yet. In a sense, it will continue DocFlex/Together with the focus on integration with other UML tools that use Eclipse EMF.
    LINKS
    This original article can be found at:
    [http://www.filigris.com/ann/docflex_javadoc_v1.5.6/]
    DocFlex/Javadoc home page:
    [http://www.filigris.com/products/docflex_javadoc/]
    DocFlex/XML home page:
    [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc, the XML schema documentation generator:
    [http://www.filigris.com/products/docflex_xml/xsddoc/]
    Free downloads:
    [http://www.filigris.com/downloads/]

    Now, DocFlex/Javadoc v1.4 has been released specifically dedicated to Linux (Mac OS X) support:
    (*) Some early bugs have been fixed, which prevented it working properly under Linux.
    (*) A special RTF option was introduced to generate OpenOffice.org friendly RTF (see below)
    (*) Improved support for external document viewers.
    (*) Now, DocFlex/Javadoc software includes the shell script files prepared to quickly install and launch it under Linux
    New RTF option
    A new RTF output option "Tune output for MS Word� has been introduced. This option, actually, allows switching off that very tuning (which until now was the default mode) to produce an RTF friendly to open with other non MS Word applications, e.g. OpenOffice.org Writer under Linux.
    Read full announcement (and screenshot) by this link:
    http://www.filigris.com/ann/docflex_javadoc_v1.4/
    Regards,
    Leonid Rudy
    http://www.docflex.com

  • Still not able to CONNECT to Forms Developer

    Yesterday I received gernerous help from forum participant Shay,
    who walked me through the setup process (TNS Listener and
    TNSNAMES.ora, etc.) but I still cannot connect. I'm missing
    something fundamental.
    I have MS Windows 2000 version of Oracle Personal Edition 8i
    installed in directory ora81. The version of SQL*Plus that
    came with it works fine--I can connect to the database, create,
    drop, insert, etc.
    Oracle Forms Developer 6 is installed in directory orant. I can open
    the application but not connect. I tried to use Net8 Easy Config to
    define a new entry in tnsnames.ora, but every attempt fails in the
    GUI's test. (I told Shay that I got the test to work, but I was
    mistaken.) Next I manually changed the the tnsnames.ora file in
    orant\NET80\ADMIN\tnsnames.ora, which then shows up in the Config
    tool but still fails the test to connect. How does this tnsnames.ora
    file work with the tnsnames.ora file in ora81\network\ADMIN?
    Meanwhile, Personal Edition is running fine. The tnslsnr is running.
    I looked both in Services and, using Task Manager, in Processes.
    Oracle.exe is also running. I ran lsnrctl status and got the following:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)
    (KEY=EXTPROC1)))
    ...and then it gives status info, which indicates listener is on.
    How do you get Forms Developer to connect to the database that is
    clearly running?

    Start the Oracle Net8 Easy Config from the start menu. Add a new service name:add the name of your database. Choose "Bequeath" as a type of protocole because you are connecting to a local database which is on your own machine. Change the default SID to the name of your database.
    I think it will work .

  • What are the Oracle development tools

    Hiii,
    I hav just started learning about oracle...i have been given my very first task and it is about exploring oracle development tools.
    I have been searching about it since two days...i just need some guidance that what are the oracle development tools...and what should i write about it..
    plzzzzz help me in solving this..
    regards
    Edited by: user10446043 on Oct 22, 2008 11:26 PM

    <ul>
    <li>The ADFLearning Center has our latest resources for enterprise 4GL Developers getting started with Oracle ADF. This includes the complete ADF Developer's Guide for Forms/4GL Developers, a companion sample application, and a companion step-by-step tutorial.
    </li>
    <li>     To complement the free Developer's Guide from Oracle, you might be interested in the Oracle Press title Oracle JDeveloper 10g for Forms & PL/SQL Developers: A Guide to Web Development with Oracle ADF.
    </li>
    <li>My bimonthly DEVELOPER: Frameworks Oracle Magazine column articles.
    </li>
    <li>There is an instructor-led course for Oracle ADF For Forms/4GL Developers.
    </li>
    <li>     Potentially of interest to any former Oracle Forms or Oracle Designer user is the additional Oracle JHeadstart for ADFextension for JDeveloper. This is a complete web-tier page generation solution that has its own step-by-step tutorial so customers can evaluate whether it might benefit their developer productivity. The JHeadstart Features/Benefits document is here (pdf).
    </li>
    <li>     The OTN J2EE for Forms Devs home page has additional resources of particular interest to Oracle Forms developers.
    </li>
    </ul>
    Hope this helps

  • I downloaded the web developer tool bar and after using it my images are gone. I use google and a home page and the big google is gone. I uninstalled firefox and reinstalled it but I still don't have any images. How can I get them back?

    Two days ago I downloaded the web developer tool bar (aus2.mozilla.com). I tried to use it but gave up. I deleted the tool bar.
    I don't have any images anymore. I use Google.com as my home page (default) and the large GOOGLE isn't there anymore. I've also noticed some of the sites I use don't have the continue or next or enter keys anymore. It seems the only thing I have now is the text.

    Are you sure you are looking at the Google page?? In Firefox 4.0 the default homepage / Start Page in Firefox was changed to '''about:home''' which looks a lot like the former www.google.com/firefox homepage.

  • Is there Any better Developer tools than Report6i/Form6i

    Hi Is ther any other Editior Similar to TOAD(pl/sql Developer)
    Which can ease the development by popping the method/properties

    Yes i have
    But can that be used for Developing the FORMS/REPORTS Applications
    The One that i Used was trial version for some pl/sql Development, No, to develop Developer Forms and Reports you have to use Oracle Forms and Reports Developer. Alternatively you could use Designer for CASE forms development and Discoverer for reports, but these are completely different tools/processes.
    There are no third party Forms and Reports tools that will generate Oracle forms.

  • Why can't i find chart wizard in form developer 9i?

    I download the lastest version of Oracle9i Developer Suite from otn.it include the forms developer,report developer,designer, and so on.
    but when i use the forms developer shiped with this Developer Suite, I can't find the chart wizard in the "tools" menu and anywhere otherwise.I also can't find graphics designer also.
    But i need use them in my forms. Who can tell me how i can get them ? Thanks!

    Please read the Forms Upgrade Reference at http://otn.oracle.com/products/forms/pdf/forms_upgrade_reference.pdf
    You will see that you can still use Graphics from the 6i version.
    You might be interested to check out the BI Beans integration demo that comes as part of the extension pack to the Oracle9i Forms demos at: http://otn.oracle.com/sample_code/products/forms/

  • Development Tools for R12

    Hi,
    I am positive this has been answered before on Metalink but I can't seem to get the definitive answer from metalink nor can I find one in the Forums here. So, here is the question again.
    We will be upgrading from 11.5.10 to R12.1.3 on Linux later this year. I am in the process of getting all the following development tools necessary for our R12 development on Windows clients. So, I need to install the appropriate patched versions of these dev tools on Windows 7/Windows XP machines to work with our Apps R12.1.3 going forward. Metalink suggested that I follow the link in note "437878.1 - Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12". I still could not understand whether I need to install Developer Suite 10.1.2 and apply the patch listed in the note or Install Oracle Application Server 10.1.2 (from OTN?) and apply the patch listed in the note to bring the tools up to 10.1.3 version. This is where my confusion lies. Again this is separate from the middle tier software for R12 - this is for client development that will then be FTPed to middle tier and compiled there/
    1. Oracle Forms/Reports Builders - Do I download Developer Suite 10.1.2 or App Server 10.1.3?
    2. Oracle BI Publisher - What version and where do I get this from?
    3. Oracle JDeveloper for OA Framework - What version and where do I get this from (Metalink or OTN)
    Thanks in advance for any leads or direction.
    Regards,
    Venkat

    1. Oracle Forms/Reports Builders - Do I download Developer Suite 10.1.2 or App Server 10.1.3?Forms/Reports Builder.
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    How To Bring Up 10G Forms Builder In R12 Environment? [ID 579318.1]
    2. Oracle BI Publisher - What version and where do I get this from?How To Download Oracle XML Publisher Desktop 5.6.3 (BI Publisher 10g)? [ID 556032.1]
    How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 [ID 362496.1]
    Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
    3. Oracle JDeveloper for OA Framework - What version and where do I get this from (Metalink or OTN)How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Troubleshooting JDeveloper setup for Oracle Applications [ID 357218.1]
    What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    Thanks,
    Hussein

  • Oracle JDeveloper or Forms Developer

    Hi all,
    I am currently developing web based application using JDeveloper with BC4J and JSP. Somehow I have seen the demo on Oracle web site of web based application develop using Forms Developer and deploy to 9iAS with applet use for creating user interface on the web browser. You seem to be able to create better interface with Forms Developer (it is like running windows user interface on the web browser). So I would like to ask any experienced Oracle Developer to give some pros and cons of these two approach and how it migth be integrated to create a powerful web application. Please shed some light on this matter, this would be greatly appreciated.
    Regards

    Check out http://otn.oracle.com/products/forms/htdocs/FormsJavaSOD.html - this touches on the differences between JDeveloper and Forms as a development tool.
    Forms uses PL/SQL for its business logic where as JDeveloper uses Java. You can still build "Forms like" applications in JDeveloper as well - this is a feature called JClient which allows you to build Java Clients (Forms is a Java Client as well).
    Of course you could also develop your application with BOTH tools and blend them together; for example, a Forms application calling Web Services built in JDeveloper - the options are limitless!! ;o)
    Regards
    Grant Ronald
    Product Management

  • Running form in Forms Developer

    when I attempt to run a form in Forms Developer on one specific machne the browser always says the page can't be found. On other machines this is not so. What can cause this?

    There might be problem in domain name & port in your forms builder preferences
    Go to
    Form builder menu Tools  Preferences  Runtime Tab Page
    And check the domain name and port is correct, and also set the browser path
    e.g. C:\Program Files\Internet Explorer\iexplore.exe for windows.
    Cheers
    Ayaz

  • Broken Link To Forms Developer Archive

    The link to forms developer in ya archive is broken in these places
    Under development tools & under forms services in application server.
    Cheers

    fixed

Maybe you are looking for

  • Recovering data from one external hd to another

    So the tech told me I have a bad hard drive.  I am now booting up from an external HD(passport) and all seems to be going well. I have another external HD (G drive) connected running time machine. Can take my backed up data from the time machine exte

  • Why when i register my iPad it said registered to another apple ID

    I have an iPad Mini non reitna display 16 GB Silver iOS 7.1.2 I try to register it but is doesent work I tryed reseting it but that doesent work. This is the website I used  https://supportprofile.apple.com/

  • Home screen not restored properly after backup

    I'm pretty sure I've gone about this the right way because in the past it has worked fine, but we've added a few more Apps to our devices and now the home screen layout doesn't get restored properly when using Apple Configurator (latest version). Sup

  • Why we have so Crap colours in Bex Query in GUI 6.40 ??

    hi Many of the end user are not like the light colors that are displayed with in sap gui bex . Sap says there is no solution that will change default colors in bex. We can  not advice several 1000 of user to change the settings from system dependent

  • Boost regex not working inside indesign plugin

    Hi, While i was writing the below code in a separate project inside visual studio express, It works fine! Now when I am using the same code in a Adobe InDesign plugin then boost::regex_search fails.. I am not getting the exact reason... Any idea for