Hi Ralf,
DOM elements have a value property (not a function), it should be:
It might be that you are confusing it with the getValue function of the AJAX Library:Code:customer_number = document.getElementById('customer__number').value;
ps. Sorry for using English, I do read German, but writing is a completely different thing...Code:customer_number = vdf.getForm("myform").getDEO("customer__number").getValue();