Thanks for your quick response. Here is the bug fix release 2.1.2
Bug fixes version 2.1.1
1. CTRL-A did not work properly. Last line was not taken into account
2. Select all from menu. Edit control did not have focus
3. Import from filesystem did not work correctly
4. Added multithreading for importing/exporting documents
5. Reduced resource allocation by reusing objects. This should be further improved.
6. Import from an external database failed.
7. TWBObj has been extended with LoadDocument(uri), LoadFile(filename)
and Property TaminoUri, which points to the current URI up to the collection.
LoadDocument(uri) loads documents from a Tamino database and returns an
IXMLDOMNodeList, which can be empty if no documents are found. IXMLDOMNodeList
contains all selected documents. The uri may also contain an XPath expression,
e.g. employee[@department=“sales”]. In that case the query will be extended
to TaminoUri & “?_xql=” & employee[@department=“sales”].
LoadFile(name) loads a file from the filesystem
TaminoUri contains the current Tamino url up to the collection name.
****************
Kind regards,
Rudolf
TWB_2_1_2_patch.exe (1.21 KB)
#webMethods#Tamino#API-Management