版本号:704
业务场景(如下):
需要查询某类单据的流程实例,查看审批情况,因为单据审批日志已经找不到对应的审批流。
预期效果(如下):
实际效果(如下)(包括错误,异常):
异常信息(异常类型:System.ArgumentException)
异常提示:
异常信息:未找到请求的值“Date”。
导致错误的应用程序或对象的名称:mscorlib
引发当前异常的方法:Void SetFailure(ParseFailureKind, System.String, System.Object)
异常相关帮助:
堆栈信息:
在 System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
在 System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
在 System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
在 Genersoft.Platform.Workflow.RunTimeAdminUI.FrmProcessInsAdmin.lookupEditFields_EditValueChanged(Object sender, EventArgs e)
在 DevExpress.XtraEditors.Repository.RepositoryItem.RaiseEditValueChangedCore(EventArgs e)
在 DevExpress.XtraEditors.Repository.RepositoryItem.RaiseEditValueChanged(EventArgs e)
在 DevExpress.XtraEditors.BaseEdit.RaiseEditValueChanged()
在 DevExpress.XtraEditors.BaseEdit.OnEditValueChanged()
在 DevExpress.XtraEditors.TextEdit.OnEditValueChanged()
在 DevExpress.XtraEditors.PopupBaseAutoSearchEdit.OnEditValueChanged()
在 DevExpress.XtraEditors.LookUpEdit.OnEditValueChanged()
在 DevExpress.XtraEditors.BaseEdit.OnEditValueChanging(ChangingEventArgs e)
在 DevExpress.XtraEditors.LookUpEdit.OnEditValueChanging(ChangingEventArgs e)
在 DevExpress.XtraEditors.BaseEdit.set_EditValue(Object value)
在 DevExpress.XtraEditors.LookUpEdit.SetRowIndex(Int32 value)
在 DevExpress.XtraEditors.LookUpEdit.ScrollEditValue(Int32 delta)
在 DevExpress.XtraEditors.LookUpEdit.set_ItemIndex(Int32 value)
在 Genersoft.Platform.Workflow.RunTimeAdminUI.FrmProcessInsAdmin.InitProcessInsFilterControls()
在 Genersoft.Platform.Workflow.RunTimeAdminUI.FrmProcessInsAdmin.refreshProcessInsAdminDetail(String bizProcId)
在 Genersoft.Platform.Workflow.RunTimeAdminUI.FrmProcessInsAdmin.gridProcessDef_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 DevExpress.XtraGrid.GridControl.OnClick(EventArgs ev)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
在 DevExpress.XtraGrid.GridControl.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
内部异常:{}
操作步骤(如下):