hit counter
Welcome to Office Zealot Sign in | Join | Help

Browse by Tags

All Tags » Tips » InfoPath   (RSS)
As yet I have not tested this, but it sounds good. especially useful for large lookups, which in standard InfoPath are pretty painfully slow due to the massive amount of code that is produced by InfoPath Forms Services. This method would mean that you Read More...
Well it would seem that there is a little issue of compatibility between forms created under beta2 TR and the RTM release. This is fixable but requires a little bit of effort for the forms where this problem occurs, by no means will it be all forms....You Read More...
0 Comments
Filed under: , , ,
e.Site contains an XPathNavigator to the current node. It is worth noting that this is actually different to the xpath that e.Match refers to. It seems that if you have a repeating group in the xml and then the event is on a field within the repeating Read More...
Another handy thing to know String xpath = "sum(/ns1:Invoice/ns1:InvoiceDetail/ns1:Lines/ns1:Line/ns1:AmountMatched)"; int amountMatched = Int32.Parse(this.MainDataSource.CreateNavigator().Evaluate(xpath, this.NamespaceManager).ToString); The above code Read More...
0 Comments
Filed under: , , ,
This is a handy little thing that I have discovered today.... It is possible to display on a view a repeating table/section twice(or more if you so wish), such that the first one displays all lines and then the other one displays a restricted list of Read More...
More Posts Next page »