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
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