Any examples of using OVS in interactive forms?

Hi All,
I'm trying to use OVS input help in Adobe forms (which was suggested by OSS support as a workaround to another issue) and I see there some people in this forum asking similar questions but I don't see an answer posted in any of the threads.
When I import the SDN tutorial example for OVS "WebDynpro_OVS_Valuehelp" and I add an interactive form to it and implement a call to the OVS, nothing appears to happen.
Note that the way I implemented it (and the way OSS suggests) is to use the "value help button" from the native pallet and the and then change the Javascript by filling in the field name in this section of code:  var fieldName = "*INSERT_NAME_HERE*";
So my question is, can somebody point me to a sample project that I can download and import to show me OVS working in Adobe?
Many thanks,
-Tom

Hi All,
I'm trying to use OVS input help in Adobe forms (which was suggested by OSS support as a workaround to another issue) and I see there some people in this forum asking similar questions but I don't see an answer posted in any of the threads.
When I import the SDN tutorial example for OVS "WebDynpro_OVS_Valuehelp" and I add an interactive form to it and implement a call to the OVS, nothing appears to happen.
Note that the way I implemented it (and the way OSS suggests) is to use the "value help button" from the native pallet and the and then change the Javascript by filling in the field name in this section of code:  var fieldName = "*INSERT_NAME_HERE*";
So my question is, can somebody point me to a sample project that I can download and import to show me OVS working in Adobe?
Many thanks,
-Tom

