G
Guer
Hello,
I want to receive data from a Web Service and load a
repeating table in InfoPath with 2000 rows (with 15
columns with drop-down-boxes). My problem is the
prestanda - it takes too long time to rendering the data
in InfoPath. Does someone know what to do? Do InfoPath
use DOM to parse the data? Can I override the parser to
use SAX instead?
One solution can be to inform the user that it's going to
take a while to load but I have not control to know the
time. I have tried to add each row in .NET code and show
a status bar to the user. The problem is that it take
even longer to load... Is there an event that I can use
when InfoPath add a row to a repeating table?
Thanks in advance.
Regards Gunilla
I want to receive data from a Web Service and load a
repeating table in InfoPath with 2000 rows (with 15
columns with drop-down-boxes). My problem is the
prestanda - it takes too long time to rendering the data
in InfoPath. Does someone know what to do? Do InfoPath
use DOM to parse the data? Can I override the parser to
use SAX instead?
One solution can be to inform the user that it's going to
take a while to load but I have not control to know the
time. I have tried to add each row in .NET code and show
a status bar to the user. The problem is that it take
even longer to load... Is there an event that I can use
when InfoPath add a row to a repeating table?
Thanks in advance.
Regards Gunilla