Tag Archives: Tip

Mobile Setup for Connect 2014

Taken from the connect2014.com site: Would you like to be able to take advantage of all the benefits of connect2014.com while on the go? Why not, it’s free! Whip out your iOS or Android device and get started!! Get the … Continue reading

Posted in IBM Connect, IBM Notes, IOSTip, Lotusphere, Mobile | Tagged , , , | Comments Off on Mobile Setup for Connect 2014

How do you reduce spam on your blog in WordPress

Ever since I started my blog I have had some problems with spam comments on my blog. So I just want to tell some of the things i have done, trying to reduce the spam comments on my blog. And … Continue reading

Posted in Spam, Tip, Wordpress | Tagged , , | Comments Off on How do you reduce spam on your blog in WordPress

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

Posted in Lotus, Tip, Xpages | Tagged , , | Comments Off on Xpages article

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 , , , , , | Comments Off on Get data from DB2 via LotusScript

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 , , , , | Comments Off on Mailfile preference. See message markings

LNText

My favorite tool is LNText. Don know if i can call it a tool though ! It’s a script Library I use almost every where i code something in Lotus Notes. Why do i use it all the time? Maybe … Continue reading

Posted in Lotus | Tagged , | Comments Off on LNText

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

Posted in Lotus, Tip | Tagged , , , | Comments Off on Print to special printer in background, without changing default printer

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

Posted in Lotus, Tip | Tagged , , , | Comments Off on CreateObject(“Word.Application”) Office 97 vs. Office 2010

Version check in applications

When i build applications I always make an agent in my templates, with the following code: @Prompt([Ok];”Version”;”LSK applikation R8.5.1    (01-11-2009).”) Every time I release a new buikd for production, i change the text in the agent befor I deploy. Som … Continue reading

Posted in Lotus, Tip | Tagged , , , , | Comments Off on Version check in applications

Sync your Contacts on IOS Device with Twitter, Add Username and photos

Many people uses the facebook app on IOS devices to sync their contacts. But what if you prefer to use twitter. Open your Settings app and tap on the Twitter tab. Log in, and press Update Contacts. Once the sync … Continue reading

Posted in IOSTip | Tagged , , , , | Comments Off on Sync your Contacts on IOS Device with Twitter, Add Username and photos