-
Webservice returning dataset in ver 9
Hello, I have a webserivce method that return a dataset. How do I loop through the records to assign the values to variables in a form?
-
V9 ECL control events
Hey all, I can successfully start a new process using the ECL however one of the controls on the form uses a WhenChanged event to populate other variables, in this case selecting a company id from the drop down populates the company name process variable and folders parent id. This event does not fire when setting the…
-
V9 form failing to load and general debugging...
I've spend a few of hours today going round on this one, so I thought I'd share.. As a process has been developed a certain form has been working fine but today I noticed it was failing to load with the web client just stopping at the "spinning clock" opening form. Nothing was logged in the designer's validation, the eLog…
-
cant return string to assign to a variable from Store Procedure.
hi, i have a store procedure that insert a record and return a string to assign returned value to variable, im not sure where im making a mistake but it just hang on metastorm. but it the sp works fine on query analyzer. here is the store proc: ALTER PROCEDURE [dbo].[UnifAddItem] @parItemDescription varchar(50) ,…
-
Client specs
Hi... anyone seen sight of a Client Spec for M3? Firefox on a Mac would probably be pushing things a little ;-) ?
-
eRaiseFlag with Flag data from External application
I am trying to use eRaiseFlag from an external application, I can get the Flag to raise onto the correct server, Map, Flag etc. My only problem is that I want to attach more than one piece of data, only the first piece of data is getting through to the table. I suspect that it is the tab that is causing the problem. Here…
-
Canceling a checkout in Provision / KE
My modelers aer having an issue with provision / KE, and we are able to re-create it at will... A notebook gets checked out, and then the check out gets canceled. On subsequent attempts to check out, the models show as locked by the users who checked them out and then canceled the check out. I typically have to "bounce"…
-
v9 MetastormDefault object
Hi Which is correct?: * SelectSql(null, "select * from table"); * SelectSql(new MetastormDefault(), "select * from table");
-
(Untitled)
-
v9 Datetime field Calendar
Is there a way to default all datetime fields to the front? I've found that any field I add after a datetime field will be on top of the calendar when it pops up. I know all I have to do is bring the datetime field to the front but it seems like this should be standard and I should have to do it every time.