Whenever I call it, I get an error like this:
Exception Object: org.mozilla.javascript.EvaluatorException: Can’t find method com.servoy.j2db.FormController$JSForm.js_sortDialog(). (C:\Servoy40\developer\workspace\CMHCi\globals.js#2443) MSG: Can’t find method com.servoy.j2db.FormController$JSForm.js_sortDialog(). (C:\Servoy40\developer\workspace\CMHCi\globals.js#2443)
Anybody have any ideas?
I’ve tried to reproduce the problem with no luck.
Exactly what version of Servoy are you using and how do you call the sort dialog?
The documentation of sortDialog says the argument is optional, but if you don’t pass in an arg you get the error you described. This will be fixed in next release. As a workaround you can pass in empty string for now.
Rob
that did it, thank you very much.