-
V9: process map lost from solution?
Hi All, I'm just wondering if anybody else has came across this. I've been working on a process within V9.0.2 working out some integration issues and updating a particular form. I've been having to restart the designer each time I needed to update a custom dll and as a result have been saving the solution many times during…
-
(Untitled)
-
(Untitled)
-
(Untitled)
-
V9: Save form from one solution and load it into another?
Is it possible to load a form into a current solution from another existing solution? I though I'd simply be able to import the .form file from the solution directory however the designer doesn't seem to like it and I can't seem to find a way to save the form in question so I suspecting either the form is corrupt or more…
-
V9: Creating drop down lists with options from multiple sources?
Hi All, When assigning list options to a drop down we used to be able to create lists using a combination of static options and data selected from a database using code similar to: BLANK FORM%CHR(9)%EMPTY()%SelectSQL("SELECT eStageName FROM eStage WHERE eMapName = '%ProcessName'") This would append the "Blank Form" option…
-
(Untitled)
-
(Untitled)
-
Assigning to Metastorm.Runtime.Types.List variable?
Hi, After promoting some methods from an imported dll to the expression wizard ( I have to say I really like this feature btw!) I'd like a drop down field to be based upon the results a call to one of these methods. I've noticed the input type for the drop down box is of type Metastorm.Runtime.Types.List but is there an…