Is it possible to change the file name given to attachments in an email button?

Whenever I click on the standard e-mail button, I get an attachment with random alpha and numeric characters for the name of the file.  Is it possible to change the names of files to match a data field in the form or start with something that I choose?

Thank you

Judy

Hi RudyLou36,

While displaying the form in the TAB overview of LC Designer, you will always get the unwanted characters as the name of the file. Save the file and open it in Acrobat or Reader.

You will not be able to change the name of file unless you save the file first. Here (http://forums.adobe.com/thread/462681) is an example of a number of ways to deal with parts of the email programmatically.

Kind regards

Rous

Tags: Adobe LiveCycle

Similar Questions

  • Can I change the file name of the .bar file

    Hello

    I built an application in Release for device mode.  He prodcued a filenamed bb10app.bar. Is it possible to change the file name to tell xyz.bar after it is built.  It is an application internal meaing only avaiable to our staff.  If I do not file name change how will I know what app it is. Given that bb10app.bar seems to be a default file for any application name.

    Thank you

    Joe

    Yes, you can change the file name of the file BAR, just keep the .bar extension and you shouldn't have any problems.

  • How can I change the file name on the home page?

    I'm changing the file name of the home page...

    I'm on page properties > options > filename... but he is frozen as index.html

    Is there a way to change that and name it something else?

    Hello

    As most web servers consider index.html as the site's home page, the option is grayed out in Muse to rename indexes (homepage).

    How ever, you can go ahead and change the name to other pages in the site map.

    Concerning

    Vivek

  • I want to change the file name format "save under" so the date and time are first.

    When I select a few emails and then select "Save as" to keep a copy on my computer, the name of the file that is created has the date and time at the end of the file name of the email.
    Sample "save under" file name: "Habitat Follow Up - Bryan ([email protected]) - 2011-11-15 0744.eml.
    Is it possible to change the structure or format of the file name if the date and time of the email are initially the file name?

    Try ImportExportTools and customize the format of the file name in the options.

    http://chrisramsden.vfast.co.UK/3_How_to_install_Add-ons_in_Thunderbird.html

  • Can I change the file names?

    Hi geek

    I have a problem, I am currently working on a new Web site with a friend, we use the abandonment to share files, he is responsible for coding, and I can understand. I'm using a pc at the moment, and it is on a Mac, when I save my files, they are registered with capital letters, and for download in dreamweaver on Mac may not be capitalized. So my question is, is - it possible to change the name of .jpg file instead of. JPG? And how do I do it?

    Thank you!

    You can do it in the preferences in respect of the management of files.

  • Why UTL_FILE changes the file name of the file while sending UTL_MAIL?

    The script below opens a file and writes to a variable ("text") and then later the UTL_MAIL is used to send the attachment to a recipient.
    The name of the original file is "ap_report.txt".
    The name of the file that is received when email is one generated as random filename (ATT06878.txt or ATT42730.txt), it changes each time the script is run.

    This creates a problem for recipients because they do not recognize the file name. How can I keep the preserved file name as it is before being sent - "ap_report.txt"?
    DECLARE
       fhandle                       UTL_FILE.file_type;
       vtextout                      VARCHAR2 (32000);
       text                          VARCHAR2 (32000);
       v_message                     VARCHAR2 (2000);
       v_output_file_path            VARCHAR2 (200);
    
     /* Open the output file in Read mode */
     BEGIN
       fhandle := UTL_FILE.fopen ('/home/ldcgroup/ldccbc/ORALOAD', 'ap_report.txt', 'r');
       LOOP
          BEGIN
             UTL_FILE.get_line (fhandle, vtextout);
             text := text || vtextout || UTL_TCP.crlf;
       EXCEPTION
             WHEN NO_DATA_FOUND  THEN
                EXIT;
          END;
       END LOOP;
       UTL_FILE.fclose (fhandle);
    
        /*Calling UTL_MAIL.send_attach_varchar2 to send the output as Email attachment */
       UTL_MAIL.send_attach_varchar2
       (
         sender          => '[email protected]',
         recipients      => '[email protected]',
         subject         => 'Testmail',
         MESSAGE         => 'Hello',
         attachment      => text,
         att_inline      => FALSE
        );
    END;
    /

    You must use the last parameter of UTL_MAIL. SEND_ATTACH_VARCHAR2:

    UTL_MAIL.SEND_ATTACH_VARCHAR2 (
       sender            IN    VARCHAR2 CHARACTER SET ANY_CS,
       recipients        IN    VARCHAR2 CHARACTER SET ANY_CS,
       cc                IN    VARCHAR2 CHARACTER SET ANY_CS DEFAULT NULL,
       bcc               IN    VARCHAR2 CHARACTER SET ANY_CS DEFAULT NULL,
       subject           IN    VARCHAR2 CHARACTER SET ANY_CS DEFAULT NULL,
       message           IN    VARCHAR2 CHARACTER SET ANY_CS DEFAULT NULL,
       mime_type         IN    VARCHAR2 CHARACTER SET ANY_CS
                                               DEFAULT 'text/plain; charset=us-ascii',
       priority          IN    PLS_INTEGER DEFAULT 3,
       attachment        IN    VARCHAR2 CHARACTER SET ANY_CS, ,
       att_inline        IN    BOOLEAN DEFAULT TRUE,
       att_mime_type     IN    VARCHAR2 CHARACTER SET ANY_CS
                                               DEFAULT 'text/plain; charset=us-ascii,
       att_filename      IN    VARCHAR2CHARACTER SET ANY_CS DEFAULT NULL);
    

    Max
    [My Italian blog Oracle | http://oracleitalia.wordpress.com/2010/01/31/le-direttive-di-compilazione-pragma/]

  • Changing the file names of the photos used in the projects final cut express

    HI, I have a lot of pictures that I've used in some express HD projects final cuts.

    File names are not descriptive file name convention, but just standard camera. I want to add descriptive names, which will come out in the finder, but I don't want to damage the projects that I have created. I guess I could change one by one and tell the system where each file. But is there a better way? Thank you!!

    If you change the names in the Finder, all clips in your projects will lose the path of the file and you will have to redo the link.

    Changing names within the CTF will work OK but will not appear in the Finder, probably it will not work for you.

    I suggest you set the browser to display a miniature clip of the photo, that is maybe a solution to easily identify clips.

    Al

  • Programmatically change the file name and path for PDFCreator

    Hello

    I know that the creation of PDF files is a common question asked on the forum but I have yet to see someone with the same problem I encounter.  I'm following the example at http://decibel.ni.com/content/docs/DOC-4552#comment-12005.  I posted a question on this page, but write again here for the hopes of a quicker response.

    I am able to create a pdf file of the file test.txt.  However, I'm unable to change the path or file name.  No matter what I select the file is created with the name and the path set in the automatic recording of PDFCreator options.  As the file is created, the reference is correct.  It seems that the cOption call nodes do not work.  If I turn on the automatic backup in PDFcreator options, I am invited with a record as a window.  This means that my order to use AutoSave (in config Subvi) does not work.  Presumably, the autosavedirectory and the autosavefilename also do nothing.

    I am at a loss, because everything seems to be OK.  Any thoughts on what could be the problem?   (labview 8.6.1 PDFCreator 0.9)

    Hello

    Have you tried to download the latest version of PDF Creator? It seems that now it's 1.0.1. If there is a problem with the ActiveX interface, it can be solved in the latest version.

    -Zach

  • You cannot change the file names more

    Why can I not change the name of my files and folders more?  One minute, he was working and the next one, only it just stopped.  He tells me that I have to get permission and then when I click on 'continue' to get permission it goes to another dialog box that says it didn't work and I give myself the opportunity to 'try' again and that does not work either.

    Hello

    Try a system restore before that happened.

    How to make a Vista system restore
    http://www.Vistax64.com/tutorials/76905-System-Restore-how.html

    \

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Windows 7 / Windows Explorer - change the file names to have all lowercase letters

    I save files with uppercase letters in the name of the file.  Since going to Windows 7, it seems that Windows Explorer continues to change the names of files to have all lowercase letters.  Is there a setting that will allow me to record names of files with upper and lower case letters without exploring automatically change them?

    Hi LeslieWeber,

    -How long have you had this problem?

    -What software changes you did on the computer before the show?

    Follow these steps and see if the problem persists:

    Step 1:

     

    Create a new user account and check if the problem is recurring in the newly created account.

    Step 2:

    If the problem does not persist in the new user account, it could indicate that your old user account is corrupted.

    Access the link below and follow the steps to repair the corrupted user profile:

    Difficulty of a corrupted user profile

  • I can't change the file name, totally legal, my agency wonder who

    CHANGING FILE NAME.png

    Hi, I found something on the forum like this, but I think mine is more simple, they have mentioned the problems of the file is not recognized, I want to just change the name BEFORE .jpeg, but here is what I get: of course, I should ask my agency, but only after your response, so I seem not too stupid. they say that all the legends should be made in the metadata, so I'm not allowed to change the name of the file from my computer.  Any ideas?

    Have you tried to change the name by using the name of file in the thumbnail?  It should work, (if you tried to rename it with one that has highlighted in your bucket under the file properties, it is not editable)

  • If I rename a clip in the body, is there a command to change the file name as in FCP7?

    In FCP7 I could rename a clip in final cut PRO, and then use a menu command to change the real file name to match:

    Final Cut ProScreenSnapz001.png

    I can do this in body or prelude?

    Thank you!

    MtD

    This option is only available in the project manager.

    FEATURE request

  • How can I change the unrecognizable FrameMaker file format?  Why has he become unrecognizable after changing the file name?

    I update an existing project in the FrameMaker10, which is located in a structure of book.  I changed the names of the files in the directory, they upgrade 11 FrameMaker and saved.  When I try to add them to the book (whose name I also updated) a problem for some files. When I try t add them to the book file, I get an error message that says that the book file is unrecognizable.  (It allows me to add it, but it appears in the file book with an icon that has a blue "M" in there.)  Why is that happening and how can I change these files to normal FrameMaker files?  Thank you.

    Try to open the problem files using a text editor or viewer of files to see what the first bytes contain. Contains all the binary files valid FM FM 11 in the first bytes of the file.

    During the updating of the books, it is sometimes better just to create a new address book file and add files to it.

    When you rename files in a book, changes at the level of the system will break any links/cross-references between files, so it is always best to use the option rename book in the file to change the names of files FM. This will keep the correct links.

  • Fix changed the file names?

    I had problems with my gel PSE8, through mutual assistance, suggested to delete the word Photoshop file name in an article, it is to stop conflicts and create a shortcut... It seemed easy enough... so I changed a bit. Now, I can't access my organizer via PSE8 or PE8. I don't know what that file names appropriate to change things back.

    I considered uninstallyng and put back in place, only I don't seem to have a copy of these files. I origanally purchased by adobe online and I always had access to them... I thought, well I did once, but I guess they took their?

    Suggestions, thank you for your time.

    I guess you always have access to your serial number PSE8?

    If you decide to uninstall and reinstall, you can re - download the trial version of

    http://prodesigntools.com/direct-download-links-for-Lightroom-3-and-Photoshop-elements-8.h tml

    Make sure that you follow the Instructions very Important on this page first otherwise the links do not work.

    When you launch the trial, enter your serial number PSE8 to convert it into a full version.

  • Adobe Action: Save in JPEG, but stop to make me change the file name?

    I need to save about 100 different JPEG files based on a model with different texts in each JPEG.

    I have my layers put in place a model behind, and all layers of text 100 on each other. So I turn on one at a time the text layers and save as JPEG with different names.

    I find it is a very difficult process, as I select "save under", then scroll the file types to select JPEG, then save it with the desired name.

    Is there a way to speed up, to create an action that opens the dialog box "Save as" with JPEG ALREADY selected so everything what I have to do is paste the new file name in? Or any other suggestions?

    Skip a single step to scroll in the dialog box "save under" select JPEG save me tons of time. But I can not understand how... I can only find a way to create an action to "save under" that bears the same name.

    Thank you very much!

    Why not just save a step select the folder you want to save on save slot, use the drop-down list menu file type select Jpeg and click Save. Stop recording action turn on the Sava in the dialogue of the stage and assign a function to the action button. When you use the key yoh all have to do is name of the file.

Maybe you are looking for

  • Delete the conversation on both sides?

    OK some time ago I deleted my conversational story (via tools, options, privacy, clear history). But apparently that clears only my side of the conversation, one of my contacts are now citing things centuries ago and it of annoying me, is there a way

  • Problem - 4530 Probook s HD 6490M - Windows 8

    Hi, I have a ProBook s 4530 with dual graphics. I can't have the right drivers after the upgrade to Windows 8. Help, please. ATI/AMD does not help :-/

  • How to dynamically create variables of StationGlobals who are LabVIEWIOControl

    I'm looking for a way to dynamically create variables StationGlobals LabVIEWIOControl.  I know not how to create variables through "PropertyObject/SetValXXX", however I have some difficualty create variables that are custom data types. Thank you Bryo

  • sound card does not work correctly after Windows update

    My sound card has been disabled when I install an automatic update for windows. There was an extra audio driver in Device Manager 'bluetooth AV audio' and audio peripheral anoither like this. After installation there is no sound coming out if my soun

  • VM shows like orphans

    Recently, we had a power failure.  Everything seemed to be back except a VM.  We run ESXi 4.1 and if I stare directly into the host who maintain the virtual machine, I can see the virtual machine and it seems and it is running.  I can even open a con