329 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Overloading functions in Lotusscript
Fri, Apr 20th 2012 258
Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 169
A sample Calendar file
Tue, Feb 21st 2012 151
Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 184
A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 201
Connecting Oracle through Eclipse
Sat, Nov 12th 2011 172
JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 158
Top 10
Expanding and Collapsing Categories in a XPage View
Mon, Oct 4th 2010 522
How to get the current node/leaf selected in a NestedList - Sencha Touch Framework
Fri, Feb 4th 2011 484
Lotusscript code to append hotspot to a richtext field
Tue, Nov 23rd 2010 478
Get Current URL in XPage
Wed, Jan 5th 2011 434
"Automation server can't create object" - Occuring with "ActiveXObject('Word.Application')"
Thu, Jul 14th 2011 388
Export view contents to excel using LotusScript on web
Tue, Jan 4th 2011 382
Lotusscript code to add attachment to a richtext field
Wed, Dec 1st 2010 352
How to capture orientation change event using Sencha Touch
Fri, Feb 4th 2011 313
Running Scheduled Agents from Server Console
Wed, Oct 6th 2010 297
Implementing JQuery in XPages
Thu, Mar 24th 2011 292


Microsoft Outlook Collection of Constants
   

Ever seen a vb code which says something like "Set MyItem = MyOlApp.CreateItem(olAppointmentItem)" or "MyRequiredAttendee.Type = olRequired" and had a tough time figuring out what those constants stating with ol stand for when implementing them in your technology. I had my share of head ache to find the nice simple solution for it http://msdn.microsoft.com/en-us/library/aa210886(v=office.11).

---------------------
http://ozinisle.blogspot.com/2012/02/microsoft-outlook-collection-of.html
Feb 21, 2012
170 hits



Recent Blog Posts
258


Overloading functions in Lotusscript
Fri, Apr 20th 2012 6:10a   A Karthikeyan
At times I find it difficult with out the ability to over load functions in lotusscript. The following way just helped me do it. Since I dont do this often its like new to me every time I do this :) Sub new(key As Variant)      Select Case Typename(key)      Case "STRING":            your code for this type      Case "INTEGER"           your code for this type      Case "NOTESDOCUMENT" [read] Keywords: lotusscript notes
170


Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 7:10a   A Karthikeyan
Ever seen a vb code which says something like "Set MyItem = MyOlApp.CreateItem(olAppointmentItem)" or "MyRequiredAttendee.Type = olRequired" and had a tough time figuring out what those constants stating with ol stand for when implementing them in your technology. I had my share of head ache to find the nice simple solution for it http://msdn.microsoft.com/en-us/library/aa210886(v=office.11). [read] Keywords: microsoft office outlook
151


A sample Calendar file
Tue, Feb 21st 2012 7:10a   A Karthikeyan
Following is a content of a fully functional calendar file BEGIN:VCALENDAR METHOD:PUBLISH VERSION:2.0 PRODID:-//ORG//LN//LS BEGIN:VEVENT SUMMARY:My Subject! DESCRIPTION:My Description content UID:D70C88D5-E5A1-48EC-84A4-D05DBD5CD8F6-99 DTSTART:20120218T160000 DTEND:20120218T163000 LOCATION:My Location END:VEVENT END:VCALENDAR This is a really nice concept that I liked very much. If you search [read] Keywords: microsoft outlook
184


Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 5:09a   A Karthikeyan
[read] Keywords:
201


A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 5:09a   A Karthikeyan
[read] Keywords:
172


Connecting Oracle through Eclipse
Sat, Nov 12th 2011 9:11a   A Karthikeyan
[read] Keywords: eclipse oracle
158


JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 9:11a   A Karthikeyan
[read] Keywords: oracle
32


Interceptors with Struts 2
Wed, Nov 9th 2011 8:11a   A Karthikeyan
[read] Keywords:
101


Configuring Struts.xml for Interceptors
Thu, Nov 3rd 2011 8:11a   A Karthikeyan
Well learning curve is quite breath taking with java technologies. I got curious about the interceptors feature in Struts 2 and eventually I ended up trying to sample them out for my reference and understanding. I am not yet successful on it, but at least I have had some progress on the same.   The first wall I had to jump over was that whenever I added the interceptors tag in struts.xml, I was [read] Keywords: java xml




110


Hello world – Struts 2
Mon, Oct 31st 2011 4:53a   A Karthikeyan
@font-face { font-family: Wingdings; } @font-face { font-family: Cambria Math; } @font-face { font-family: Calibri; } @font-face { font-family: Tahoma; } @page Section1 {margin: 1.0in 1.0in 1.0in 1.0in; } P.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt } LI.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: " [read] Keywords:




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition