Add filename and path to Designer form footer.

I am somewhat of a novice at creating forms in Livecycle designer and need help adding a filename and path to the footer of a form after clicking on the "save as' button.  I have not found any answers anyplace so help would be greatly appreciated ASAP. Thank you!!

Create a field on your masterpage. Get rid of the caption, appearance=none and set as Protected. Also set your width to expand to fit. In the layout:ready event of your field, add this JavaScript:
this.rawValue=event.target.path
That should do it.
Kyle

Similar Messages

  • Add filename and path into PDF-form

    Hello,
    I create different PDF-forms for our company with LiveCycle Designer 8.2.1 .
    Now I have to integrate the name of the form-file and its path automatically into the form. My idea is to place a text-field, I will give the type "calculated" in the value-tab of the object-palette. This Text-field should be filled with the file name and the path where it's stored in the background. I find these two values in the info-tab of the form-properties dialog-box. My questions is: How do I get these values, that I can place them via script into my text field?
    Can someone give me a hint? Thanks.

      To get the path ... event.target.path;
    To get the file name .... event.target.documentFileName;

  • Trying to add filename and path in footer of Word doc and it only lets me "Convert to PDF"?

    I am running MS Office 03 and just installed Acrobat 9.0 Pro. When I try to insert the Filename and Path from the insert option of the footer properties, it only gives me the option to "Convert to PDF". I don't know why it's doing this, but it started after the install of Acrobat 9.0. What should I do?

      To get the path ... event.target.path;
    To get the file name .... event.target.documentFileName;

  • Insert filename and path?

    Hi,
    Can you insert the filename and path into a footer in a ID document same as you would with a Microsoft Word document?
    Thank you,
    Barb

    With CS3 use a text variable.
    Bob

  • Filename and path sizes and characters

    I am failing to load 4000+ tracks to my Ipod from my XP machine using Itunes 7.50.0.20. This is an Ipod Clickwheel 20GB. I want to load 17.86GB in the now empty Ipod. However it gets so far then stops saying there is not enough space.
    I wonder if am I getting the wrong message?
    Some of my tracks have very long filenames/paths e.g 124 charactere filenames and 213 character paths. I also have some filenames with " (double quote) in.
    Could this be the reason?
    If so what characters must I avoid and what size should the filename and paths be limited to?

    Filenames and paths are irrelevant. They are renamed on the iPod anyway.
    20 GB is not really 20. It is a rounded number all HD manufacturers use. Plus you lose some space due to formatting and the iPod software. There is also meta data for the songs which takes some space.

  • Given filename or path contains Unicode or double-byte characters.Retry using ASCII characters for filename and path What does this mean? it happen when I publish an OAM

    Given file name or path contains Unicode or double-byte characters. Retry using ASCII characters for filename and path
    What does this mean? It is happening when I try to publish an OAM for Dreamweaver.
    Also: How can I specify the browser in Edge Animate? It is just going wherever. Are there no Preferences for Edge Animate?
    BTW. Just call it Edge. Seriously. Do you call it Illustrator Draw? Photoshop Retouching?

    No, my file name is mainContent.oam
    My project name is mainContent.an
    This error happens when I try to import into Dreamweaver. Sorry, I wasn't clear on that earlier.
    I thought maybe it was because I had saved my image as a png. So re-saved as a svg, still get the error.
    DO I have a setting is Dreamweaver CC that is wrong? Should I try this in Dreamweaver CS6? I might try that next.
    Why is this program so difficult? I know Flash. I know After Effects. I can work the timeline part just great. It's always in the export that I have problems.
    On a MacPro, 10.7.
    Are you an Adobe person or just a nice helper?

  • Show filename and path of report on dashboard

    Is it possible to (automatically) show the filename and path of reports on a Dashboard?

    hi,
    we do that using Usage Tracking
    Refer : http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html
    Thanks,
    Saichand.v

  • For preparing the filenames and paths for the oracle database files..

    Hi,
    I am preparing the filenames and paths for the oracle database files.....but I am not able to complete this one...Will you Please help for filling this one.
    Controlfile ---- > select name from v$controlfile;
    Redologfile -- > select member from v$logfile;
    Datafile --------- > select tablespace_name,file_name from dba_data_files order by 1;
    Tempfile --------> select tablespace_name,file_name from dba_temp_files;
    Spfile -----------> show parameter spfile
    Pfile --------------->
    Passwordfile ---->
    tnsnames.ora -->
    listener.ora------>
    sqlnet.ora ------>
    oratab ------------->
    Thanks
    Shiju

    orashiju wrote:
    Hi,
    I am preparing the filenames and paths for the oracle database files.....but I am not able to complete this one...Will you Please help for filling this one.
    Controlfile ---- > select name from v$controlfile;
    Redologfile -- > select member from v$logfile;
    Datafile --------- > select tablespace_name,file_name from dba_data_files order by 1;
    Tempfile --------> select tablespace_name,file_name from dba_temp_files;
    Spfile -----------> show parameter spfile
    Pfile --------------->spfile and pfile are located under $ORACLE_HOME/dbs/
    Passwordfile ----> passwordfile is located under $ORACLE_HOME/dbs
    tnsnames.ora -->
    listener.ora------>
    sqlnet.ora ------>all above files are under $ORACLE_HOME/network/admin
    oratab ------------->depends on operating system. Usualy under /etc/oratab

  • Adding filename and path to Adobe Designer form footer

    We are developing a form and Document Control required the form have a field on the form footer to show the live "Path & filename".
    I need what is shown in the properties under "File" to show up in the footer. I have been unable to locate the correct syntax to type in the footer.
    Can you tell me how this can be accomplished?

    Create a field on your masterpage. Get rid of the caption, appearance=none and set as Protected. Also set your width to expand to fit. In the layout:ready event of your field, add this JavaScript:
    this.rawValue=event.target.path
    That should do it.
    Kyle

  • How to add icons and images for my forms ?

    Hi everyone:
    My forms were upgraded from 6i to 11g. Then all customized images and icons can not display.
    Icon filename in property palette of forms and menus are the filename without path.
    Following http://docs.oracle.com/cd/B14099_19/web.1012/b14032/configure009.htm
    I set default.icons.iconpath to be a absolute path to all icons folder in Registry.dat, and make imageBase= documentbase in formsweb.cfg, doesn't work.
    What is the DocumentBase folder ? Is it $ORACLE_HOME/forms ??
    I also tried imageBase= codebase, package all images( gif files.) in a jar, store it into the forms/java directory. append icons.jar to archive parameter in formsweb.cfg. still doesn't work.
    What's the solution steps to do this please ?

    Frank,
    The preferred method of using Icons is to deploy them in a signed .jar file. The Oracle document you references is a little vague in this respect (paragraph 4.9.2.1). If you are going to use a jar file for your icons, you need to do the following:
    1) You must digitally sign the jar file (preferably with a Trusted Certificate - such as Verisign). You can use your own keystore, but you will get a Trusted Certificate warning in your application.
    2) Upload your <YOUR_ICON_FILE_NAME>.jar file to the %FORMS_HOME%/forms/java directory. If you use the default installation, the %FORMS_HOME% directory is typically "/Oracle_FRHome1".
    3) Update the default.env to include the full path to the jar file in the CLASSPATH variable.
    4) Then you need to update the following variables in the formsweb.cfg :
    4.1) archive=frmall.jar, <YOUR_ICON_FILE_NAME>.jar
    4.2) imageBase=codebase
    After making these changes I recommend restarting your WLS_FORMS instance to ensure the changes takes affect.
    Hope this helps.
    Craig...

  • How to add MenuBar and MenuItems in JSP Form

    Help Me,
    Dear Forum,
    I am user of jDeveloper 10g working on JSP (Web Module).So How to add MenuBar and Menu Item, in Our jsp Form.What this type control exist?
    regards
    javed khan

    You should do this instead:
    iframe.setJMenuBar(i_menuBar);

  • Programmatically change filename and path for PDFCreator

    Hello,
    I know that creating PDFs is a common question on the forum but I've yet to see someone with the same problem that I am encountering.  I'm following the example at http://decibel.ni.com/content/docs/DOC-4552#comment-12005.  I posted a question on this page but am posting again here for hopes of a faster response.
    I am able to create a pdf of the test.txt file.  However, I am unable to change the path or filename.  No matter what I select the file is created with the name and path defined in the autosave options of PDFCreator.  Since the file is created, I know that the reference is correct.  It seems that the cOption invoke nodes are not working.  If I turn on autosave in the PDFcreator options, I am prompted with a save as window.  This means that my command to use auto-save (in the config subvi) is not working.  Likely, the autosavedirectory and autosavefilename are also not doing anything.
    I'm at a loss because everything appears to be correct.  Any thoughts on what could be wrong?   (labview 8.6.1     PDFCreator 0.9)
    Solved!
    Go to Solution.
    Attachments:
    Testing PDF Creator.vi ‏9 KB

    Hello,
    Have you tried downloading the latest version of PDF Creator? It looks as though it is at 1.0.1 now. If this is a problem with the ActiveX interface, it may be resolved in the latest version.
    -Zach
    Certified LabVIEW Developer

  • Add filename AND rotate to match mask angle?

    Hello,
      I'd like to be able to automatically add a document's filenmame to a series of masked files. Thanks to a previous question (http://forums.adobe.com/thread/547382?tstart=0) I have a series of 'panels' files that have all been saved out from a master file. There are hundreds of them and that last script was a giant help.
      I could probably figure this out if it weren't for the fact that some of the documents contain masks that are not rectangles. All masks have perfect vertical edges and most have horizontal tops and bottom. However, quite a few have angled top and/or bottom edges.
      Any advice on how I can create some javascript that can automate the process of labeling these files? This could be run on a series of files, or one at a time if needed. It would have to:
    1) determine the filename of the document being 'labeled'
    2) insert the text into the mask path item as the top item in the mask.
    3) determine the angle of the top of the mask
    4) rotate the text item to match the mask angle if other than horizontal
    5) inset the label from the edge slighlty (configurable in the script?)
    6) Outline the lable text
    I have attached a sample file that roughly illustrates the kind of file the script might be used on.
    Thanks,
    Tony

    Hi, first thanks and second i have good news.
    As you may have noticed KERNELS parameter usually changes and thus the rule does not apply, but the path /dev/input/by-id don't change, so:
    Create a udev rule:
    ## /etc/udev/rules.d/99-fix-jsx-eventx.rules ##
    SUBSYSTEM=="input", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0745", KERNEL=="js[0-9]*", RUN+="/usr/local/bin/fix-jsx-eventx.sh"
    Then create the script to change permissions:
    ## /usr/local/bin/fix-jsx-eventx.sh ##
    #!/bin/bash
    sleep 5
    chmod a-r-w "/dev/input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_v7.0-if02-event-joystick"
    chmod a-r-w "/dev/input/by-id/usb-Microsoft_Microsoft®_2.4GHz_Transceiver_v7.0-if02-joystick"
    The "sleep 5" is necessary because the eventX is not immediately created, making that permissions aren't applied correctly.
    # chmod +x /usr/local/bin/fix-jsx-eventx.sh
    After that, reload rules
    # udevadm control --reload
    Then replug the device and voilà! Both problems solved, get rid of fake joystick and working multimedia keys.
    Bye!"
    PD: Google translated...
    Last edited by ThecaTTony (2015-05-01 07:43:00)

  • Message filename and path is too long to be copied-How to fix?

    On Windows 7, TB ver 24.6.0, I use a program called SecondCopy to copy my email at shutdown from my C drive on my workstation to our file server.
    I get several messages each day like this for the copy to be saved on our network data share:
    7/4/2014 9:07:16 PM - Unable to create \\Oz\Data\System\Users\billr\AppData\Roaming\Thunderbird\Profiles\5kxps6et.default\ImapMail\imap.googlemail-4.com\INBOX.mozmsgs\urn.correios.msg.201211050157328fade3baa08b405e9a940681276b34d9%401352080653478.rte-svc-onebox-na-1d-i-8da6c8f1.us-east-1.amazon.com.wdseml Cannot create file "". The filename or extension is too long
    I've done some abbreviating of folder names, but my names pale in comparison to the LOOOOONG names TB gives them.
    How can I fix this?

    '''''I've done some abbreviating of folder names, but my names pale in comparison to the LOOOOONG names TB gives them.'''''
    That is because wdseml files are simply files created to allow windows search to index your mail. I do not allow it and safe quite a lot of totally wasted disk space on a feature I do not use. Thunderbird has a perfectly good search engine. At least as good as windows search.
    Your mail is stored in MBOX files higher up in the profile along with a file of the same name with an MSF extension that indexes the folder contents. One file and one index per folder of mail. In the example above, it will be \\Oz\Data\System\Users\billr\AppData\Roaming\Thunderbird\Profiles\5kxps6et.default\ImapMail\imap.googlemail-4.com
    So I would suggest backing up your profile minus these space takers and seriously consider simply disabling windows search. Tools menu (Alt+T) > options > advanced > General under system integration.
    Beyond that we all have to live within the 256 character limitation on path length imposed by windows.

  • FileUpload get filename and PATH?

    Hi everybody,
    is there a chance to get also the path from where to upload a file using the fileupload-UI?
    Thanks a lot
    Regards Mario

    Mario,
    No, this is not possible due to security restrictions imposed by browsers
    VS

