-
Currency formatting in reports
We are experiencing problems when displaying current formats using 'summary function' in reports. Despite setting the format to (0:£0,0.00) using one of the Standard of Custom masks, when viewed the report is ignoring the formatting. Is this a known issue or are we using the wrong formatting? Any help appreciated. Thanks
-
Runtime Logging
Any recommendation for adding logging to a server script to produce output when running a web service generated via the Process Activator.
-
Metastorm Administrator
A few last questions this week on Metastorm Administrator and logs How do I delete the logs? Are the logs saved to a file? Where is it and can I change the location?
-
iPad- Error when submitting/cancelling a form
We are trying to access an existing Metastorm module through an iPad. After updating a form we receive the following error messages when either Submitting or Cancelling the form: The server method 'Submit' failed The server method 'Cancel' failed The solution works fine in IE and Safari through a laptop but errors when…
-
ProVision 9.0 and Floating License Server
Will there be a new floating license server for 9.0 or does it work with floating server 6.2?
-
Setting a text field from a server script
public class MyClass{publicstatic BusinessObject1 bo1;publicstatic Form1 form1;[Promote(PromotionTargets.ExpressionBuilder)][Category("UserCategory")] public static string sGetNextInSequence() { bo1.Refresh(); string sValue=bo1.NextSequenceFormatted.ToString();// trying to set the Text1 value…
-
Error when validating script
I am trying to create a server script something like the code below: using System;using System.Data;using System.Collections.Generic;using Metastorm.Ide.Extensibility;using Metastorm.Runtime.Core;using Metastorm.Runtime.Types;using System.ComponentModel;using Metastorm.Runtime.Models.TESTSQLPROJECT;namespace…