hi, hi,
thanks for your help! But it doesnt work anyway??? Like my example
"var ret = xfa.host.messageBox(msg," Benutzerdaten Formular",2,2);"
you set an object to the variable "ret". So we have call
xfa.host.messageBox(msg," Benutzerdaten Formular",2,2);
first, but how can i get the return value? What a pity that xfa.host.getReturnValue(); doesnt exist!-)
At last, you can look after messageBox in help from adobe prof. You can get 1/ok, 2/yes, 3/no and 4/cancel as return value but how????
Ok, i try to find it out by myself. See you!