Home > Domino Tips > Developer > Formula > Easily implement attachment fields in a Web form using Formula
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

FORMULA

Easily implement attachment fields in a Web form using Formula


Seng Chye Tan
02.27.2007
Rating: -2.36- (out of 5)


Lotus Notes and Domino tips, tutorials and how-to articles
Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


Using the instructions and Formula language outlined in this tip, you can create multiple attachment fields in a Web form -- e.g., Requester and Approver. I've tested and implemented this technique and found it to be 100% stable.
  1. Create a File upload file.

  2. Create a computed field to store the attachment's file name. Name it "Attach1".

  3. Create a hotspot button labeled "Attach" with these @formulas:
    @Command([FileSave]);
    attach:= @AttachmentNames;
    FIELD Attach1:= @Unique(Attach1 : 
    attach[@Elements(attach)]);
    @Command([FileSave]);
  4. Create another hotspot button labeled "Detach" with this @formula:
    @Command([FileSave]);
    
  5. Create a computed text with this formulas:
    "<br/><input type= "checkbox" name="%%Detach" 
    value="" + Attach1 + ""><a href="/" + 
    @WebDbName + "/0/" + @Text(@DocumentUniqueID) 
    + "/$FILE/" + Attach1 + "?OpenElement" Target="_new">" +
    Attach1 + "</a>"
    

You're all done and ready to test the code!

If you need to have more attachment fields repeat steps 2 through 5 (step 1 is optional), and rename the field named "Attach1" to a different name in all the field names and formulas.

That's all you have to do. It's easy, reliable and efficient. (Of course, you should consider your server resources and attachment size.)

Do you have comments on this tip? Let us know.

Related information from SearchDomino.com:

  • FAQ: Formula language advice for Notes/Domino
  • Learning Guide: Formula language
  • Reference Center: Formula language tips and resources

    This tip was submitted to the SearchDomino.com tip library by member Tan Seng Chye. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.

    Rate this Tip
    To rate tips, you must be a member of SearchDomino.com.
    Register now to start rating these tips. Log in if you are already a member.




    Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google



    RELATED CONTENT
    Lotus Notes Domino Formula Language
    View hidden fields on Lotus Notes/Domino forms
    Case-insensitive @Unique version combines fields on Lotus Notes forms
    Do I use Formula or LotusScript to include a doclink to a Notes view?
    Top 10 Lotus Notes/Domino coding and development tips of 2008
    Provide rich-text formatting via the Profile document and Formula
    Top 10 Formula language tips
    Using Formula language code to sort Lotus Notes messages by subject
    How to create dynamic JavaScript in Notes Domino without formulas
    Stop response documents from showing in a Lotus Notes form
    Formula language button manages Deny Access list searches

    Formula
    View hidden fields on Lotus Notes/Domino forms
    Case-insensitive @Unique version combines fields on Lotus Notes forms
    Provide rich-text formatting via the Profile document and Formula
    Using Formula language code to sort Lotus Notes messages by subject
    How to create dynamic JavaScript in Notes Domino without formulas
    Formula language button manages Deny Access list searches
    Retrieve Lotus Notes names from a nested group using @DBLookup
    Create a computed Lotus Notes field to list Personal Address Book names
    Show multiple Lotus Notes document fields in a single view column
    How to send a document as a link in a Lotus Notes email

    RELATED RESOURCES
    2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
    Search Bitpipe.com for the latest white papers and business webcasts
    Whatis.com, the online computer dictionary

    DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



  • Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
    HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
    About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
    SEARCH 
    TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

    TechTarget Corporate Web Site  |  Media Kits  |  Site Map




    All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
      TechTarget - The IT Media ROI Experts