How can I implement on before change and on after change without code (to avoid the C# event handler

G

G. Tarazi

Hi



When you use a C# InfoPath from with multiple event handlers, the form startup speed is going down, and when the schema is very complex (combined from multiple xsd files using import) a blank form with the blank event handlers will take a 10 seconds to start.



I would like to avoid that, and I don't want to rewrite 1000's of lines of code from C# to Java Script (where the bug does not exists), I did actulay and they require tons of tests in order to make sure they work properly.



All what I want is some sort of rule, or validation, or whatever, that will call a function from C#, instead of the event handler (on before update, and on after update)



I will call the function my self, I just want to know who can I implement the on before change and after change using rules. Any samples?
 

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