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 255
Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 167
A sample Calendar file
Tue, Feb 21st 2012 148
Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 179
A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 197
Connecting Oracle through Eclipse
Sat, Nov 12th 2011 169
JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 155
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 495
Lotusscript code to append hotspot to a richtext field
Tue, Nov 23rd 2010 475
Get Current URL in XPage
Wed, Jan 5th 2011 438
"Automation server can't create object" - Occuring with "ActiveXObject('Word.Application')"
Thu, Jul 14th 2011 382
Export view contents to excel using LotusScript on web
Tue, Jan 4th 2011 381
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 310
Running Scheduled Agents from Server Console
Wed, Oct 6th 2010 294
Implementing JQuery in XPages
Thu, Mar 24th 2011 289


Export view contents to excel using LotusScript on web
   

The following stuff was obtained from "http://www.botstation.com/code/view2excelweb.php". This proved to be very useful to me... Saved a lot of time ofcourse. A Nice Tool This LotusScript agent exports all documents from a Domino view to Excel. It can be triggered from web browser so the user can immediately see the results in his Excel application. User can specify what view he wants to

---------------------
http://ozinisle.blogspot.com/2011/01/export-view-contents-to-excel-using.html
Jan 04, 2011
382 hits



Recent Blog Posts
255


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
167


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
148


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
179


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


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


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


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


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


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




109


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