Problem in integration of custom Forms with Oracle POS 13.2

Hi All,
I am working on POS 13.2 and it is currently configured with Ingenico signature capture device i6580. This device supports 5 services Pinpad service, signature capture service, line display service, msr service and FORMService.
Form service is used to display all the custom forms (welcome form, thank you form etc) on the device. The same formservice is not supported by the device isc250 which need to be integrated.
Could you please help me how can i display welcome or thankyou form on the device?
Thanks!
Arun

Peter,
unfortunately you can't call into a running Forms application. This will be addressed in a future release of Forms (don't ask me for the version of it because calling into Forms with JavaScript requires us to handle asynchronous events first). For now all you can do is to write an separate Applet that creates s ocket connection to a Java Bean running in Forms on teh Web. This is a bit of a hack and may have a security impact. I am forwarding this thread to some of my collegues who knows this better than I do.
Frank

Similar Messages

  • Facing problem in integrating my custom jsp with the workflow engine

    Hi,
    I am using Jdeveloper 11.1.1.6.0 for BPM 11g implementation on my Application.I have Weblogic Server 10.3 Installed and configured the domain. Also the server is up and running.
    I am trying to create workflow and wants to integrate it with my custom jsp but i am facing problem in integrating my custom jsp with the workflow engine.Can you please answer the following questions:
    1)how to link BPM human task with my custom jsp (Requester jsp).
    2)how my custom jsp data(Requester data) will be stored in workflow engine and how the same data will be visible to the next custom jsp(Reviewer jsp).
    This is urgent .Any early reply will be great help.
    Thanks in advance.
    Edited by: 990133 on Mar 24, 2013 5:31 AM

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • Integrating apex form with oracle portal

    Afternoon friends,
    I have got a senario like integrating apex form with oracle portal.I dont have any idea on oracle portals.so please let me know the basic steps on how to go ahead to integrate apex forms with oracle portal and for that what i need to have apart with my database and apex.

    Hello
    Couldn't see my previous post... so here it is again
    We have integrated Apex into Oracle Portal
    Here's how we did it.
    In the portal page, we have created an Element region with the following code:
    <script language="Javascript">
       <!--
       function changeIframeHeight(){
          var ifrmObj = document.getElementById('apexIframe');
          if(ifrmObj) {
             if(navigator.appName=='Microsoft Internet Explorer') { //IE
                ifrmObj.height = ifrmObj.contentWindow.document.body.scrollHeight+20;
             else {
                ifrmObj.style.height = ifrmObj.contentWindow.document.body.offsetHeight+50;
       //-->
    </script>
    <p><iframe width="100%" height="500" frameborder="0" onload="javascript: changeIframeHeight();" src="/pls/apex/f?p=115:10" marginheight="0" marginwidth="0" name="apexIframe" id="apexIframe"></iframe></p>You just have to make sure that the name and id of the iFrame and the elementId in the javascript are the same.
    And change the SRC so that it point you application.
    Hope that helped you.
    Max

  • I am trying to connect oracle develper suit form with oracle 10g database

    i am trying to connect oracle develper suit form with oracle 10g database
    but when i pass username and password
    this message apperars
    ORA-12560:TNS:protocol adapter error
    every time even i try to connect Report or Designer each time same problem
    making no connection .
    can any body help can help me to reslove this prblem
    Arshad khan

    Duplicate thread:
    Re: connection problem

  • Tools for Developing/Customizing Forms for Oracle Apps R12.1

    Hi All,
    Could you please help me identify the tools and correct version for developing and customizing Forms for Oracle E-Business Suite R12.1?
    Regards,
    KK

    Also, could you please elaborate your 2nd point regarding template.fmb The Oracle EBS uses a framework. Starting any new (custom) form for the EBS should ALWAYS begin with the template.fmb to ensure your new form has all of the required objects to comply with EBS Forms development standards. You might want to take a look at the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Craig...

  • Looking for integration details of Kewill with Oracle Shipping execution

    Hello Folks,
    Has anyone done integration of Kewill (flagship) with Oracle Shipping 11i. Customer has plans to implement OTM later.
    please provide me some details or documentation.
    regards
    girish
    Edited by: 849679 on Apr 6, 2011 8:25 AM
    Edited by: 849679 on Apr 6, 2011 9:02 AM

    Pl do not post duplicate threads - Looking for documentation of Kewill Integration with Oracle Shipping
    Srini

  • Regd Integration of Domino.doc with Oracle 9i AS Portal

    I want to know whether the integration of domino.doc with oracle 9i as portal
    is possible or not.
    Can anyone guide me whether the integration is
    possible or not and if it is possible which document
    should i refer for the same.
    and i dont know much about domino.doc
    pls consider this as urgent
    Regds
    Rajesh Kanna.V

    1)Portal is an integrated component of 9iAS. You need to download all of 9iAS and select the minimal install option.
    2)We haven't tested this configuration, but as long as you set up apache appropriately to use different ports than the existing software it should work.
    3)Portal requires 8.1.6.2 Enterprise edition or 8.1.7 Standard edition. Personal Edition will not work.

  • Custom forms (with Headstart), issues.  Prompted more than once to save/commit.

    We have found that after analyzing the APPS schema (for CBO), we
    have an issue with custom forms. This issue relates to an
    earlier post on this forum where we get prompted several times
    to save/commit our changes and that the changes are never
    submitted. We've narrowed it down to the QMS_TRANSACTIONS
    table, when ever we run...
    analyze table apps.QMS_TRANSACTIONS estimate statistics;
    Table analyzed.
    Our custom forms will stop working. Why is this? So far we've
    found the only work around is to drop all Headstart objects and
    run the scripts to recreate the objects in the APPS schema.

    Michael,
    This might be a similar problem as they have experienced in
    Japan. Their problem description is as follows;
    -At the beginning, the transaction can be committed from the
    screen.
    -After analyzing APPS schema, it becomes impossible to commit the
    transaction.
    This problem is reproduceable in following condition;
    -Use Oracle 8i 8.1.7.x.
    -Set '_push_join_union_view' parameter to true. (Set by Rapid
    Installer of EBS)
    -Analyze the schema that has qms_transactions table.
    This problem seems to be caused by DB bug (Bug no 2058756).
    If this is indeed your problem a workaround has been described to
    set the event 10195 before analyzing the table.
    Hope this helps.
    Regards,
    Sigrid Gylseth.

  • Need advise on a problem one of my customer have with properties going missing in Acrobat Reader

    Hi there.
    I need some advise on a major problem I got with acrobat reader on one of my customer's laptop.
    I might not have all the informations, but I can explain about everything that I could dig out of the problem.
    One of my customer asked me to find a solution to his problem as he just bought a Mac laptop and he has only been using a Windows PC before. He needed a way to be able to manipulate some texts and picture on a file (template) that he print a couple of times each week. I have built a 2 pages PDF form for him and it was a success on every computer we tried it on, except for his new Mac Laptop.
    Whenever we open the file on his laptop in acrobat reader, every single properties of any forms are not readed.
    Those "missing" properties include :
    - Everything in the "Text field property" which include size, choice of font (I specifically took a system font available on both PC and Mac and tested it on another Mac), alignment and apearances.
    - All forms, checks and buttons are resetted to a "default" appearance.
    The names and ID of the forms seems to be correct and forms with the same name seems to work. (if he fills in one part, it automaticly fills some parts on the 2nd pages instead of having him rewrite the whole stuff.)
    The sizes of the forms are correct too. It seems to only affect the form properties, but not the manually inserted javascript.
    I tried to open another form PDF I took from the Web (gouvernment forms) and it seems like the problem is not from my file as it happen with all PDF files with forms.
    I checked his Acrobat Reader version and it seems like it's up to date, as well as his java software.
    Since I couldn't do a full check-up and tried to reinstall Acrobat Reader and java as I only had about 20 minutes to check things, I'm asking around before taking that kind of option into account.
    If any got any idea or have already experienced that kind of strange thing, please tell me where could the problem be.
    Thanks!

    The file is opened manually with Adobe Reader directly on the customer's computer harddrive. (Right click on the file directly stored on the desktop. "Open with ..." and then select "Adobe Reader". The program showed on the top bar is Acrobat Reader and it's hard to mix it up as it's totally different from the "Preview" program on the Mac.)
    If I opened it with Preview (on the Mac), it was even LESS buggy. While some options  are not accessible in Preview (mainly those who use javascripts or adobe reader/acrobat only features), the visual that aren't working in Adobe Reader were working fine. Since some basic options aren't available in Preview, my customer needs to use it in Adobe Reader.
    I can garanty that the problem is related to Adobe Reader and/or maybe background process that Adobe Reader uses (for exemple : Java, C++, etc.)
    I asked around to know if someone have already experienced this issue and if they have found a way to repair it without doing a full reinstall of every kind of process that Adobe Reader uses.
    Also, if I'm doing a clean up for a restoration of Adobe Reader, is there any other program to reinstall then Adobe Reader and Java?

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • Using JavaBean in custom form for Oracle Apps

    Dear All,
    i had build a custom form contains JavaBean that enable user to open file dailog . i had built the java class and test it locally on another form it worked fine, but when run the form from the oracle apps nothing happens
    anyone can advise,plz?
    your notes will be appreciated ...
    thanks in advance...
    Moath Abusirdaneh

    Going forward we want to use this form to send information regarding any patches needs to be applied on any of our instances.If some other user select a patch which is already installed on that instance this form will pop up a message saying it's already installed.The purpose of this form is to monitor instance refreshing details.But this is already provided by Oracle through OAM or by querying AD_BUGS table. So, you could create a custom responsibility which contains the patching part only from OAM but this still require a login to the application.
    I do not think you can achieve the above (creating a custom form) without logging to the application -- You may log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • Integrating Dynamic Adobe Form with BSP: SAP Objectives setting &Appraisal

    Hi all,
    My users ask me whether wecan use Adobe Form to replace SAP standard BSP appraisal form (generated by HAP_DOCUMENT).
    I konw that it's possible to integrate Adobe Interactive form with BSP.
    But my Adobe form must contain dynamic table, with ability to insert/delete row on the form. This is just like what's there when you can adding objectives by client scripting in SAP OSA.
    Please tell me if the integration of dynamic Adobe form with BSP is possible?
    (We are on ECC 6, EPH2).
    Thank you so much.
    Giang

    Hello,
    have you worked with the following document?
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0e58022-2a39-2a10-69a8-c1a892e2b3f4&overridelayout=true
    Did you try to develop a demo version of the form to try if it is possible to do what you need to?
    Do you plan to replace "only" the standard non-Adobe form or to develop a whole custom application?
    PRovide more details about the steps you´ve tried and we can solve this out. Regards, Otto

  • Generation of pdf forms with Oracle Report

    I would like to generate editable pdf with Oracle Reports. That means I need clickable check boxes in the output.
    Any suggestions or hints?
    Thanks in advance.
    Uwe

    Hi Uwe
    Reports does not currently have the capability to create PDF files with form fields.
    Regards
    The Oracle Reports Team

  • Integrating MS BizTalk Server with Oracle Financial

    Hi..
    I'm looking for solution to enable Microsoft BizTalk Server 2000 integrates with Oracle Fin apps. I'm not familiar with Oracle Finance, please advise the most common scenario applied. I knew Compaq IOrchestration can do this integration, but if possible, I'd like to prevent the use of other 3rd parties product.
    Thanks
    Krisna
    null

    Hi..>I'm looking for solution to enable Microsoft BizTalk Server 2000 integrates with Oracle Fin apps. I'm not familiar
    with Oracle Finance, please advise the most common scenario
    applied. I knew Compaq IOrchestration can do this integration,
    but if possible, I'd like to prevent the use of other 3rd
    parties product.>Thanks>Krisna>null

  • How to call a custom form with parameter throgh apps personalization?

    Hi All,
    I have developed a custom form in 10g and register it to apps r12. I am calling this form through personalization by lauch a function associated with form.
    Issue is this, I want to pass a parameter to this form from apps eg. Receipt_num.
    I want to get Receipt_Num value from apps form and pass it to custom form.
    Pleas help me how can I do thi?
    Thanks
    Farooq

    Hi,
    So We have a standard form for example (purchase order form) and ur custom form is called by using the menu created by form personalization. So When you open the purchase order form and query for one purchase order number for example 2000, so this purchase order number need to be passed to your custom form field(purchase order number)
    Correct.
    Please follow this link,i have done the same thing and its working fine.
    http://erpschools.com/articles/forms-personalization-tutorial
    Thanks & Regards
    Srikkanth.M    

Maybe you are looking for