Hi All,
Can anybody tell me how to use multiple keys to get the document handle.
I tried but gtting an error “too many keys” can anybody send some sample code.
many regards
siddu
Hi All,
Can anybody tell me how to use multiple keys to get the document handle.
I tried but gtting an error “too many keys” can anybody send some sample code.
many regards
siddu
Subject: multi key problem
The GetDocumentByKey method takes an array of keys, with each key corresponding to a sorted column in the view. Too Many Keys would seem to indicate that you have more keys than sorted columns.