eliteapp

TIQQOPPP

Jun 13th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.56 KB | None | 0 0
  1. //Verze 2.2012.164.12
  2. //PC
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //13.6.2012 13:57:38
  5.  
  6. System.ArgumentOutOfRangeException: Přičtením nebo odečtením hodnoty vznikla hodnota, kterou nelze reprezentovat jako typ DateTime.
  7. Název parametru: value
  8.    v System.DateTime.AddTicks(Int64 value)
  9.    v System.DateTime.Add(Double value, Int32 scale)
  10.    v Elite.Gui.Controls.DekursEditControl.GetReportDekursyDataset()
  11.    v Elite.Gui.Helpers.ReportDescription.GetDataset()
  12.    v Elite.Gui.EliteApplication.ShowReport(ReportDescription report, ShowReportMethod method, PrinterSettings PrinterSettings, ReportEventObject ReportEventObject)
  13.    v Elite.Gui.Dialogs.SelectReportDialog.InternalShowReport(ReportDescription report, ShowReportMethod method)
  14.    v Elite.Gui.Dialogs.SelectReportDialog.DoPrint()
  15.    v Elite.Gui.Dialogs.SelectReportDialog.btnTisk_Click(Object sender, EventArgs e)
  16.    v System.Windows.Forms.Control.OnClick(EventArgs e)
  17.    v DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
  18.    v DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
  19.    v System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  20.    v System.Windows.Forms.Control.WndProc(Message& m)
  21.    v DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
  22.    v DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
  23.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  24.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  25.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment