Hi guys, I am running a windows server 2003 VM that is not networked so has no outbound internet access. The web client seems to operate fine, but when accessing blank forms and trying to run through a process everything just runs so slowly. The designer and engine are on the same VM, and although the designer runs a…
Does anyone know if attachEvent works in V9? I haven't been able to get it to work. I know in 7.6 we would have code like this which would work: function test{ obj1 = document.getElementById(fieldName); obj1.attachEvent('onkeydown', testfunction); obj1.attachEvent('onkeyup', testfunction2); } We would call this function on…
without losing data in a production app? Thanks!