-
Blank Form Fails to Load After Metastorm 9.0 Is Installed
The information in this article applies to: Product: Metastorm BPM Version: 9.0.0 9.0.1 9.0.2 9.0.3 Issue * A blank form fails to load, and an error message similar to the following is written to the Windows event viewer: Error in: http://localhost/Metastorm/Forms/Process1/en-US/Form1.aspx Action: FirstAction Map: Process1…
-
v9 Label/Value pair
Hello all I have a split label/value drop down list. Let aasume the list is: A Apple B Bake C Cake How would I, on a server Side button click, set the dropdown to say 'Cake'? Presumably it should be simple. On button click run a Assign Value activity to set the it to Cake or C, right. Yeah, but I've had no luck. Thanks -lee
-
Webservice returning dataset in ver 9
Hello, I have a webserivce method that return a dataset. How do I loop through the records to assign the values to variables in a form?
-
V9 ECL control events
Hey all, I can successfully start a new process using the ECL however one of the controls on the form uses a WhenChanged event to populate other variables, in this case selecting a company id from the drop down populates the company name process variable and folders parent id. This event does not fire when setting the…
-
V9 form failing to load and general debugging...
I've spend a few of hours today going round on this one, so I thought I'd share.. As a process has been developed a certain form has been working fine but today I noticed it was failing to load with the web client just stopping at the "spinning clock" opening form. Nothing was logged in the designer's validation, the eLog…
-
cant return string to assign to a variable from Store Procedure.
hi, i have a store procedure that insert a record and return a string to assign returned value to variable, im not sure where im making a mistake but it just hang on metastorm. but it the sp works fine on query analyzer. here is the store proc: ALTER PROCEDURE [dbo].[UnifAddItem] @parItemDescription varchar(50) ,…
-
Client specs
Hi... anyone seen sight of a Client Spec for M3? Firefox on a Mac would probably be pushing things a little ;-) ?
-
eRaiseFlag with Flag data from External application
I am trying to use eRaiseFlag from an external application, I can get the Flag to raise onto the correct server, Map, Flag etc. My only problem is that I want to attach more than one piece of data, only the first piece of data is getting through to the table. I suspect that it is the tab that is causing the problem. Here…