Your company/organization has contributed: 4400 ideas | voted 106119 times | 11884 comments
Back to All ideas or select another IdeaSpace

Tag: error 

Previous1Next


6

Improve errorhandling in LotusScript with a Try..Catch..Finally block

Kenneth Axi1679 - Aug 4, 2011 / Comments (4)
I would like to see an improvement of LotusScript errorhandling and therefore introduce the Try..Catch..Finally block that You do in Java and other OOP languages.
 
That would give us the option to get rid of the hideous On Error Goto statements and have proper errorhandling as it should be.
0

Remove system error "Invalid Selection" from lotusscript function PickListCollection

Erwin Heeren1176 - Oct 7, 2010 / Comments (3)
When you use PickListCollection in LotusScript, you cannot handle the error "Invalid Selection" when the user does not select a document from the picklist view. The error message is redundant, because the developer can handle this situation using the returned (empty) document collection.
-1

Remove system error "Invalid Selection" from lotusscript function PickListCollection

Erwin Heeren1176 - Oct 7, 2010 / Comments (1)
When you use PickListCollection in LotusScript, you cannot handle the error "Invalid Selection" when the user does not select a document from the picklist view. The error message is redundant, because the developer can handle this situation using the returned (empty) document collection.
-1

Remove system error "Invalid Selection" from lotusscript function PickListCollection

Erwin Heeren1176 - Oct 7, 2010 / Comments (1)
When you use PickListCollection in LotusScript, you cannot handle the error "Invalid Selection" when the user does not select a document from the picklist view. The error message is redundant, because the developer can handle this situation using the returned (empty) document collection.
-3

Launching Lotus Symphony in the 8.5.2 client hangs tightly

Vlad Sh10122 - Sep 2, 2010 / Comments (5)
When you close the message (in the screenshot), it begins to appear cyclically, once every half-minute.
 
If the Notes Client has been loaded, then after you receive this message the Notes Client is unavailable, it has to shoot with killnotes.exe. If the Notes Client was not loaded (applacation Symphony starts with
2

Incomprehensible restriction (Err=4418) on QueryOpen

Vlad Sh10122 - Dec 2, 2009 / Comments (1)
This restriction exists for the following methods NotesUIWorkspace class: PickListCollection, PickListStrings, Prompt, URLOpen, EditDocument, SaveFileDialog, OpenFileDialog. Its meaning is not clear, because DialogBox allowed, and he calmly executed?!!
I propose to remove this restriction, without him it will be very convenient to choose something, but, for example, if you cancel in
5

Remove Err=4469 from NotesDocumentCollection.AddDocument method

Vlad Sh10122 - Nov 27, 2009 / Comments (0)
I propose that it's method returns the result as Boolean, is quite enough. It is better add to Desinner Help describe the situations where the method may return False, and this:
  • getting NotesDocument object from another instance of the NotesDabatase object;
  • addition duplicate
10

Remove Err=4411 from NotesUIDocument.Save method

Vlad Sh10122 - Nov 26, 2009 / Comments (0)
Generation of this error is useless, it also hinders. All error handling should be done in the proper place - on QuerySave.
I propose that the Save method returns the result as Boolean, it's would be very convenient and usefull.
23

Opening design element that contains the error, from the tab "Problems"

Vlad Sh10122 - Nov 25, 2009 / Comments (1)
In the Lotus Domino Designer tab will appear on "Problems", in which displayed records of errors. I propose (for LotusScript) at DoubleClick on records not to display the source code of the element of design in XML, but open the corresponding element of the design, automaticaly finding the wrong
22

Remove Err=4091 from GetDocumentByUNID method

Vlad Sh10122 - Nov 25, 2009 / Comments (1)
Generation of this error is useless, it only hinders. Quite enough to return Nothing.
Similar GetDocumentByID method does not generate errors.
21

LotusScript: Generic 'core dump' error handler

Mark Demicoli10094 - Mar 12, 2009 / Comments (5)
On error, produce a 'core dump' of all defined variables, objects, and a call trace.
 
The 'core dump' might provide a limited (one-level) listing of defined objects with their property values, and all local and global variable values.  Going down more than one level might end up with a huge amount
55

File does not exist...

IdeaSpace: Notes Client / Other
Tags: error, file
Jeroen Jacobs482 - Nov 21, 2008 / Comments (5)
When you give me the error "File does not exist ", at least tell me which file you are talking about...
56

Custom Domino HTTP Error Message Configuration

Declan Lynch640 - Mar 14, 2008 / Comments (4)
while it's possible to use domcfg.nsf to map some types of http errors to special forms in the domcfg.nsf database the level of control it provides is not great and relies on the Domino administrator to work with the designer to edit that particular database and create the mappings etc.
 
I
60

Provide more useful error messages

Matt White9250 - Mar 11, 2008 / Comments (1)
When opening a document in the Notes client and a formula prevents the form from loading you will be told which field has the problem. On the web you get something like:
 
HTTP Web Server: Lotus Notes Exception - Incorrect data type for operator or @Function: Number expected
 
And then you have
29

Customizing the option to search IBM technotes on error in the Notes 8.0.x client

Tim Brown956 - Mar 7, 2008 / Comments (2)
It would be nice to be able to customize this option to go to an interal company Database/FAQ or URL where you could have your own customized KBase entries for your our own users. I hope  IBM has enhancement plans for this option.
 
-Tim E. Brown
-10

error messages from the http engine should have some configuration facility

IdeaSpace: Domino Designer
Tags: web, ajax, error
Axel Janssen4993 - Feb 7, 2008 / Comments (2)
The following scenario:
1. A web-form makes ajax calls against a domino agent.
2. User starts to work on a document on his web client.
3. User plays WII tennis match with his collegue.
4. User returns to his document and presses an ajax enabled button. Unfortunatedly in the meantime his web session has
2

Saving shared actions should run error processing

Ondrej Kostruh1103 - Feb 6, 2008 / Comments (5)
Saving shared actions (with LS) should run compiler a do all error processing analogous to agents, script libraries, etc.
31

Change the "An error was encountered while opening a window." error message

Bastian Wieczorek8015 - Feb 5, 2008 / Comments (3)
Hi,
 
how often called a user and said he has the "An error was encountered while opening a window." error message on his screen? You know that a reboot would fix this problem (a re-login will work also sometimes)...
 
So my idea is to change this error message... something which is usefull
-27

Allow us to write in one place "On Error Goto..." for all LotusScript

Fedor Belov851 - Dec 4, 2007 / Comments (7)
Why do I need to write
"On Error Goto ErrorLab
...
Exit Function  ErrorLab: Call CommonError Exit Function End Function" in each function/sub? Let me to write this code in one place and extend it to all LotusScript errors at any Function/Sub


Previous1Next
Username:
Password:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>







IdeaJam developed by