Losing OnAfterChange and Conditional Formatting after initial edit

C

Carie

I am using SP1 with VB.NET managed code behind an InfoPath form that is
ultimately published to a Sharepoint Form Library.

The initial opening of the form (by way of clicking on the 'Fill Out this
Form' option in the Sharepoint form library) works as expected
Once the form is saved/submitted and re-opened the form's code behind the
onAfterChange events and the conditional formatting seem to just stop working.

The solution I am creating needs to be able to open the form for editing,
save and come back to continue editing. I have been looking for this solution
for several days and am coming up blank.
Please Help!
Thanks!
Carie
 
C

Carie

I'm losing the
1. Conditional formatting on Expression box does not seem to update when the
fields in the condition change. The first time I open the form this works but
any additional edit times do not keep it persistant.

2. I have an onAfterChange Event handler for a Drop-Down List box control
(within a Repeating section), this event causes other fields in the section
to be populated (from a secondary data source) based on the value selected in
the Drop-Down List box. My values are no longer being populated...however
after closer investigation into the steps it is taking, it seems that my
onAfterChange Event Handler is getting the event but somehow the population
isn't happening on the reopening.

Could this be some kind of refreshing issue? I'm just taking stabs here
because I'm in a crunch to get this out.

Thank you so much for your help!!!
Carie
 

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