hello,
In My class iam using sql scripts to get data from table . previously it was giving an error for sqlpermission that i have sorted out with adding the server static main method and setting the class property Run on server . in same class i have method
public void dialogPostRun(DialogRunbase dialog)
{
;
dialog.formRun().controlMethodOverload(true);
dialog.formRun().controlMethodOverloadObject(this);
super(dialog);
}
when i run the class it thows error in dialog.formrun as Object not initialised.