Share this blog
January 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
- Adstract
- Agents
- Apple
- Apps
- blogs
- Car
- connect
- Connections
- dannotes
- Design
- Diagram
- F1
- Formula 1
- Hacking
- hogride
- IBM
- IBM Connect
- IBM Notes
- IOS
- IOSTip
- Iphone
- Lotus
- lotus notes
- lotusphere
- LotusScript
- macbook
- Mclaren
- Mini project
- Mobile
- NLSXLC
- Notes
- notes.ini
- password
- plugin
- policy
- seminar
- Sidebar
- Templates
- Tip
- Upgrade
- widget
- wiki
- Xpages
Archives
-
Recent Posts
Blogs
Tag Archives: Lotus
Call for abstracts for the 50th DanNotes conference on November 27-28 is open
Speakers wanted – get your abstracts in. Know something interesting? Have an exiting case study? Want to be a speaker? Get in!!! Call for abstracts for the 50th DanNotes conference on November 27-28 is open. Submit your session abstracts now … Continue reading
Do i need more diskspace ?
Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post
Xpages article
I have just read an article/Blog by Paul withers about Xpages, and why you should turn off the Build Automatically setting. Go read the article here: http://www.intec.co.uk/xpages-build-project-investigations/ Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share … Continue reading
Upgrade users local names.nsf
Tip: How do you upgrade a users local addressbook ? Ex. after an upgrade of the client. Normaly it will upgrade it self, but sometimes it fails. There are several ways to do this. Here is some comments about that. … Continue reading
Posted in Lotus, Tip
Tagged Design, Lotus, lotus notes, LotusScript, Upgrade
Comments Off on Upgrade users local names.nsf
Get data from DB2 via LotusScript
I have recently made an Lotus Notes Database, where i needed to get some information from DB2. I this case i also had the issue that only the server could connect to the DB2. I made an agent that call … Continue reading
Posted in Lotus, Tip
Tagged DB2, Lotus, lotus notes, LotusScript, NLSXLC, Tip
Comments Off on Get data from DB2 via LotusScript
Yellow is the new Black
Stole this picture from Mat Newman’s blog. Hope its okay. But it can not be said to often. Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments … Continue reading
Mailfile preference. See message markings
While going through my mail file preferences, i saw that my message markings wasn’t on. I actually forgot about this setting, and maybe i’am not the only one, so here is a reminder If you would like to have your … Continue reading
Posted in Lotus, Tip
Tagged Design, Lotus, lotus notes, Preferences, Tip
Comments Off on Mailfile preference. See message markings
Print to special printer in background, without changing default printer
Have you ever wanted to print to another printer than the default in Lotus Notes via LotusScript. If you do that in windows, windows will remember that printer the next time you print in Lotus Notes. This could be a … Continue reading
CreateObject(“Word.Application”) Office 97 vs. Office 2010
In LotusScript when you create a Object af Word in Office 97, you can write something like this. Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = workspace.CurrentDocument Set wdApp = CreateObject(“Word.Application”) Set docNew = wdApp.Documents.Add(“L:\merge.doc”) Dim … Continue reading