Similar Messages

  • Any Examples of using ActiveCollectionModelDecorator with POJO data control

    Are there any Examples of using ActiveCollectionModelDecorator with POJO data control in any of the sample packs?

    OK, here's an quick example. Create a new Windows Forms application and add a ScatterGraph and a Label to the form. Add a cursor to the ScatterGraph, then add the code below to the form. This generates 50 random data points when the form is loaded and plots them, then uses the cursor's AfterMove event to display the current X and Y positions in the label. Here's the code:
    Private Sub OnFormLoad(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Const dataLength As Integer = 50
    Dim xData(dataLength - 1) As Double
    Dim yData(dataLength - 1) As Double
    Dim rnd As Random = New Random
    For i As Integer = 0 To dataLength - 1
    xData(i) = i
    yData(i) = rnd.NextDouble() * 10
    Next
    ScatterGraph1.PlotXY(xData, yData)
    End Sub
    Private Sub OnAfterMoveXYCursor(ByVal sender As Object, ByVal e As NationalInstruments.UI.AfterMoveXYCursorEventArgs) Handles XyCursor1.AfterMove
    Label1.Text = String.Format("({0}, {1})", e.XPosition, e.YPosition)
    End Sub
    Hope this helps.
    - Elton

  • Questions concerning the use of Adobe Interactive Forms

    Hi All,
    I have two questions that I would to see if I could get an answer to.
    1) Has or can one use an Adobe Interactive form on a Tablet PC to allow a user to draw, say a small diagram or map, and have that image then stored in an R/3 database?
    2) I may already know the answer to this, but want to verify it anyway. Can Adobe Interactive forms be used to provide data to other applications outside of SAP using NetWeavers J2EE or .Net API?
    Any help is greatly appreciated.
    Thank you,
    Mark

    Hello!
    1) As far as I know (and can see in Adobe Designer opened at my PC right now) there are no standard controls
    in the library that can be used to add drawing (ink) area to the form. Maybe external are available, but unlikely.
    Even more, googling shoes that Adobe itself is not eager to support ink in their Acrobat products... Pity but so.
    So my answer for the first question is "NO".
    2) That depends on what you mean on "providing data to other applications outside of SAP using NetWeaver J2EE and .NET".
    If you are using NetWeaver J2EE than you are still using SAP.
    If you want to install SAP's ADS server on J2EE server from another vendor, than it is not a good idea:
    First - it should be merely legal to use SAP software like this.
    Second - Adobe's standalone forms solution (Link: [Adobe LiveCycle Forms ES|http://www.adobe.com/products/livecycle/]) should be cheaper.
    On the other hand, if you create a simple form in LifeCycle Designer not inside SAP, but launched standalone and
    set this form to send data to let's say XML-service, than there is no problem to use any other server application / platform.
    It's just have to be a web-service like: support HTTP-requests with XML inside.
    In the last case still the question persists "why use SAP in this case?"
    Just few ERP 2005 licenses will cost more, than entire Adobe product line, so maybe you have to change the platform?

  • There's any example of using the gateway plugin functionality?

    Hello again!!! xD
    There's any example of using the gateway plugin functionality?

    To put your custom media element loaded from a plugin on the stage, you can use a MediaContainer object:
    var adContainer:MediaContainer;
    adContainer.width = 468;
    adContainer.height = 60;
    adContainer.addMediaElement(adElement);
    addChild(adContainer); // assuming we're on a Sprite.
    The video element can be in its own container:
    var videoContainer:MediaContainer;
    videoContainer.width = 468;
    videoContainer.height = 60;
    videoContainer.addMediaElement(videoElement);
    addChild(videoContainer);
    Regardless of wheter or not the adElement and videoElement are in a parallel element together, each indiviual view will appear in the assigned container.
    Does that anwer your question?
    Cheers,
    Edwin

  • How to use an Adobe interactive form in an Application service operation?

    Hi,
    I have a peculiar requirement here:
    The user wants that on the trigger of a specific operation an operation of the Application service should get invoked: this operation should pick up a Adobe form template from a destination and then prefill this forms with some values and then store the same in the backend DMS.
    It's very easy to accomplish this task in WD Java with the use of Interactive form element but here we don't want any kind of user interaction for these forms, just the form templates will be prefilled with some dynamic values and then the same will be saved as is.
    Can some one please provide some insight into how the same can be acieved, any API's etc?.
    Please reply ASAP.
    Regards,
    Manish

    hi
    try this tutorial on
    online interactive
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on online interactive pdf form - 29.htm
    for offline interactive form
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on offline interactive pdf form using download - 30.htm
    for downloading and uploading pdf forms
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on offline interactive pdf form using e-mail - 31.htm
    regards
    saravana

  • Any examples of using XSU for multi level nesting

    Are there any examples of inserting into a set of object tables using the XSU where the parent-child relationship is more than 2 levels deep. i.e where you have to use REF's or views to do this.
    I have had no problems with a 2 level insert using object tables but that's not much use to me.
    I know that natively only 2 levels of nesting are supported.
    I may have to resort to parsing the data manually using the PL/SQL parser if I can't get the XSU to do it.
    null

    lAnubisl wrote:
    My customer's solution has several issues generating PDF files and we are looking at the Acrobat SDK as at the instance of the final truth.
    I use Interop.Acrobat.dll as a .NET project reference to open and resave PDF documents. I'd like to do all things I mentioned above.
    After years and years, I have concluded that if you do serious PDF development, you need a set of libraries. For instance, if you are doing typesetting type of work ("vertical center", "horizontal center", "margin", etc., etc) , there is an excellent library from a guy in Germany (land of Johannes Gutenberg and printing presses)...
    ... which turned out to be useless in my next project which dealt with AcroForms.
    I know exactly what you mean by "the final truth", sometimes I wish Adobe had some sort of official validating tool (like XML does).
    Per your comments, I would recommend you to consider this library. It is available in all languages and its output is the same quality as Adobe's or at least in the same league:
           http://www.pdftron.com/pdfnet/index.html
    If you want to comment further, we must go to a different forum, since we are not supposed to discuss any non-Adobe products here.

  • WHY - give workable examples of using JHeadstart to convert forms into ADF.

    Why give examples of how to use JHeadStart to convert forms in to ADF, but not allow it to be done with the evaluation version ... I assume it was possible with the 10g versions. Is it broken in 11g.
    I was lookig to build a case for migrating an oracle forms application to Oracle Java and not a IBM or JBOSS or even .Net application, I can't build that case now, I have no budget to engage Oracle, have to do this of my own bat. Company has been take over by bigger company that has IBM stack.
    Is Oracle this follish to allow the smaller users of Oralce to go by the way side, be lost to other languages etc

    We deliberately did not include the Forms2ADFGenerator in the evaluation version.
    Modernizing your forms application, possibly migrating it to ADF is a considerable effort that is often underestimated.
    Migration tools like the Forms2ADFGenerator can help to a certain extent but are by no means a magic bullet. This is something we cannot stress enough, as over and over again we see people who think migration tools can make the difference. They cannot.
    If you want to make a choice of development environment to modernize your forms application, then the availability of a migration tool should not play a role!
    It is a fundamental and strategic decision to go for Oracle ADF which should not be influenced by a minor time saver like a migration tool.
    To decide on the use of JHeadstart, the evaluation version with the tutorial should be convincing enough.
    The real power of Jheadstart is not in the Forms2ADF Generator, this tool is just a lbonus that can save you a bit of time.
    Here is some more info:
    When does JHeadstart Forms2ADF Generator save time
    The amount of work that can be saved by using the JHeadstart Forms2ADF Generator (JFG) very much depends on the structure of the Oracle Forms application at hand. The JHeadstart Forms2ADF Generator provides most savings for forms that have the following characteristics:
    * Standard-Forms data retrieval and data manipulation through blocks based on database tables, with master-detail relations defined between the block
    * Complex user interface, many (stacked) canvasses, many tabs, many list of values, and other display types
    * PL/SQL logic mostly limited to user interface dynamics: conditionally showing/hiding user interface items, and conditionally changing the properties of user interface items. While JHeadstart does not convert PL/SQL logic, this type of logic is easily implemented in the ADF application because JHeadstart provides many declarative property settings to implement this behavior.
    PL.SQL Logic
    JHeadstart has made the deliberate choice to not automatically convert the PL/SQL logic to Java. The reasons for this are:
    * It is impossible to automate the migration of a two-tier architecture (logic in Forms or in the database) to a three tier Model-View-Controller architecture as is common in JEE web applications, including ADF-based applications.
    * The architecture of the converted application should be identical to the best-practice architecture of an ADF application that is build from scratch. If the architecture is the same, the same skill set can be used to maintain both migrated applications and ADF applications build from scratch. In addition, by going for a best practice architecture, the application is more flexible, and can be maintained easier at lower cost.
    * When using the JHeadstart Forms2ADF Generator, you get this best-practice ADF architecture that is identical to ADF/JHeadstart applications that are built from scratch.
    Other Forms2ADF Considerations
    And even if it turns out the JFG adds a lot of value, there are many other questions you should ask yourself before embarking on a Foms2ADF project.
    For example:
    * Apart from technical reasons like old Forms verisons no longer supported, are there real business reasons and business benefits for migrating that justify the migration effort?
    * To what extent is the application still meeting functional requirements?
    * Are there issues with stability and end user friendliness?
    * Old forms applications are typical "window-on-data" screens, you see the structure of the datamodel through the layout of the screens. Modern web 2.0 composite applications are more task-oriented with good support for human workflow. You should consider to what extent it wants to leverage all these new user interfaces capabilities that come with ADF Faces and WebCenter.
    * How does the application fits in the overall IT landscape? What interfaces to other systems exist, what (old/obsolete?) technology is used to implement those interfaces?
    * What about batch functionality and reporting facilities?
    * May be part of the functionality of the current system can be replaced with standard off-the-shelf software?
    * How sound, well structured and future proof is the underlying datamodel?
    * To what extent are you looking at service-orientated architectures? Whats the SOA maturity level of your organisation?
    * Above questions help to answer the key question: how desirable and benficial is it to migrate an old monolitic forms application 1:1 to a monolitic ADF aplication? How does that fit in overall IT strategy?
    * Organisational isues: who will migrate the system, who will maintain the system? Is outsourcing considered? etc.
    Next Steps
    We offer a Forms2ADF assessment service in which we migrate a number of sample forms selected by the customer to assess the added value of the JFG, and we discuss all of the above questions
    For example, I did one Forms2ADF assessment where it turned out that JFG added litlle or no value, but we were still able to convince the customer of the combined power of ADF and JHeadstart in (re-)building ADF apps from scratch.
    You also might want to take a look at some presentations I did on this topic, and some online demo's:
    * Guidelines for moving from Oracle Forms to Oracle ADF and SOA: http://www.slideshare.net/stevendavelaar/forms2-adfsoa-ukoug
    * JHeadstart Forms2ADF Generator – Migrating from Oracle Forms to a Best-Practice ADF application: http://www.slideshare.net/stevendavelaar/jhs11-forms2-adfukoug
    * 3 online demo's of forms2adf conversion process: http://www.oracle.com/technetwork/developer-tools/jheadstart/overview/index.html
    Hope this helps,
    Steven Davelaar,
    JHeadstart Team.
    Steven Davelaar,
    JHeadstart Team.

  • Using Wforms (Adobe interactive forms) in lieu of shopping cart creation

    Our users complain of too much data entry during shopping cart creation and less frequent users complain about forgetting GL a/c and product ID. In talking to SAP their suggestion is to implement Wforms to avoid end users logging into SRM and rather enter relevant details on wform and then convert it to Shopping cart.
    Has anyone implemented and can share how the experience has been,how difficult it to to implement wforms and support thereafter.I undertsand that wforms had issues in the past but SAP now claims to have overcome all those limitations.Please share your experience.

    Hi Ruchi,
    Did you say SAP proposed that you use WFORMS in place of SRM Shopping Cart?? I am not entirely sure we are quite there yet! There is lots of details available [here |http://www.sdn.sap.com/irj/sdn/adobe]which describe SAP interactive forms. Maybe this will help you. But I am surprised your users find the SC creation difficult, especially the 4 step wizard, can you not assign default values to many of these areas where they are having trouble? (GL accounts etc)
    Regards,
    Jason

  • Firefox 3 crash when using an adobe interactive forms

    Hello,
    Because Firefox 2.0 isn't supported anymore by Mozilla, we plan to migrate to Firefox 3.
    When we display an Adobe Interactive Forms in Firefox 3, the browser crashes. We have reinstalled Firefox 2 and it works again.
    We tried with Adobe Reader 8.1.2 or 9.0.
    I've checked different sapnotes like 1089062 - FireFox Limitations for
    Unified Rendering and ACF
    Does anyone met the same issue and/or solved it ?
    Regards,
    LTN Redondie Simon
    Steps for Reconstruction                
    - Log into SAP portal with Firefox 3.0
    - Display an adobe interactive forms
    - Click on "save" or "close" button and the web browser crashes
    Edited by: Simon REDONDIE on Feb 3, 2009 5:15 PM

    Thank you for your answer, we did not start the deployment of FF3 yet.
    FF3 support is still under development (for NW 7.1)
    Do you mean that Firefox 3 will not be supported on NW 7.0 ?

  • Any example for using LDAP for WLS7.0

    Is there any example I can follow to setup a LDAP as the default security realm
    for wls7.0 ?

    Hello Friend,
    The detailed instructions for setting up an external LDAP
    provider for WLS 7.0 can be found at the following link.
    http://e-docs.bea.com/wls/docs70/secmanage/realm.html#1172008
    I hope that helps.
    Regards,
    Tom Hegadorn
    Developer Relations Engineer
    BEA Support
    "Friend" <[email protected]> wrote:
    >
    Is there any example I can follow to setup a LDAP as the default security
    realm
    for wls7.0 ?

  • Classic Use of SAP Interactive Forms by Adobe

    I want to print a paper-like form. For example, Invoice (NOT interactive). This form looks like colorful spreadsheet - lots of colorful border in box, graphics, etc. Is this right tool for my purpose or Smart Form should be used instead? If business can provide pdf template then how to integrage it into ABAP workbench (transaction SFP)? Any one can help with first hand experience?

    Hi Hetal Shah,
    Probably you have not read much about PDF-Based Print Forms. This is what you need for all your requirements mentioned in your Port.
    1. It is possible to print paper-like forms with graphics with less amount of effort and also with much simpler way than SAPSCRIPT.
    2. PDF-Based Print forms have more features than Smart forms.
    3. And finally the most liking part is it is possible to migrate smartforms to PDF-Based Print forms.
    Check the link to know about PDF-Based print forms.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm
    Check the PPT also.
    http://www.asug.com/client_files/Calendar/Upload/InteractiveForms_Overview%20v3.ppt
    Thanks,
    Ramakrishna

  • Any example customer has migrated from Oralce Forms to ADF?

    Any benchmark or how many customers have done the migration from Forms to ADF?
    Btw, is all kind of Froms convertible by Froms2ADF tools ?
    thanks for any suggestion.

    Here is my view on this:
    In general, people tend to underestimate the effort involved in migrating from Forms to ADF.
    Migration tools like the JHeadstart Forms2ADF Generator can be of help, but are by no means a silver bullet.
    When does JHeadstart save time
    The amount of work that can be saved by using the JHeadstart Forms2ADF Generator (JFG) very much depends on the structure of the Oracle Forms application at hand. The JHeadstart Forms2ADF Generator provides most savings for forms that have the following characteristics:
    - Standard-Forms data retrieval and data manipulation through blocks based on database tables, with master-detail relations defined between the block
    - Complex user interface, many (stacked) canvasses, many tabs, many list of values, and other display types
    - PL/SQL logic mostly limited to user interface dynamics: conditionally showing/hiding user interface items, and conditionally changing the properties of user interface items. While JHeadstart does not convert PL/SQL logic, this type of logic is easily implemented in the ADF application because JHeadstart provides many declarative property settings to implement this behavior.
    PL.SQL Logic
    JHeadstart has made the deliberate choice to not automatically convert the PL/SQL logic to Java. The reasons for this are:
    - It is impossible to automate the migration of a two-tier architecture (logic in Forms or in the database) to a three tier Model-View-Controller architecture as is common in JEE web applications, including ADF-based applications.
    - The architecture of the converted application should be identical to the best-practice architecture of an ADF application that is build from scratch. If the architecture is the same, the same skill set can be used to maintain both migrated applications and ADF applications build from scratch. In addition, by going for a best practice architecture, the application is more flexible, and can be maintained easier at lower cost.
    - When using the JHeadstart Forms2ADF Generator, you get this best-practice ADF architecture that is identical to ADF/JHeadstart applications that are built from scratch.
    Other Forms2ADF Considerations
    Even if it turns out the JFG adds value, there are many other questions the customer should ask himself before embarking on a Foms2ADF project. For example:
    - Apart from technical reasons like old Forms verisions no longer supported, are there real business reasons and business benefits for migrating that justify the migration effort?
    - To what extent is the application still meeting functional requirements?
    - Are there issues with stability and end user friendliness?
    - Old forms applications are typical "window-on-data" screens, you see the structure of the datamodel through the layout of the screens. Modern web 2.0 composite applications are more task-oriented with good support for human workflow. The customer should consider to what extent it wants to leverage all these new user interfaces capabilities that come with ADF Faces and WebCenter.
    - How does the application fits in the overall IT landscape of the customer? What interfaces to other systems exist, what (old/obsolete?) technology is used to implement those interfaces?
    - What about batch functionality and reporting facilities?
    - May be part of the functionality of the current system can be replaced with standard off-the-shelf software?
    - How sound, well structured and future proof is the underlying datamodel?
    - To what extent is the customer looking at service-orientated architectures? Whats the SOA maturity level of the customer?
    - Above questions help to answer the key question: how desirable and beneficial is it to migrate an old monolitic forms application 1:1 to a monolitic ADF aplication? How does that fit in overall IT strategy?
    - Organisational isues: who will migrate the system, who will maintain the system? Is outsourcing considered? etc.
    Some customer experiences
    Over the years I have been involved with a number of customers that migrated from Forms to ADF. With some of these customers we used the Forms2ADF Generator in the proof-of-concept phase to convince them of the combined power of ADF and JHeadstart. However, with NONE of these customers we used the Forms2ADF Generatpr during actual migration, for various reasons as listed above. All customers eventually chose to truly re-engineer the application while rebuilding in ADF achieving signifcant new business benefits that justified the investment. A choice recommended and encouraged by me, despite the fact I am the creator of the JFG. Note that ALL customers use JHeadstart heavily forbuilding the re-engineered ADF application, they just don't use the Forms2ADF generator, but the JHeadstart Application generator to create the ADF app from scratch.
    Other resources
    You also might want to take a look at the following presentations:
    - http://www.slideshare.net/stevendavelaar/forms2-adfsoa-ukoug
    - http://www.slideshare.net/stevendavelaar/jhs11-forms2-adfukoug
    - http://www.slideshare.net/oracle_imc_team/oracle-forms-modernization-strategies
    - http://www.slideshare.net/lucasjellema/forms-2-future-the-ongoing-journey-into-the-future-for-oracle-based-organizations
    Hope this helps,
    Steven Davelaar,
    JHeadstart Team

  • Using table in  Interactive form

    Hi,
    Can any body guide me how to use table element in offline interactive pdf form

    Hi,
    You can refer the below link.
    [Tables|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f56e0]
    Hope it help.
    Thanks.

  • Any example to use TransposeData()

    Hi,
    I want to use TransposeData() to transpose my 2D array of type char.
    char temp[100][100];
     for(x = 0; x <= row; x ++)
      for(y = 0; y <=col; y ++)    
       temp[x][y]= data[x][y];
     TransposeData  (temp,1, row*col, col);
    I am getting row, col, data from other function.TransposeData() is not actually transposing my data and I am also not getting any error for this. I am suspecting the 2nd parameter 'dataType', I am not sure what to give for 'char' data type.I just tried with 1.
    Can anyone guide me in this...
    Thanks,
    Haari

    Hello Haari -
    I'm not sure if you've found the answer to this or not, but you should pass VAL_CHAR for the second parameter.  Once you've done that, your code should work as you expect.
    Just FYI - when in CVI, you can display the function prototype by pressing ctrl+shift+space when editing.  This will bring up a tooltip showing the prototype:
    Once you've done that, you can navigate to the parameter you're interested in and get additional help.  If the parameter has a little box with a '...' next to it, you can select the button or press ctrl+shift+enter to bring up a helpful dialog or list:
    NickB
    National Instruments

  • Any example code using Generic IVI Scope driver to get an External Trigger from a Scope?

    I'm using a LeCroy WavePro 950.

    I have done that using a "waverunner" if memory serves me correctly.
    Did you check out the driver available for download from this site?
    http://zone.ni.com/idnet97.nsf/9b2b33e1993d877786256436006ec498/bd22a2bf3d4a5503862569a7007778d7?OpenDocument
    I first had to figure out how to get the scope trigger manually. Once I had that figured, I was able to adapt the example to do the triggering.
    Hope this helps,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for

  • The dvd slot is not working

    i was just having a dvd burned yet it was showed that the dvd verify was failed, then the dvd slot ejected the dvd automatically, now the slot is like blocked and no more dvds could be inserted, no matter how many times i tried to reboot the computer

  • Bridge wont Start on Windows 7

    Hey There I was using Bridge cs4 on windows 7. until last night, I didn't have any problem with it. next day, I turned on my computer and try to use Bridge, the program is not starting at all. there is no error message but no start. I check other ado

  • BSOD appears and windows 8 automatically restarts

    PC restarting repeatedly showing blue screen error. I'm using Windows 8 Pro.  Please give me a solution. Dumps files are attached below mini dump file or http://1drv.ms/135GQ12

  • "Linearize Workspace" or "Blend colours using 1.0 gamma"...?

    At the moment I'm working on a HD show.  The animation is from Flash, Maya aswell as live action/photographic still BGs.  We're a little way into the production (first pass at first 2 episodes) and are adhereing to the "tech specs" sent to us by the

  • String to Packed ASCII conversion

    Hi, Can anyone provide any examples or Algorithm to convert 'ASCII' to 'Packed ASCII' Packed ASCII format is used in HART protocol Thanks.