-
Standard attribute exclusion
Is it possible to "hide" the standard property attributes in a modelling language? You need to specify which attributes are available for which objects when you create customised attributes. Can the same thing be done for the standard attributes?
-
Oracle and metastorm
If we have an Oracle Portal - could we use Metastorm BPM version 9 with it? Would Metatastorm version 9 integrate with Oracle's identity management, portal, j D Edwards and Business intelligence pieces. We would like to be able to use Metastorm BPM version 9 from within our intranet portal that we have - is that possible?…
-
V9 Designer behaving strangely
In Version 9, if you need to reset your Designer settings because things start behaving a little strangely you can go here: C:\Users\\AppData\Local\IsolatedStorage and delete everything in that folder. That seems to sort things out. P.S. If you can't find the Appdata folder, you might have to type in on the address bar.
-
memo data type in a data grid?
I use a memo field (with a memo data type) and insert it in a data grid, along with a set of other data, text, date, currency, etc. But when the info typed in the memo field, all the data is "shrinked". Is there a way that can be desplayed as the way it was typed? Example Memo field: a. Function 1 is when..... b. Function…
-
Passing Parameters in both FireFox and IE
I'm trying to pass a value from one Admin form into another and it must work in both FireFox and IE. Using the window.showModalDialog(url, myVariable, settings) and the corresponding myVaribale=window.dialogArguments works with IE but not in FF (the window opens but the variable is "undefined") Using the web client…