Can 'Form Data' Be Called From Within A JavaScript?

Hi,
I'm trying to import form data from within a JavaScript. What would the following code be changed to, if my form data file was called "NewDoc"?
n=app.alert("Are you sure you want to Reset?/Êtes-vous certain de vouloir recommencer?",2,1);
if (n==1)
this.resetForm();

First you will need to set the other PDF's "disclosed" property to "true" so you can open it in the first PDF.
Then you can modify the following code from example 3 for the "app.openDoc" method:
oDoc = app.openDoc({
cPath:"/C/myDocs/myInfo.pdf",
bHidden: true
}); // oepn other PDF
var v = oDoc.getField("myTextField").value;
this.getField("yourTextField").value = v; // get value of field in other document
oDoc.closeDoc(); // close the other document

Similar Messages

  • Can EJB's be called from within JSP pages?

    Hi,
    (This is a general question, not necessarily related to OAS in any way...)
    I have read/heard conflicting reports pertaining to calling EJBs from within JSP pages.
    Can anyone tell me if it's possible to reference an EJB session bean from a JSP page? Can anyone point me to some documentation on the topic?
    Any help would be appreciated. Thanks!
    David Christopher
    [email protected]

    Hi,
    Check the following code: http://www.jguru.com/jguru/faq/view.jsp?EID=5314 for ejb example.
    -Ruchi
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Davidc:
    Hi,
    (This is a general question, not necessarily related to OAS in any way...)
    I have read/heard conflicting reports pertaining to calling EJBs from within JSP pages.
    Can anyone tell me if it's possible to reference an EJB session bean from a JSP page? Can anyone point me to some documentation on the topic?
    Any help would be appreciated. Thanks!
    David Christopher
    [email protected]<HR></BLOCKQUOTE>
    null

  • How can we get a url for a "Meet Now" conference call from within the Windows Store App?

    Hi,
    Is it possible to get the url for the current meeting / new "Meet Now" call from within the Windows Store app?
    You have the option of inviting your current Lync contacts, but I don't see a way of giving a URL to clients that would launch Lync on their device, or take them to the web app.
    I can see how to get the link using the Outlook plugin, for pre-scheduled meetings. Is this link always the same and the one that should be used for an impromptu "Meet Now" meeting? It would still be good to know how to get this URL from within
    the store app so I can tell clients where to get it.
    Some people may be on Windows RT devices and not have access to the plugin in Outlook, and want to start a meeting at short notice and then invite others via email or pasting a link to them elsewhere.
    Any help appreciated.
    If I have answered your question, please mark it as the correct answer. If I have provided helpful information, please mark it as so.

    Hi,
    Agree with Holger, I check on my Lync Windows Store app and can't find the meeting URL as well.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Choose File Form Data Create Spreasheet From Data Files

    I am following the tutorial for LC 8 and when I get to the topic titled "Collecting the data in a spreadsheet" it says to "Choose File > Form Data > Create Spreadsheet From Data Files".
    However, when I try to follow that path I do not see a "Form Data > Create Spreadsheet From Data Files" menu option.
    What am I not doing properly? How do I accomplish this task?
    Thanks!

    Thank you so much Paul. I have been trying all day to locate the method by which I could create a spreadsheet using the pdf submit route. I suppose the tutorial in CS4 should have been changed to reflect the changed explanations, but I guess that would be difficult to do. Anyway it worked and I can now do the analysis I need from my customers (lots of pupils!).
    Best wishes,
    Kevin Palmer

  • How can I make a call from iPad

    How can I make a call from IPad

    Oh, you have to get the iPhone app.
    Seriously, though .... you are aware that it's not a telephone, right? Any calls you make will be using VOIP and any of the apps and/or services (Skype, Google Talk, etc., etc.) which support that. Some of those are US-only, all have various restrictions and cost structures.

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • Making an RFC call from within the VM container

    Hi all,
    since a long time I am searching for information on how to implement an RFC call from within the VMC. The problem is that we have implemented several (p)functions in ABAP and we need to implement them in JAVA.
    Now I am searching for a way how to just call the already existing pfunctions???
    Is it possible to read CRM DB tables too?
    Thank you in advance
    Boris

    Hi Freeto,
    This may be due to the Network Failures.
    If you have triggered a job then because of the Network fluctuations the system may not respond properly and cannot execute the job.
    So, this is the cause for the failure.
    Hope you understood.
    With Regards,
    Ravi Kanth

  • Is it allowed to make a rmi call from within an ejb??

    Hello,
    Am I allowed to make a rmi call from within an ejb such as:
    String host = "localhost";
    RemoteObject ro = (RemoteObject) Naming.lookup("rmi://"+host+"/MonServeur");
    ro.myMethod();
    package pack;
    import java.rmi.Naming;
    import java.rmi.RemoteException;
    import java.rmi.server.UnicastRemoteObject;
    public class MyRemoteObject extends UnicastRemoteObject implements RemoteObject {
        public MyRemoteObject() throws RemoteException {
        public void myMethod() throws RemoteException {
            System.out.println("toto");
        public static void main(String[] args) {
            try {
                RemoteObject ro = new MyRemoteObject();
                Naming.rebind("MonServeur", ro);
            } catch (Exception ex) {
                ex.printStackTrace();
    }Is it allowed by the spec?
    Is it good design?
    Thanks in advance,
    Julien Martin.

    Allowed - yes
    Good design - no, in my opinion.

  • How can i hide incoming calls from showing on my screen

    How can I stop incoming calls from showing on my home screen?

    If you just don't want to see the call notification on your home screen go to Settings, Notification, Phone and turn Notification Center to Off.  Or you can simply select None and calls will be listed in the Notification center but you won't see a banner / alert on the home screen.
    This also eliminates the Caller ID from being displayed before you answer the call.

  • How Can I make redirect caller from agent to any branch IVR?

    I have IPCC Enterprise Edition (ICM 5.0, IVR 3.1)
    How can I make redirect caller from agent to chosen branch IVR, and send with call any variable to IVR (e.g. account number).
    Regards
    Krzysztof

    I would suggest that post-routing should not be used. The way to go is to use translation routing applications. Although post-routing is easy to set up, almost all deployments require translation routing. I can't think of anything good to say about post routing, other than it's trivial to configure.
    You want the main route point to be on the CM_PIM.RC for a number of reasons. You can check to see which of your IVRs are on line, and/or to do load balancing. If calls don't need to go to the IVR if agents are ready, you can have an LAA Select node immediately, and then translation route. Even if you just have one IVR, translation routing will enable you to do RONA more easily.
    You need to bite the bullet and learn translation routing. If you do it that way, peripheral variables attached to the call remain unaffected whether the call is under the control of the CM_PIM.RC or the IVR_PIM.RC. This is exactly what you want.
    There is no need, in my opinion, to go to an external database. In your IVR, decisions made by the caller (e.g. which "skill" they want) set peripheral variables. When the call comes out of this script you check the peripheral variable, and depending on the value do a queue to the appropriate skill group and run external script (BasicQ.aef).
    Separate the intelligence gathering IVR script from the Queuing script. Allow ICM to make the routing decisions.

  • I can´t connect Facetime calls from my Imac or Macbook pro, i can only make it from my iphone 4. why is that? in my imac and macbook pro i have OS X 10.8.5

    I can´t connect Facetime calls from my Imac or Macbook pro, i can only make it from my iphone 4. why is that? in my imac and macbook pro i have OS X 10.8.5

    FaceTime for Mac: Troubleshooting FaceTime - Apple Support

  • I am facing problem in using viber...can not receive  any call from Viber whn keypad is locked and whn i unlock phone thn on opening viber i can see the missed call notification... kindly guide me there is any setting so0 tht i can receive viber calls

    I am facing problem in using viber...can not receive  any call from Viber whn keypad is locked and whn i unlock phone thn on opening viber i can see the missed call notification... kindly guide me there is any setting so0 tht i can receive viber calls whn my phone is locked even as i can receive calls on HTC

    Hi,
    This is an official representative of Viber Media.
    Unfortunately we cannot change this feature due to Apple's restrictions. :/
    For more questions or technical support, please visit our official HelpDesk.
    Thanks,
    Viber

  • I recieve phone call from my iphone on my mac  but i can not make a call from my mac

    I recieve phone call from my iphone but i can not make a call from my mac What shall ido

    Then follow the steps here:
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    But basically make sure that iCloud is enabled with the same account in both your Mac and iPhone, turn off Wi-Fi calls if enabled in your iPhone and make sure that Facetime has the same accounts in your devices.

  • I recieve phone call from my iphone but i can not make a call from my mac

    I recieve phone call from my iphone but i can not make a call from my mac What shall i do

    Hello alireza.s,
    The article linked below details a number of steps that can help restore your iPhone's ability to make phone calls.
    iPhone: Troubleshooting issues making or receiving calls
    http://support.apple.com/en-us/TS3406
    Cheers,
    Allen

  • HT5176 How can I make a call from my new iPad(3rd generation) with wifi+4G

    How can we make a call from iPad 3rd generation with wifi+4G?

    You cant "Call" anyone. Its not a phone. You can facetime other IOS users. Setup facetime with your apple id in ipad settings/facetime. You can also download apps like skype in the app store.

Maybe you are looking for

  • How to use java api for function activity in embed oracle workflow?

    because i can't install standalone oracle workflow successfully. pls tell me how to use java api for function activity in embed oracle workflow? are there some patch or pulg-in package? ths a lot...........

  • LOV required -- no message appears on my page

    Hallo, JHeadstart 10.1.3.1.26 JDeveloper 10.1.3.1.0 I want to know how I can get a message that my LOV item is required on a page. I have normal items (textinput) which are required (required set to true in JHeadstart) and on the same page I have a L

  • Blackberry Display

    Web Dynpro for Java developed application is working fine on blackberry.  However, it's not displaying background and tables like the same app displayed in browser.  Also, buttons are getting displayed as link-texts. However, initial login screen (fr

  • APIs for Station Globals

    Hello, Could someone please point me to the TS APIs to Create/Set/Get/Delete Station Global variables? Thanks, Sriharsha

  • Fill reported by field in Order

    Hi, I would like to fill the reported by (VIQMEL-QMNAM) field in the PM Order. (integrated with a notification). Is there any standard way to do this? I was trying it by using partner functions, but didn't work so far. Or is there an user exit? Do yo