-
Dropdown in an editable grid
I am creating a form with an editable grid. The grid uses a table BO. One of the variables in the table is stored as a bit in a database. This seems to be pulled through as an int. In order to allow this value to be edited, I am using a dropdown with yes/no options. For the list options I am using a select statement:-…
-
Can the GREEN ARROW be disable within the process form?
Is there a way to prevent the GREEN ARROW, that used for submitting, from being displayed? I wish to have only the SUBMIT button displayed. Using BRM 7.6.
-
Login screen never shows, just progress indicator
A new install is not working. The login popup appears and shows the progress indicator, but never changes to the login form. There are no JavaScript errors reported and nothing shows up in the event logs. Any ideas?
-
upgrade from metatorm 7.5 sr1 to metastorm 7.6
We are trying to upgrade from Metastorm version 7.5 to 7.6 but it says it failed to publish map. Is there a path we need to follow? Is there a document somewhere defined as to the steps that need to be followed to do this upgrade please. We are trying to go to 7.6 and the to version 9. We ran the eworkProcedures.sql script…
-
Populating system tables
Is there a way to manually add a user into the eUser table that will also automatically populate the rest of the system tables related to the new user (eAttribute, eEvent, etc.)?
-
Form Rendering of Radio Group
The form rendering of a radio group in v9 is pretty awful. If you set out a nice radio group with nicely spaced options and the group aligned to surronding components in designer when it it rendered in a browser it seems to be extended in width so as not to align with surroundng components andthe options are all squahed…
-
Problems with button and Grid
I would like to make my button visible based on criteria selected in the grid. This button then runs a SQL statement which makes that row disappear from the grid. Currently I am using a checkbox to get the grid data and running a true/false test to determine whether or not to show the button. The problem is that this data…