-
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!
-
Dynamic grid business object connection?
Hi All, Just looking into the best options for converting a V7 form to V9 and I'm not sure on what the best approach, if at all there is one... I suspect it's no longer "supported" which could end up being a big big headache! I need to dynamically assign a connection for a grid source. In V7 we used a %SelectSQL statement…
-
Reasons to love Metastorm BPM 9 - Part 2: Loose Coupling
The Metastorm BPM 9 architecture has changed dramatically from previous versions. Apart from being built on a .Net platform with C# code, there has been a significant change in abstracting the database access layer into Business Objects, and code and Visual Script modules are far more easily shared through libraries. This…