infopath form service xpath not fully support

F

Fred

I have some xpath expression in infopath, following expression works
fine in infopath client, but not supported in form service?

xdXDocument:GetDOM("CostLookup")/CostLookup/Rate[xdXDocument:get-DOM()/
tns:AddCostSheet/tns:entity/tns:CostOfGoods <= @Limit][1]/@Low

but I remove the position "[1]", then it is supported

xdXDocument:GetDOM("CostLookup")/CostLookup/Rate[xdXDocument:get-DOM()/
tns:AddCostSheet/tns:entity/tns:CostOfGoods <= @Limit][1]/@Low


Do you have any workaround that, I don't want use code event, because
it is going to postback, and it slow down the form.

Thanks
 
S

S.Y.M. Wong-A-Ton

Filtering is not supported in browser forms. I'm not aware of any codeless
workarounds to this limitation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top