Hi,
Anyone know the correct way to pass the user and password of a new account using %SYS.LDAP?
Set Status=##Class(%SYS.LDAP).AddExts(LD,DN,Attributes)
Hi,
Anyone know the correct way to pass the user and password of a new account using %SYS.LDAP?
Set Status=##Class(%SYS.LDAP).AddExts(LD,DN,Attributes)
For the browser to not update the screen and direct you to top after the onchange event of the combobox, just remove href="#" from the piece:
html[html.length] = '<tr id="item_'+n+'_'+this.index+'" class="comboboxItem" onmousedown="zenPage.getComponent('+this.index+').itemMouseDown(event,'+n+');" onmouseup="zenPage.getComponent('+this.index+').itemMouseUp(event,'+n+');"><td width="100%"><a href="#">'+text+'<\/a><\/td><\/tr>';
Of course to do this you'll have to customize the %ZEN.Component.combobox component and inherit it from %ZEN.Component.abstractComboBox.