Maybe you are looking for

  • Sending SQL Report by eMail

    I would like to execute a sql-query and send the result by eMail. How would the syntax be? begin l_body_html := '<p>Dear Mr. Scott, </p><p>please find below dayly orders of '||:P4_DATUMWAHL||': '||select distinct artnr, produkt, inhalt, sum(anzahl) f

  • Extending a function over various frames?

    hi, this cursor follow works in a single frame on the main timeline with a stop action : // kisses start and follow cursor addEventListener(Event.ENTER_FRAME, start_kisses);  function start_kisses(event:Event) {  staged_kiss_mc.x = stage.mouseX; stag

  • CLD Certified Engineer Looking for Part Time Job

    I am a Certified LabVIEW developer with around 3 Yrs of experience in developing LabVIEW based applications.  I am currently working on Version 8.5.  I have worked with Analog, Digital, GPIB, CAN, J1850 and Serial protocols.  I have also worked on No

  • Recovering from an IOException

    Hi, I'm using this method to save a TreeMap to a file:      public void save (String filename) throws FileNotFoundException{           try {                FileOutputStream fileOut = new FileOutputStream(filename);                ObjectOutputStream o

  • Changing webpage font size

    How can I increase the size of the website pages, so that the font size is larger?  Going into the menu options from a website and enlarging the default and minimum font size from within the General Properties and saving the changes does NOT solve th