Clear repeating sections

S

ShaharF

I used the Repeating section option and after publishing, it works not good
(to me).
The NEW section is copying everything from the first one!
I don't want that, it's not what I ment.
In every section new texts and marks etc... should be different, only the
frame and titles should stay the same.

What should I do to solve it ?
(I have no expierance in programing, codes etc.)

Your help will be fully appreciated !
 
S

Shiva, GGK Tech

Hi,

You have to write the code in onAfterChange event for repeating section.
Whenever you are inserting new section then your onAfterChange code will fire
and populate with the differnt data to every section.
 
S

ShaharF

To write what where ?
From where I get this code, what I do with it?
What exactly should I do ???

HELP
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello ShaharF,

Checkout the Infopath SDK which has lots of examples with Code for
eventhandlers.
This is available for Free download on MSDN site.
 
Top