38 | Using Notes://. Add support for query_string parameters in NotesTheo Heselmans6379 - 17 2009 (5) I'm using "Notes://...?open&Code=123" as a url from a browser. This works perfectly. However, I need to be able to read the query_string provided in the url. Trying this with e.g. an ?Openform, resulted in an empty string. I also tried opening an agent using Notes://...myagent?Open, but this didn't work ... |
29 | LotusScript: Possibility of optional parameters in subs/functionsNikolay Yushmanov1423 - 30 2010 (3) I want to have ability to define some last parameters of a sub/function as 'optional' with default value like in native lotusscript subs/functions. |
0 | Give acces to DB2 stored procedure inout and out parametersFrédéric Fanchamps203 - 25 2009 (1) Calling DB2 stored procedures works great, but there are "string" statement, not prepared statement with "?" parameters allowing to get the value from inout and out parameters after the call.
We need that. |