-
Populating drop-down box
I see in V9 that it is no longer possible to populate a drop-down box with the contents of a memo field. I have a requirement to scroll through a physical directory structure and present the user with a drop-down selection of the directory they'd like to access. I'm using DirectoryInfo.GetDirectories to get an array so I…
-
sanp_4.jpg
-
v9 web client running really slowly on windows server 2003 VM
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…
-
Security Error in Workspace
-
V9 attachEvent in Jscript
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…
-
What is the Metastorm recommended way for extending text field size in 7.5 ...
without losing data in a production app? Thanks!