-
Jscript.NET error help
Hi, I am getting the error below on practically every server side script that I have. These have previously worked and this error in particular is from a one line script that just assigns a value to a variable. So for some reason it is throwing the error regardless of the script ... Unable to execute script entry point…
-
Get folder path with r_version_label
SELECT distinct f.r_object_id, fr.r_folder_path, f.r_version_label FROM dm_sysobject_r sr,dm_folder_r fr, fdk_document f WHERE sr.i_position = -1 AND fr.r_object_id = sr.i_folder_id AND fr.i_position = -1 AND f.r_object_id = sr.r_object_id AND f.i_latest_flag=1 AND f.i_is_deleted = 0 AND f.r_object_id IN (SELECT…
-
DFS Referencing a checked out document's DataObject for check-in
Can someone tell me how, in DFS, I would reference the DataObject for a previously checked out document. This is for the purpose of getting the checkout info and then checking in.. I tried the IVersionControlService.GetCurrent, and tried re-checking out, and both caused errors... Any sample will do, .NET preferred. Thanks!…
-
Clear Editable Grid Contents Prior to Submission
I'm looking for a way to delete all the rows out of an editable grid with a button press. The reason is we have a drop down list that contains a list of templates that are used to load the grid. When the template is selected and the load button is clicked I need to clear out any rows entered in the grid. After which the…
-
Scripted BO data type for image
Hi, What should be the Datatype of variable for an Image Control in Scripted Business Object. Thanks!
-
Who is my child?
Has anyone come up with an elegant way to raise a flag to start a child process and retrieve the child process folder id that was created? As it stands I have a method I use that queries the database looking for parent folder Id's and returns an object of all children. It would be nice if the raise flag event either had a…
-
Grids columns no longer filling the width of the grid
In versions 6.x and 7.x,whatever you set the column widths to, the columns would fill the grid (albeit somewhat awkwardly at times if there was a scroll bar too). Basically the settings were relative, not absolute. In 9.0, this was translated to an absolute pixel value, which is one of the main reasons we elected not to…
-
SaveAttachment
I tried using the SaveAttachment(*folder**id,* *filename*, *filecontent*) built-in function earlier. In this case the *filecontent* was a simple text string ... less than 80 characters. An attachment gets created just fine, but when I try to open it form the multiclip once added, I'm getting an "Invalid character in a…
-
Lock Time Out
I'm not sure this is a flaw, or just a "feature". The automatic lock time-out is set to 60 minutes (the default) on our systems. I thought -- though I've been unable to reproduce in V7 nor V9 -- that if the lock timed out during an action (folder action, or in our particular case an admin form) the user get a "folder is no…