• Browse Blogs
  • My Blog
  • My Updates

+Tags Get help with tags?

+ Featured Blog Entries Help?

photo

8.5.1 FAIL. Your cod...

Blog:  Erik Brooks
Erik Brooks
RatingsRatings 6     CommentsComments 29
photo

8.5.1 UNFAIL - Part ...

Blog:  Erik Brooks
Erik Brooks
RatingsRatings 2     No CommentsComments 0
photo

More on 8.5.1 FP1 IF...

Blog:  Chad Scott
Chad Scott
RatingsRatings 1     No CommentsComments 0
photo

New rules - you need...

Blog:  'Tuner Blog
Scott O'Keefe
RatingsRatings 1     No CommentsComments 0
photo

Installing Notes 8 o...

Blog:  AnythingAroun...
Maurice Teeuwe
No RatingsRatings 0     No CommentsComments 0

BleedYellow Blogs

Blogs on BleedYellow.com

All recent entries tagged with lotusscript

Display:  
Start a Blog New Entry
1 - 15 of 81

Bringing The Power Of JavaScript To LotusScript

Peter Presnell  |   |  Tags: .dominoframework javascript arrays lotusscript strings  |  Comments (0)  |  Visits (237)
I find new experiences are often the greatest source for innovation in my work.  This proved to be the case for me several years ago when I left my role as a Lotus Notes Developer to take on a role that involved using C# and ASP.Net.  When I returned to Notes...
No RatingsRatings 0

8.5.1 UNFAIL - Part 2: The Fix

Erik Brooks  |   |  Tags: support ibm notes pmr development java lotusscript designer spr domino lotus  |  Comments (0)  |  Visits (386)
  Wow... there's been nearly 4,000 hits to my blog entries regarding the GetDocumentByKey bug.   A lot of you have been asking me about an update so here we go:   The Short Story   The issue's reportedly been fixed. There is a technote where you can contact...
from Blog: Erik Brooks
RatingsRatings 2

8.5.1 FAIL. Your code may just break.

Erik Brooks  |   |  Tags: domino code programming notes agents lotus ibm java lotusscript  |  Comments (29)  |  Visits (3,769)
  8.5.1 is great. Really great. Except when it decides to make your code no longer work. And especially when that code involves NotesView.GetDocumentByKey , NotesView.GetAllDocumentsByKey , NotesView.GetEntryByKey or NotesView.GetAllEntriesByKey .   If you do...
from Blog: Erik Brooks
RatingsRatings 6

uidoc.gotoField gotcha

Patrick Picard  |   |  Tags: ui lotusscript  |  Comments (0)  |  Visits (203)
 I thought I'd share a gotcha that bit me in the *** this morning. While doing form validation, I called the uidoc.gotoField("fieldname") and it kept bombing with an error "Cannot locate field" After further troubleshooting, it seems that...
from Blog: Patrick Picard
No RatingsRatings 0

8.5.1 Lotusscript INI setting: GO_FASTER=1

Erik Brooks  |   |  Tags: lotus performance notes 8.5.1 lotusscript 851 domino speed  |  Comments (1)  |  Visits (1,011)
  Generally speaking, Lotusscript should run about 15%-40% faster on 8.0.2+ versus prior releases, primarily due to this fix:   SPR# BHUY75XJL2 - LotusScript is yielding too often, which was necessary a while back with slower machines. Now that Machines are...
from Blog: Erik Brooks
No RatingsRatings 0

Summary of New LotusScript Enhancements Announcd at LS10

Peter Presnell  |   |  Tags: lotusphere lotusscript  |  Comments (6)  |  Visits (565)
In my last blog , I made mention fo the many new features being considered for addition to the coming releases of Lotus Notes.  Amongst all the material listed it may not have been obvious the extent to which IBM have announced plans for extending the...
No RatingsRatings 0

Relearning LotusScript

Peter Presnell  |   |  Tags: ssjs lotusscript  |  Comments (2)  |  Visits (690)
When I first relocated from Australia to the USA one of the many things I had to learn was driving on the "other" side of the road.  After a while it began to feel natural but then when I returned to Australia for a visit I had to get used to driving...
No RatingsRatings 0

Importing PDF Files into a Rich Text Field

Peter Presnell  |   |  Tags: lotusscript import pdf  |  Comments (0)  |  Visits (550)
Out of  the box the Notes client does not support the importing of PDF files into Rich Text fields.  However, somewhere between Notes 6.0 and Notes 8.5 the Word import utility was changed so that it could process PDF files.  If you take a PDF File or...
No RatingsRatings 0

Call to NotesEmbeddedObject.Remove removes attachment from RT field but leaves an icon behind in the field

Patrick Picard  |   |  Tags: lotusscript richtext  |  Comments (2)  |  Visits (299)
  I am creating an agent that takes multiple attachments from a Rich Text Lite field and saves them locally, then uploads them to a new document in another database (1 attachment per document). Once the attachment is saved in the new document, I attempt to...
from Blog: Patrick Picard
No RatingsRatings 0

8.5.1 changed my way of codeing

Urs Meli  |   |  Tags: 8.5.1 else lotusscript  |  Comments (5)  |  Visits (573)
 A few day's ago I had to write 3 simple webagents to set some field: status, username and time/date. Before ELSE (Eclipse Lotus Script Editor) I would write 3 webagents with almost the same code: public sub webagent1 dim s as notessession dim context as...
from Blog: Urs Meli
No RatingsRatings 0

How do I move attachments from one document to another?

Patrick Picard  |   |  Tags: lotusscript text rich attachments  |  Comments (3)  |  Visits (411)
 Hi yellowverse, Recently, one department requested that attachments from one document be moved into a collateral management database....however, as we all know...working with rich text is tricky... Basically, in document A, once it is approved, the...
from Blog: Patrick Picard
No RatingsRatings 0

Drag&Drop to the sidebar: calling code at the D&D target?

Jan Schulz  |   |  Tags: lotusscript drag&drop sidebar  |  Comments (2)  |  Visits (358)
Dear lazyweb: I've some problems with Drag&Drop into the sidebar. The goal: drop any notes document to a sidebar target and do some LS magic with them (create a new document, call some functions from a LS-lib -> add a eProductivity Action from any...
from Blog: Jan Schulz
No RatingsRatings 0

Re: So Programming Language Really Does Matter

Tim Tripcony  |   |  Tags: lotusscript java ssjs programming  |  Comments (0)  |  Visits (217)
In response to: So Programming Language Really Does Matter @Henning, in my opinion, IBM is absolutely running an experiment, but a rather clever one. The JSF specification is over 8 years old, and SSJS has been around even longer (Rhino, for example,...
No RatingsRatings 0

So Programming Language Really Does Matter

Peter Presnell  |   |  Tags: lotusscript programming ssjs java  |  Comments (12)  |  Visits (817)
Over the years I have given a lot of thought to programming languages, especially as they relate to Lotus Notes development.  I blog about it a lot.  Yes Nathan I'm hitting them all over the head with a stick again....  I have expressed my frustration at the...
No RatingsRatings 0

Diff strings with the new "LotusScript Gold Collection" OpenNFT project

Jan Schulz  |   |  Tags: diff lotusscript  |  Comments (0)  |  Visits (396)
Andre Guirard released some of his little treasures on OpenNTF: several lotusscript libraries. I especially like one if them: StringDiff. This diff util was part of the replication conflict tool he posted some years ago. I used it to generate field diffs for a...
from Blog: Jan Schulz
No RatingsRatings 0
Jump to page of 6
Skip to main content link. Accesskey S
IBM Lotus Connections Help Tools About