New to Infopath

N

navneet

Gurus,

I am new to Infopath and need some help designing a 2 view form. The data
resides on a backend SQL 2000 database and is in a single table. The default
view queries and displays a series of rows with some 3-4 important columns.
The purpose of the second view is to display detailed view of the row that i
select with a button (displayed next to each row). The button has a "rules
and custom code" action to call the second view.

My problem is that everytime I click the button, I keep getting the detailed
info in the second view for the first row returned in the table. How do I
link the button with a particular row in the first view?

Hope I am clear in my explaination. If not, let me know and I will try to
clarify further.
 
F

Franck Dauché

Hi,

You need to look into "current()" to select the right row.

Regards,

Franck Dauché
 
N

navneet

Franck,

Could you expand more on this? Where do I need to look for the function? or
where does the function need to be written?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top