SearchDomino.com September 10, 2001 Developer Tip ================================================= ------------------------------------------------- Sponsored By: The Learning Continuum Company ------------------------------------------------- Advance your skills and win a Compaq PDA! Get certified or learn new skills like XML, Java, JavaScript, and LotusScript with TLCC's highly acclaimed Notes/Domino distance learning courses. Download the courses to your computer and learn at your pace. Expert instructor help is a click away! Order a course and be entered into TLCC's monthly Compaq color PDA giveaway! Try a free course at http://www.tlcc.com/searchdom ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ================================================= Feature Tip ================================================= Title: Separate the "STG" graphics from the real attachments in @AttachmentNames This tip was submitted by Dan Frazer, a developer network manager in Harrogate, UK. I've been trying to use @AttachmentNames in a column to show all the attachments in a document. The problem is @AttachmentNames also shows the "STG-Graphic" associated with the Icon of the attached file. This quick formula filters out all the associated Icon graphics and leaves you with just the "FilesNames". CODE: var_AttachNames := @AttachmentNames + "?#?"; var_STGNumbers := @Trim( @Middle( var_AttachNames ; "STG" ; "?#?" ) ); var_STGNames := @If ( var_STGNumbers != "" ; "STG" + var_STGNumbers ; "" ); @Trim( @Replace(@AttachmentNames; var_STGNames; "" ) ); END CODE http://searchdomino.techtarget.com/tip/0,289483,sid4_gci760058,00.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ================================================= DID THIS TIP WORK FOR YOU? Send us your feedback, and we'll add it to the tip posted on searchDomino.com. Send you comments and feedback to [EMAIL PROTECTED] OR SEND US YOUR FEEDBACK TO BE POSTED ON THIS TIP TO: [EMAIL PROTECTED] ================================================= ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LIVE AUDIO EVENT SEPTEMBER 11TH "SECURITY EXPOSURES IN DOMINO WEB APPLICATIONS" ------------------------------------------------- Join searchDomino Tuesday, September 11th at 11:30 EST for a live audio event "Lock Down Security Exposures in Domino Web Applications" with guest speaker Rob Kirkland, Notes Infrastructure Consultant, CLP, and author of the book "Domino System Administration." Tap Rob's expertise and learn which authentication options are most secure and how to use ACLs to win your security battles. After our live audio event, join our security expert, Chuck Connell in our admin discussion forums from 12:30pm - 3:30pm EST. Pre-register for the live audio event here: http://www.italkservices.com/iTalkSlides/CustomerDocs/tcht01/viewLogin.asp?prov=15793&pres=1 ================================================= ------------------------------------------------- Sponsored By: THE VIEW Domino Developers Conference ------------------------------------------------- At this must-attend event for Domino Developers, you get in-depth instruction and hands-on training to build on your existing skills, take advantage of the hottest technologies, and dive into the latest advances in Domino development. World-class experts like Debbie Lynd, Bob Balaban, Tony Higham and Kevin Marshall deliver hard-core programming techniques you can put to use right away to solve your toughest development challenges! Visit http://www.eVIEW.com/domdev for more information and to save $200 when you register today! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ================================================= NEWLY POSTED DEVELOPER TIPS: ================================================= We posted 23 new tips last week. Thanks for all your tips and keep them coming! Agent Category: http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283834_alpD_idx0,00.html [1] Delete dead mail agent [2] Delete file attachments on the Web Domino Category: http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283837_alpD_idx0,00.html [1] Offline browser application presentation [2] Domino as a service [3] Dblookup w/o 64k limit [4] Get rid of "No documents found" in IE and Netscape [5] Get flexibility from your outlines [6] Table of view and action icons [7] Web view pop-up TextHelp [8] Closing the action bar gap Formula Category: http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283836_alpD_idx0,00.html [1] Smart combo lists [2] Search a date range over the Web JavaScript Category: http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283840_alpD_idx0,00.html [1] Hide collapse images [2] Fully customizable actionbar on the Web Other Category: http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283842_alpD_idx0,00.html [1] Database opens with tree instead of outline [2] Thumbnailed image library [3] Make major design changes without invalidating mail authorization [4] Protect against archiving [5] Gather usage statistics within a database [6] Remember the last view opened by each user [7] Multiple embedded views! Well, two anyway... Script Category: http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283841_alpD_idx0,00.html [1] Locking documents to prevent save conflicts [2] Field change agent [3] Creating a random/unique number [4] Notes PlaySound [5] Creating a Lotus component spreadsheet on the fly ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ================================================= Win September's Tip Prize: ------------------------------------------------- Submit a developer tip in September and you could win a Pen Cam Mini Digital Camera. This mini digital camera is no bigger than a cigar lighter; the Pen Cam is tiny but a mighty 5 inches tall. Take quality pictures with this sleek device. http://searchdomino.techtarget.com/tipsPrize/0,289492,sid4_prz764172_cts764173,00.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ================================================= Disclaimer: These tips are submitted by your Domino peers. Our tips services and online tips exchange are a way for you to learn from other IT professionals and share technical advice and expertise with your peers. Techtarget.com provides the infrastructure to facilitate this sharing of information. However, we can't guarantee the accuracy and validity of the material submitted. You agree that your use of the searchDomino.com tips services and your reliance on any questions, answers, information or other materials received through searchDomino.com will be at your own risk. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ================================================= If you would like to sponsor this or any TechTarget newsletter, please contact Gabrielle DeRussy at [EMAIL PROTECTED] ================================================= If you no longer wish to receive this newsletter simply reply to this message with "REMOVE" in the subject line. Or, visit http://searchDomino.techtarget.com/register and adjust your subscriptions accordingly. If you choose to unsubscribe using our automated processing, you must send the "REMOVE" request from the email account to which this newsletter was delivered. Please allow 24 hours for your "REMOVE" request to be processed.
