Just copy and paste the controls from one view to the next or build the
second view and use the button action to switch views.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> In my application i have three views in first view i am having some controls
> and and a button contol afte entering data and i click that button then i
> will move to another view and the data should be carried from first view to
> second view . i am unable to do that .
>
> madhuri.
madhuri - 07 Mar 2008 05:19 GMT
Thanks for ur response .I got that actually in my first view i have some
fields and i have a button control called Details in the row after clicking
that button i am swithing into next view .and in first view i have two rows
in repeting table if i will click any row then only that perticular row
details should come in second view but instead of that i am able to view all
the rows in repeating table.
i am trying through script code but it's not coming .Please send the reply
as soon as possible.
> Just copy and paste the controls from one view to the next or build the
> second view and use the button action to switch views.
[quoted text clipped - 5 lines]
> >
> > madhuri.
Clay Fox - 07 Mar 2008 07:01 GMT
I think you would want your repeating tabel but then you use conditional
formating to hide rows where ID or some value does not equal what was
selected.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> Thanks for ur response .I got that actually in my first view i have some
> fields and i have a button control called Details in the row after clicking
[quoted text clipped - 14 lines]
> > >
> > > madhuri.
madhuri - 07 Mar 2008 08:04 GMT
Yes actually i am using one key field i am not using that field in that
repeting table just i am adding to group.and in script i am just accessing
that field
for exammple
var xmlKey=getNodeList("/Assets/asset/Key")
var counter=xmlkey.length;
function getNodeList(xpath)
{
if(type(xpath=="string")
{
return xdocument.DOM.selectNode(xpath);
}
else
return xpath;
}
}
like this i am accessing Key node .the problem is i am unable to access this
Key name it's returing null.and xmlkey.lengh is retuning zero.i am unable to
acces that key field path .
Plzzz give me reply as soon as possible.
Thanku madhuri
> I think you would want your repeating tabel but then you use conditional
> formating to hide rows where ID or some value does not equal what was
[quoted text clipped - 18 lines]
> > > >
> > > > madhuri.