Hi Arun.
Is this form built from scratch as a database type form?
If so you can edit with out a button.
Ideally you need Web Services so that you can query rows dynamically and
submit them back to your DB.
I would recommend the Database Accelerator from http://www.qdabra.com
It is an installable set of web services which you can use without code to
interact with your data.
Check out the Scrolling Region Control so that you can pan over large tables.

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> i m totally new for infopath,
> i have a form where a repeating table bind with data source, connected to DB.
[quoted text clipped - 15 lines]
> thanks
> Arun
arun_jpr - 24 Jan 2008 07:17 GMT
Thanks clay for your advice
my problem is little bit diffrent
in this form i have 3 views : view, edit, new
in view section client only view the data in repeating table format.
and when he/she hit the edit button, that record moves to edit section there
he/she
should edit or delete the record.
and in new section he/she can enter new record.
is this possible? please advised
arun
>Hi Arun.
>
[quoted text clipped - 13 lines]
>> thanks
>> Arun
Clay Fox - 24 Jan 2008 17:42 GMT
With InfoPath your data is loaded to the form and each view is just a
different view of the same data.
So in each of your view you can have a repeating table with the data and
then configure the control to be read-only or allow updates by the view or by
logic. You can actually have confitional formatting with one view and
depending on the user they would have various rights.
If you want to have a master - detail type of thing that takes a bit more
but still very doable.
If you need a few hours of design help on your form you can purchase some
credits at the Qdabra Store. http://www.qdabra.com

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> Thanks clay for your advice
>
[quoted text clipped - 28 lines]
> >> thanks
> >> Arun