Hi, Is it possible to bind a non-repeatable form on a specific 'record'
of an XML datasource ? If my subform is non repeatable, I only see in my
fields the values of the first match for my binding. At design time, I
can specify $.myXmlDataCollection[n] ('n' being the index of an
occurence of myXmlDataCollection) instead of $.myXmlDataCollection[*],
but at runtime I don't know how to specify this index in my binding.