-
Timeout not pausing
I have a form with two buttons - one to open a child process folder and another to close the form. The close form button has a function to "click" the other button and then close the form. But the timeout doesn't wait, it just immediately closes. function KitChangeFolder() { $get("btnEnterKitChange").click();…
-
ProVision Impact Modeler Values Calculation
Hi - I'm trying to develop a parent/child impact model where the amount values in the child objects are summed at the top level. The calculation isn't happening and I can't find a preference to enable it. Any ideas on what I'm doing wrong? cheers
-
Selecting a specified row from data grid
Hello, We use a datagrid in our Webtop application. We can successfully populate the datagrid using its setQuery() and refresh() methods. But we have observed that initially no datarows are in selected state. We need to accomplish the following separate requirements, but we were unable to find an appropriate solution: 1/…
-
Setting default value to a time attribute
Hello, I need to set a defualt value for a time attribute. I use the following dql: ALTER TYPE lae_informe_60000012 MODIFY (lae_atr_fechalistado(SET default= date('05-12-2011'),SET read_only=true,SET not_null=true)) publish But then, I check the value and is the following one: lae_atr_fechalistado13/04/2011 1:00:00 As you…
-
Where can I find the MBPM version 9.2 Schema?
Hi, Does anyone know where I can find a copy of the MBPM version 9.2 schema? Thanks for your help!
-
Grids with Memo fields
How is this possible when Memo isn't an available column type and the closest type would be text. If I set the column as text - but I can't edit that grid field like I would imagine. I expected it to work like a Memo (multiple lines) - but can't get it to work, other than working like a textbox... Can someone enlighten me…