LotusNotesSetNumber(str_fieldname, str_value);
str_fieldname
str_value
The value with which to update the item. You can use integers and decimal numbers.A Lotus Notes Note must be available, i.e. opened with the LotusNotesAddNote or the LotusNotesFind function.
0 -1 Failed to update the Lotus Notes Note. Possible causes include no connection to the database.$ret = LotusNotesSetNumber("invoiceNumber", "123456");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |