Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jan 16, 2019

NotesDominoQuery class - Add property "lastError"

I tested the new NotesDominoQuery class.

My szenario is a server based agent that parses and executes the query. The results are passed thru a parameter document to the calling client.

This means that I would not have to watch the console for errors and issues.

The executeQuery method returns a NotesDocumentCollection with 1-n documents according to the query result. In case of an error, this collection is nothing ( or null ).

In case of "no error I can use the explainQuery method to find out, why the resulting collection does not contain documents.

In an error condition, I can't.

 

Pls add a "lastError" property to the class. The underlying CApi does have a return value for that already.

 

-- Ulrich Krause ( eknori )

  • Attach files