Help System autoring tools for Web form ?

Any help authoring tools from Oracle or 3rd party can be used with the web from developed with Forms 6i ?
Thanks.

Hi,
Of course a web service needs a dialog workprocess to run.
But if you used the "wait" abap instruction, it may be that this instruction frees the work process ?
Regards,
Olivier

Similar Messages

  • Can anyone help with a good system maintenance tool for ML

    Does any one have any suggestions for a good dependable all-in-one system maintenance tool for ML and is it straight forward and easy to use?
    Thanks in advance .....

    You really have no need for one. That said:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utilities are: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. Drive Genius provides additional tools not found in Disk Warrior.  Versions 1.5.1 and later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.)
    If you are using a pre-Leopard version of OS X, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  (These utilities have limited or no functionality with Snow Leopard, Lion, or Mountain Lion and should not be installed.)
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems. For more about malware see Macintosh Virus Guide.
    I would also recommend downloading a utility such as TinkerTool System, OnyX 2.4.3, or Cocktail 5.1.1 that you can use for periodic maintenance such as removing old log files and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. (There is no confirmation that this version also works with Lion or later.)
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner.
      2. Data Backup
      3. Deja Vu
      4. SuperDuper!
      5. SyncTwoFolders
      6. Synk Pro
      7. Synk Standard
      8. Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Always have a current backup before performing any system updates or upgrades.
    Additional suggestions will be found in
       1. Mac Maintenance Quick Assist,
       2. Mac OS X speed FAQ,
      3. Speeding up Macs,
      4. Macintosh OS X Routine Maintenance,
      5. Essential Mac Maintenance: Get set up,
      6. Essential Mac Maintenance: Rev up your routines,
      7. Maintaining OS X, 
      8. Five Mac maintenance myths,
      9. How to Speed up Macs, and
    10. Myths of required versus not required maintenance for Mac OS X.
    Referenced software can be found at CNet Downloads or MacUpdate.
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity or 20 GBs, whichever is greater, as free space.

  • Message box for web form

    I am trying to create a new C# web application. I need the message box and confirmation message box for my application. I knew there is no such control for web forms. I created a script string and registered it by using ScriptManager.RegisterStartupScript(Button1,
    Button1.GetType(), "key", javascriptStr, false). Unfortunately the message box won't pop up when i click the button first, it will pop up when i click it on the second time.
    I really don't know what is wrong.
    Thank you in advance,

    Hello yangyangxiaohui,
    If you post your question in
    ASP.NET forums, you'll get more valuable answers.
    Please open up a new thread there, thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Modifying the appearance of the search box, the search button, and the submit button for web forms

    I'm trying to modify the appearance of the search box, the search button, and the submit button for web forms by modifying the CSS on Stylesheets. None of the tags I'm using (e.g. .webform .cat_button) seem to be working. What are the correct tags for those three elements?

    When you generate the help you can select / deselect the buttons that are displayed.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • URG: Blank Screen for Web Forms

    Hi Friends,
    I deployed all my forms on web recently I configured them to open in a separate frame .
    My problem is now when I click on the link for Web forms it opens a new window "Oracle Developer Forms Runtime" --Title with a blank screen. If we resize the window manually then it will launch the application.
    Previously it was working fine.
    configuration : DEV6.0
    OAS 4.07
    JINITIATER: 1.1.7.18
    CLIENTS WIN95 with Netscape 4.7 browsers
    HTML:
    <EMBED
    type="application/x-jinit-applet;version=1.1.7.18"
    java_CODE="oracle.forms.engine.Main"
    java_CODEBASE="Java"
    java_ARCHIVE="f60all.jar"
    WIDTH="400"
    HEIGHT="400"
    lookAndFeel="oracle"
    colorScheme="blue"
    serverPort="9000"
    serverHost="rsforms.dcr.net"
    background="no"
    splashScreen="no"
    separateFrame="true"
    serverArgs="module=J:\Webforms\dcr_LOG21.fmx userid=payroll_dba/[email protected] "
    serverApp="Default"
    pluginspage="http://dcr.net:8887/Java/jinit_download.htm">
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    Any help...?
    Thanks in Advance
    Smita T

    For me <param name="splashScreen" value="no"> worked fine.
    jeff rahr (guest) wrote:
    : theo korol (guest) wrote:
    : : I am following the release notes for dev 6.0 that say that
    you
    : : can replace the splashscreen that comes up with your own by
    : : specifying
    : : <param name="splashScreen" value="custom.gif">
    : : in the html
    : : no luck, I can't remove it by specifying value="no"
    : : either, any one else have this problem?
    : : thanks
    : I was having a similar problem until I moved the gif file from
    : the directory specified as the icon directory in the
    registry.dat
    : file to the same directory as the html file.
    null

  • How do we customize the default CKEditor for Web Form Editor in UCM 10gR3?

    Our customers are using the Web Form Editor for some WYSIWYG changes. The form has too many options and they would like to limit what the users can do. We have attempted to make changes to the following files to customize the CKEditor for Web Form Editor and cannot see our changes reflected after saving/restarting Content Server.
    Instance\weblayout\webform\ckeditor\config.js
    Instance\weblayout\resources\wcm\3rdparty\fckeditor\fckconfig.js
    Instance\custom\FCKEditor\webform\ckeditor\config.js
    To test a simple change we tried adding the following to change the toolbar options.
    CKEDITOR.editorConfig = function( config )
    config.toolbar = 'MyToolbar';
    config.toolbar_MyToolbar =
    ['NewPage','Preview'],
    ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Scayt'],
    ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
    ['Image','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
    ['Styles','Format'],
    ['Bold','Italic','Strike'],
    ['NumberedList','BulletedList','-','Outdent','Indent'],
    ['Link','Unlink','Anchor'],
    ['Maximize','-','About']
    There isn't much standard documentation on this out of the box feature and I've searched Oracle Support with no luck.
    Content Server 10gR3 (10.1.3.5.1)
    FCKEditor 2010_12_18 ($Rev: 90491 $) br-10g-10.1.3.5-release
    CS10gR35UpdateBundle 2011_02_08 (build 93)
    Thanks,
    Angela

    Posting the answer:
    You need to make the changes to the webforms component inside the ~\custom\FormEditor\templates\fe_config.js file. Then propagate your changes using the Administration > Actions > Publish layout files page.
    One more quick question - where do we limit the Styles, Fonts, Sizes, Colors?
    in the same file we added lines similar to the following to limit the fonts,
    styles....
    CKEDITOR.config.font_names = 'Arial;Times New Roman;Verdana';
    CKEDITOR.config.fontSize_sizes = '16/16px;24/24px;48/48px;';

  • Implement get_file_name for web forms: SOME HELP PLS

    Hi ppl,
    Anyone used the code in note 74140.1 as regards to the implementation of get_file_name for webforms? Because I got stuck.
    Till now I managed to complie the FDialog and FDialogPJC java source and the classes are stored in the /oracle_home/forms60/java. Then I created a form with a block having two items namely, the text item and the bean area/ Then I created the WHEN-CUSTOM-ITEM-EVENT trigger. I'm a bit perplexed of where do I have to put the trigger that brings up the FileDialog. What else do I have to do to test this java bean. Till now nothing happens. I'm using Forms 6i and I never used Java Beans with Form Builder.
    Thanks a lot for your help,
    Cheers
    Marija

    Look at some of the samples on OTN and follow what they do. The examples are mostly for Oracle9i Forms, but it should still help you figuring it out for Forms 6i.
    Regards,
    Robin Zimmermann
    Forms Product Management.

  • Possible to show file upload progress for web form submission?

    I just made a simple form as a test. There are 3 files being submitted here via a "web form".
    Files being uploaded in this case are of these sizes:
    110MB
    9MB
    24MB
    I'm testing functionality that will let a print shop's clients upload their files. For larger files they'll use FTP but this "order form" does a lot of business for them so we're trying to replicate in BC.
    My problem is that I am wondering if there is a way to show the "upload progress" as a total %. Such as a visual status bar, etc.
    As of now the only way it's showing is in the default browser status bar (chrome in this case):
    http://cl.ly/image/1d3U0S1h2521
    I read somewhere that the limit is 150MB for an upload. Wondering if that means 150MB TOTAL as in 3 files combined in my case. Or If I chose to allow 3 files to be attached would it allow for 450MB?
    Also, if you do a user submitted web app instead and allow people to attach files that way, does the same file limit apply?
    My second issue is that the upload speed seems to be SLOW. I know it's not my connection because on my non BC site as well as another with the same form, the files upload fairly fast. But on BC it just crawls and on a few tests I get this:
    http://cl.ly/image/2T2q160M1R1n
    Any help or suggestions with the file upload progress as well as file upload speed would be appreciated.
    Thanks!

    So if i have 3 files to be uploaded, the max allowed is 750MB correct? (just wondering if when uploading its 250mb total or per file).
    Guess i'll do something fake to make it appear its working with a loading graphic or something.
    My web browser (chrome in this case) shows the % uploaded. I wonder if all web browsers do the same. I havent tested yet.
    If only there were a way to have javascript or something grab that same #% from the web browser itself and just format it to appear where I want on the form along with the % uploading.
    Anyone know if that's possible?
    Here's where Chrome for mac shows it:
    http://cl.ly/image/1c3i3x25262j
    If I could grab that (uploading 19%) from the browser and format it into css/html i'd be gold.
    Then find if similar browsers do the same and write some js for each browser specifically to grab it.
    In a perfect world at least....

  • System processes needed for web service call

    Hi experts,
    one theoretical question: how about the system processes needed for a web service call? If have created a test service that does nothing except to wait for 10 seconds. When I call it from outside, no extra process is busy (as seen in trx SM50). Is it possible that one web service call (from outside -> SAP machine) does not need a DIA or BTC process on SAP machine?
    Thanks in advance for your help!
    Kind regards, Matthias

    Hi,
    Of course a web service needs a dialog workprocess to run.
    But if you used the "wait" abap instruction, it may be that this instruction frees the work process ?
    Regards,
    Olivier

  • Help on determining version for existing forms & porting to Forms 9i

    I'm new to Oracle and Oracle Forms.
    I have a large number of *.fmb, *.fmx, *.pll, *.sql files (all developed in the early 1990's).
    I am trying to convert them to 9i. Are there any "How-To's" on the subject?
    Is there a tool to help me determine what the original Forms version is?
    Also . . .
    When opening a *.fmb in Forms 9i, I get the error "FRM-10102: Cannot attach PL/SQL library &lt;filename&gt;.pll. This library attachment will be lost if the module is saved.
    I opened the specified *.pll file and then another form and received the same error.
    Any help or direction will be greatly appreciated.
    Thanks in advance.
    Brian Atkinson

    Generally speaking you can just open up a form in 9i and that will upgrade it. There are specific issue on moving from client/server to the web and you can go to otn.oracle.com/products/forms and click to view the Forms Upgrade Centre.
    The error you are getting probably means that the form has a library attached but when you open that form it cannot find it.
    What I would do is make sure the location of the pll files is on the FORMS90_PATH environment variable (in the registry on Windows).
    Another note - you can go to otn.oracle.com/products/forms and click to download other versions of the software - including 6i. However while it may only be certified to go to 61 and then 9i, in many cases you can go directly from 4.5. to 9i.
    Hope this helps.
    Regards
    Grant Ronald
    Forms Product Management

  • Profiling Tool for Web AS

    Hi,
    which profiling tool would you recommend to be used for Web AS 6.4 based J2EE applications? Is the JDI shipped with one?
    Thank you,
    Heiko Nolte

    Hi Heiko,
    the "most official" supported tool is the so-called Sherlok (Doku: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/sherlok 1.4 java application monitor reference guide.pdf; Download: https://www.sdn.sap.com/sdn/downloads.sdn?page=sherlok_download.htm). More general information to be found under https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to analyze performance problems.pdf.
    Nevertheless, JProbe is "somewhat" supported, look here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to start jprobe with web as java
    Hope it helps
    Detlev

  • Is there any monitoring tool for web server and application server ?

    experts,
    I just want to know that is there any monitoring utility which being used to monitor the web server activities like threads web console session tracking and so on..
    I am using Jboss as my application server.If you suggest any monitoring tool for Jboss It would be helpful for me,

    You may use jConsole

  • Help - problem with save for web when jpg image is placed in file

    I have a jpg image that I placed in my Illustrator 5 file to use as a backdrop and then created several vector buttons on top.  When I attempt to create an arboard around a single button and then save for web, it ignores the artboard dimensions and shows the entire jpg dimensions.  If I create the same file without the jpg backdrop image, I am able to use the artboards to save just a single button.  Any time I place a jpg image in my Illustrator file and attempt to use the artboards, the artboards are ignored and the entire area of the jpg is saved.  I am able to use the slice tool to do the saving, but I prefer to use the artboards.  Does anyone have any suggestions on how to get the artboards to work when a jpg is placed in the file?  Thanks.

    THANK YOU!!!
    It says, "Clip to artboard".  I wasn't sure what clip meant, but that was it!  Thank you.

  • Discount codes for web forms

    Question:
    I have been using two web forms to allow access to a secure zone. Of them, one is for the trial user access and another is for the paid user access.
    The problem is: Can I use discount codes for the secure zone access? I can't see the way of integrating eCommerce discount codes with web forms.
    Answer:
    Discount codes don't actually work with secure zone access since you have to accept payment through web forms. However, I hired an outside developer to write some code for me, which I don't mind sharing:
    Put this in the Head of your document:
    <script type="text/javascript">
    function refreshAmountToCharge() {
    var frm = document.forms[0];
    var defaultAmountToCharge = 100;
    var couponCode = "ABC123"; // A tribute to Michael Jackson...
    var percentOff = 50;
    var couponCode2 = "DISCOUNT2";
    var percentOff2 = 67;
    var couponCode3 = "DISCOUNT3";
    var percentOff3 = 99;
    var couponCode4 = "DISCOUNT4";
    var percentOff4 = 75;
    /* Fixed amount coupon c*/
    var fixedCouponCode1 = "FIXED1";
    var fixedAmount1 = 20.00;
    var fixedCouponCode2 = "FIXED2";
    var fixedAmount2 = 6.00;
    var fixedCouponCode3 = "FIXED3";
    var fixedAmount3 = 7.00;
    var amountToCharge = defaultAmountToCharge.toFixed(2);
    if (frm.couponCode.value.toUpperCase() == couponCode)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == couponCode2)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff2 / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == couponCode3)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff3 / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == couponCode4)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff4 / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == fixedCouponCode1)
      amountToCharge = (defaultAmountToCharge - fixedAmount1).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == fixedCouponCode2)
      amountToCharge = (defaultAmountToCharge - fixedAmount2).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == fixedCouponCode3)
      amountToCharge = (defaultAmountToCharge - fixedAmount3).toFixed(2);
    frm.Amount.value = amountToCharge;
    // ----------- End Coupon Code Javascript ---------------------
    </script>
    Then, you'll need a Coupon Code field in your form:
    <div class="item">
        <label for="couponCode">Coupon Code</label><br />
        <input type="text" name="couponCode" id="couponCode" class="cat_textbox" />
        <a href="javascript:refreshAmountToCharge()">Update</a>
    </div>
    That's it. Let me know if you have any questions. You can set multiple codes, either percentage based or fixed amount. Experiment with it to make sure it works as expected.

    This is great Mario! Thanks so much for sharing. It works very well.
    One thing I want to add is a validation for the coupon update action. If the coupon is no longer valid or entered incorrectly, a message would be great, because the person might no even notice the fact that the amount did not change even though they think they entered a valid discount code.
    Sean

  • Is there any impact analysis tool for Oracle Forms and Reports

    Hi All
    We are curretly looking at tools available to do impact analysis in Oracle Forms and Reports. This is for the maintainance of a large Oracle application developed using forms and reports 10g. We use Oracle Designer but only to maintain the db structure and not for forms and reports generation. Our intension is to find out the impact of db model changes, stored procedure changes in Oracle Forms and Reports. Please suggest any tools that are currently used for this purpose.
    I remember manually maintaining the CRUD matrix for Oracle Forms and Reports for maintainance purpose. CRUD matrix will have the list of all the tables which are affected by the module. But this is a manual activity and hence the responsibility is with the dev team to keep the document updated. Please suggest if there is any alternative to this way which can be more effecient and less error prone...
    I also wonder how these are done in Oracle ERP? how the apps team in oracle is maintaining the forms and reports?
    Thnaks in Advance
    Mahesh Mathew

    Quest (the makers of TOAD) have a tool called SQL Impact which gathers data from forms, reports, triggers, packages etc.
    FormsMate is a simple, cheap alternative for comparing or searching in forms.
    http://www.jockvale.ca/products.html
    Alternatively, you can export forms to xml (with iff2xml90.bat) and reports to jsp (with rwconverter) and simply grep those and your sql scripts. There are grep tools for windows if you need.

Maybe you are looking for

  • How to log in to SAP MII by using a custom xApp?

    Hi there, I'm developing a custom xApp with a context root of /mycustomapp I use some security contraints for it so the user has to log in to view the xApp. As I use some MII services the user has to be logged in to SAP MII, too. However, logging in

  • Create shortcuts for a bluetooth keyboard. iOS.

    Hi guys. I have a custom bluetooth keyboard. What i need is to process specific function keys of the keyboard. I googled, but i have failed to find any solution. I can not find any info about how to process a keyboard's event. I can see only methods

  • Image Capture Broken?

    (I originally posted this in the Mountain Lion forum, but am now resposting here at the behest of a fellow commenter): About 90% of the time when I plug in my iPhone or iPad, they are not detected by Image Capture (or iPhoto). The other 10% of the ti

  • Dell Laptops

    I want to use Solaris 8 on a Dell laptop with at least 1024 by 768 resolution. Any recommendations? [email protected]

  • Best photo scanner for MacBookk and iPhoto 6?

    My winter project is to scan my old photos. Which scanner do folks recommend? I will mainly be scanning color photos? Thank you!