[email protected] - Tuesday, August 23, 2011 4:35 PM:
I've attached a simple C# method to a form and set the form event to "OnLoad". In order to make sure the method was attached and being called I started with onlyt a few lines of code:
Innovator inn = this.getInnovator();
inn.newSuccess("Success");
System.Diagnostics.Debugger.Break();
return this;
But nothing happens. No popups, no debugger break, nothing. I am guessing the method never fires. I've tried setting it to "OnFormPopulated" but get the same result... nothing. Any suggestions?
[email protected] - Tuesday, August 23, 2011 4:41 PM:
Never mind... I just checked the API, I don't have those methods in this version of Innovator.
chado - Thursday, September 1, 2011 9:59 PM:
C#/VB methods are only available on the server side.