> I have a repeating table for users to enter in items to purchase. They
> select from a drop-down list box the item they want. The values in the drop
[quoted text clipped - 13 lines]
> user next selects item '1' in the repeating table then the price found is 1.00
> user next selects item '3' in the repeating table then the price found is 1.00
No - can you provide me with an example of using current(). I looked in Help
and see the function listed with an explanation but I'm notsure where to
apply it. Currently the rule says set the price to the price in the
secondary data source with a filter of product no(secondary) = product no
(main). Where should I added the current() function?

Signature
Ed
> Are you using current() anywhere in the rule to get to the currently selected
> row in the repeating table and hence current dd list box being used?
[quoted text clipped - 18 lines]
> > user next selects item '1' in the repeating table then the price found is 1.00
> > user next selects item '3' in the repeating table then the price found is 1.00
S.Y.M. Wong-A-Ton - 01 Mar 2006 11:59 GMT
For an example using current() take a look at the solution posted here:
http://enterprise-solutions.swits.net/infopath/shrinking-dropdown-list-repeating
-table.htm
While not specific to your problem, it should give you an idea of how you
can use current() in your own situation. You most likely have to replace
product no (main) with current() to get the functionality you require.
---
S.Y.M. Wong-A-Ton
> No - can you provide me with an example of using current(). I looked in Help
> and see the function listed with an explanation but I'm notsure where to
[quoted text clipped - 24 lines]
> > > user next selects item '1' in the repeating table then the price found is 1.00
> > > user next selects item '3' in the repeating table then the price found is 1.00
Ed - 01 Mar 2006 14:11 GMT
Thank you - it works great now!!!

Signature
Ed
> For an example using current() take a look at the solution posted here:
> http://enterprise-solutions.swits.net/infopath/shrinking-dropdown-list-repeating
-table.htm
[quoted text clipped - 33 lines]
> > > > user next selects item '1' in the repeating table then the price found is 1.00
> > > > user next selects item '3' in the repeating table then the price found is 1.00
S.Y.M. Wong-A-Ton - 01 Mar 2006 14:23 GMT
Cool!
---
S.Y.M. Wong-A-Ton
> Thank you - it works great now!!!
>
[quoted text clipped - 35 lines]
> > > > > user next selects item '1' in the repeating table then the price found is 1.00
> > > > > user next selects item '3' in the repeating table then the price found is 1.00