Auto Complete

Pre-value editor settings

Content editor



uQuery

Node currentNode = uQuery.GetCurrentNode();

List<Node> colourNodes = uQuery.GetNodesByCsv(currentNode.GetProperty<string>("propertyAlias"));

Last edited Mar 18, 2011 at 10:13 PM by Hendy, version 6

Comments

Kriz Sep 5, 2011 at 8:30 PM 
Hi, I would like to use the autocomplete as a multiple member picker, but how do I have to set the XPath setting to retrieve all members? With "Member" and "descendant::*" I get the following error;

SQL Server Compact does not support calls to HasRows property if the underlying cursor is not scrollable.

Is the xPath setting wrong, or isn't it compatible with SQL Server compact?