Does it mean you can use NO rules at all ?
Thanks,
Dominique
I set *all* my timeouts high (for debugging in MSE), and I use code (not
rules) for all filling, and it works OK for me.
:
Will give that a try tomorow.
Thanks
"Greg Collins [InfoPath MVP]" <Greg.Collins_AT_InfoPathDev.com> wrote in
message Perhaps there is something about calling Query from rules that sets that
timeout back to the default value.
Try creating a second query button (or whatever you are using) which
calls
into code instead of using a rule. Have your code physically set the
timout
and then do a query. See if that makes a difference.
Hey Microsoft, if your listening -- is there something about rules that
sets
the timeout back to the default value?
--
Greg Collins [InfoPath MVP]
Please visit:
http://www.InfoPathDev.com
This datasource is NOT loaded by default, but still the timeout remains
30
sec.
Dominique
"Greg Collins [InfoPath MVP]" <Greg.Collins_AT_InfoPathDev.com> wrote in
message Secondary data sources are loaded before the OnLoad event handler is
processed. This is because things like User Roles might point to a data
source--so that information has to be there early on.
You will need to tell your secondary data source to NOT load by
default...
Then in your OnLoad handler you can set the timeout and then manually
query.
This should solve your issue.