Archive for Октябрь 20th, 2008
Alternate version of @Command forwards subform via LotusScript
The @Command([MailForward]) function lets you place an UI document’s contents into a mail memo and forward it. If you only want to forward a portion or subform of the UI document, this tip can show you how, using a LotusScript alternative.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Native JSON in IE8
Original source : http://blogs.msdn.com/ie/archive/2008/09/10/native…
75 (Really) Useful JavaScript Techniques
Original source : http://www.smashingmagazine.com/2008/09/11/75-real…
How DirLint verifies data in Lotus Notes Domino 8 directories
Get an introduction to DirLint, a new tool available in Lotus Notes Domino 8 that scans directories and identifies issues such as invalid syntax in names, issues with the naming hierarchy scheme, and reports problems in directory names.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Enabling Drag and Drop on a Calendar in a Browser
Original source : http://www.openntf.org/projects/codebin/codebin.ns…
Dashboard example (realtime data into graphs using RMchart)
In this sample application I show you how you can use RMcharts in an Lotus Notes Dashboard application. You need to download RMchart at http://www.rmchart.com/ and install it on your PC (a restart is required). Make sure the files RMchart.ocx and RMchart.dll are installed in your windows\system32 directory. RMchart is completely freeware. Go to the website for more information. I created this application because I could not find any free product to create realtime graphs from (view) data within Lotus Notes. Finally I found this software and this made my work a lot easier. No more excel and no more exports needed. This is a completly free solution and I think it works great. If you would like to use RMcharts in a real application make sure your users have the RMcharts installed. You could copy above files manualy or automatic via an script to windows\system32\ directory and use ‘regsvr32′ command line program to register the .ocx file in Windows. This database contains a view for the sales sample data and a lookup view I use to quickly & dynamic get the values to display in the charts. The dashboard form contains the embedded activex elements and all the code I used to get the data and display the data in the embedded activex elements. It makes use of a script library for the needed constants. TIP: You can build your own charts with RMCdesigner, also available at www.rmchart.com. Use the program to generate source code for VB6 / ActiveX and paste it in an Lotus Notes button in a form. With very limited changes you can use that generated code in your application. If you have any questions regarding this application, mail me. Ferry Kranenburg
Original source : http://www.openntf.org/projects/codebin/codebin.ns…
Visual Directory – thumbnails in the domino directory
Code to automatically display thumbnails in the domino directory using DXL and background agents The code is here => http://www.seancull.co.uk/Public/seancull.nsf/dx/visual-directory-thumbnails-in-the-domino-directory.htm
Original source : http://www.openntf.org/projects/codebin/codebin.ns…