Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
suggestion : DetailView enable uitype 10 change
#8
Hi
found a small forgetting :
in vtlig.js function vtlib_setvalue_from_popup , add this code
else if(window.opener.document.DetailView) {
var domnode_id = window.opener.document.DetailView[target_fieldname];
var domnode_display = window.opener.document.DetailView[target_fieldname+'_display'];
if(domnode_id) domnode_id.value = recordid;
if(domnode_display) domnode_display.value = value;
ret = true;
}
Reply


Messages In This Thread
RE: suggestion : DetailView enable uitype 10 change - saidmsl - 05-08-2016, 05:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)