-
Does Business Object .Refresh() method work in 9.2.1?
Hi, I've a query around the Refresh() method on a business object. I haven't been able to get it to successfully work. No call to the database occurs when it is called. Based on the below link and excerpt from the designer user guide it should call the query again - or am I missing something. I've attached a sample…
-
Version 9.3 / Query Business Object using IN (@Parameter)
Hi, I'm populationg a grid with the following bo/Query: SELECT Company.CAMPAIGN_YN, Company.RAISON_SOCIALE, FROM Company, People WHERE Company.SIRET=People.SIRET and left(Company.CP,2) IN (@memDpts). The local variable memDpts is a memo populated using a List field on the form and is bound with @memDpts. This work fine…
-
Folder name number sequence
Can anyone tell me how the folder name number is generated? Not the efolderid - that's no issue. But we moving from 9.1 with Oracle to 9.3 with SQL Server and ideally I'd like to avoid duplicate folder names. So if the process prefix is setup as "PRO-" with a suffix length of 3, the first folder gets the name "PRO-001" and…
-
Drop down box in editable grid loses value
We are experiencing an issue with solutions accessed through Internet Explorer 9 in that when a user attempts to select a value from a drop down box in an editable grib the value is not retained. Also if a user attempts to edit an existing entry the value reverts to its previous value. The solution works in Safari and…
-
Calendar not available
We're in the process of trying to upgrade from 9.1 to 9.3.1. Now with our editable grids when the field is a date, the calendar doesn't appear. You can type in the date but not select it from a calendar. Has anyone seen this and how do I fix it? Thanks!
-
Strange form rendering in version 9.1 with Internet Exploter 9
We have an issue where Metastorm version 9.1 forms are opened with the incorrect width, when opening then with IE9. Typically, the form opens as a tiny window. If you then press F5 and refresh the window the form loads again and resizes correctly. It seems like the resize of the window does not happen. With IE8 the forms…