
Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> Hi there. I have a question which I hope someone can help me with.
>
[quoted text clipped - 24 lines]
> Regards,
> P.
I'm afraid is not as easy as it looks.
I can easily do that, but the as per the tutorial I mentioned, I can't.
Simply put, the tutorial only explains how to create a repeating table that
would give you the inputs to add items on the first table. I can't find a
way to simply return ONE field (that is, the checkbox), and moreover, to
have this field within TABLE 1.
As a workaround (and a dirty demo trick), I tried to have two tables, and
use a workflow:
Table 1 conditional: boolean not = 0 hide
This table simply outputs all the items from the MOSS list that are
UNCHECKED
Table 2 conditional: boolean not = 1 hide
This table outputs all the items from the MOSS list that are CHECKED, plus
the checkbox itself for the user to check.
Problem is, once the user ticks the box on table 2, InfoPath tries to be a
wise-a** and keeps updating the tables... Very inconvenient... :(
> You could use conditional formatting on two repeating tables bound to the
> same list data.
[quoted text clipped - 40 lines]
>> Regards,
>> P.
Clay Fox - 14 Mar 2008 19:26 GMT
I think this is possible with the correct logic.
You would add another item to the list, the checkbox value.
Then you would use logic to control when the update was executed.
Difficult without seeing it.
If you want send me an email, we could look at a web meeting to troubleshoot
and discuss possibilities.
http://www.infopathdev.com/members/clayfox.aspx

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> I'm afraid is not as easy as it looks.
>
[quoted text clipped - 62 lines]
> >> Regards,
> >> P.