Remove warnings

T

twalsh

Whenever i run a query in Infopath i get a warning saying that it returned a
large amount of data and may take some time to render.

At this point thats a given, we have been adding info to these forms for a
while now. Is there a way to turn these off as they are more of an annoyance
these days.
 
C

Clay Fox

I do not think there is.

Best practice would be to switch to using web services rather than the
standard ADO connection, which is limited.
This would eliminate any warnings, would perform better, and allow you to
dynamically query and possibly reduce the size of the returned data as well.
You can then have multiple queries and break up your data flow more.
 
Top