Slow to Open

G

GoBucks

It seems that Infopath forms that are filled out are opening extremely slow.
No matter where they are opened from. The template is in a share on a server.
Anything to correct this. It takes over a minute to open a standard size
file.
 
D

darko

Hi, GoBucks,

One of the possible solutions is to reduce dataConnections that are reading
data from some source (sql, SharePoint, Xml,...) on the second loading, if
the are not neaded any more. Try to use IsNew property of the XDocument
object to identify new form, of allready filled one. Thats one of my
solutions that works-arround the slow openning issue.
 
Top