DOpus 13.11. Instant crash when attempting to use Advanced Find on an Evaluator Column.
Please upload the crash log(s).
I'm always a little uncomfortable uploading crash dumps since I have no idea what's in them. It's very easy to reproduce. I cut the offending script right down to this
Script adds a column
function OnInit(initData) {
initData.name = "DescriptionY";
initData.desc = "Descript.ion-like data loader";
initData.default_enable = true;
var col1 = initData.AddColumn();
col1.name = "DescriptionY";
col1.method = "DescriptionY";
col1.label = "DescriptionY";
var cmd = initData.AddCommand;
cmd.name = initData.name;
cmd.label = initData.name;
}
function DescriptionY(scriptColData) {
scriptColData.value = "wibble";
}
Evaluator column added
return Val("scp:DescriptionY/DescriptionY")
Advanced find, Evaluator Column, Match DescriptionY, search for any text and DOpus blows up.
If you can't go any further without a crash dump then I understand and we can just leave it. Thanks for your reply.
Please send in the crash dumps. As long as you don’t post them publicly there’s no issue.
No need for the crash dumps in this instance, I was able to reproduce it with your example.
Great! Thank you.