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?
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?