Hello Everyone,
I have a release of my form going out in the next 2 days and I have
something strange going on that i can't seem to fix. Please keep in
mind i am using infopath 2007 and also hosting in windows app using
formControl
I have a form with 2 views, the first view has a repeating table on it
and it shows items we call "Assets". on the second view i have a
repeating table showing items called "Deficiencies". The schema is
below for you to look at: Basically there is one asset and the asset
can have many deficiencies... the my:Deficiency field is repeating.
So what i want to do is the following: On the first view i have a
checkbox labelled isSelected, when it is selected and you go to the
detail view i only want to show the "deficiencies" that belong to this
asset and i want to be able to add more than one deficiency to an
asset. So what i do is i put the value that is in my:a.s_InstanceID
into a temp field and then i have a rule on my repeating table that
says show all rows where my:a.s_InstanceID = tempfield
This is only working for the very first deficiency in the repeating
group, all of the other deficiencies show up all of the time... what
am i doing wrong?????
Thanks so much for your help!!!!
Erin
<my:InspectedAssets>
<my:InspectedAsset>
<my:a.s_Name>Awning</my:a.s_Name>
<my:a.s_ID>{628FDC15-818F-40DF-8F5A-AEC51E2C3E3B}</
my:a.s_ID>
<my:a.s_InstanceID>4D293162-03B2-41E1-A819-071D840643B8</
my:a.s_InstanceID>
<my:a.s_IsVisible>true</my:a.s_IsVisible>
<my:a.s_isSelected>yes</my:a.s_isSelected>
<my:Condition>
<my:Deficiencies>
<my:Deficiency>
<my:def_Name>Broken Connection</my:def_Name>
<my:def_ID>{4D41B2B0-FE8E-4626-A359-8945B88FC94D}</
my:def_ID>
<my:def_InstanceID>0C4B8029-51B5-4822-
B738-0A9E2E60F10C</my:def_InstanceID>
<my:def_IsSelected>false</my:def_IsSelected>
<my:ImagesNo>0</my:ImagesNo>
<my:AttachmentsNo>0</my:AttachmentsNo>
</my:Deficiency>
<my:Deficiency>
<my:def_Name>Beam Damage</my:def_Name>
<my:def_ID>{B9170B9F-F1CC-4D2D-BC88-945A77598656}</
my:def_ID>
<my:def_InstanceID>C1B90475-9D6D-4E8D-8FF3-98F3D9F2106C</
my:def_InstanceID>
<my:def_IsSelected>false</my:def_IsSelected>
<my:ImagesNo>0</my:ImagesNo>
<my:AttachmentsNo>0</my:AttachmentsNo>
</my:Deficiency>
</my:Deficiencies>
</my:Condition>
</my:InspectedAsset>
<my:InspectedAsset>
esebastian@esolutionsgroup.ca - 29 May 2007 20:08 GMT
I don't know what's happened but i deleted my rules and set up new
rules (the exact same ones) and now it works... hmmm i must have done
something wrong but couldn't see it.
Thanks!