データ入力時に
お世話になっております
ver1.30.5.1 → ver1.30.11.1 へUP後

■データ入力でエラーが発生します

Application.ThreadExceptionによる例外通知です。
――――――――
【バージョン】1.30.11.1
【エラー内容】
オブジェクト参照がオブジェクト インスタンスに設定されていません。

【スタックトレース】
場所 PupSQLite.Form_DataGridView.CheckPK(DataGridViewRow& dgvRow)
場所 PupSQLite.Form_DataGridView.CheckAll(DataGridViewRow& dgvRow)
場所 PupSQLite.Form_DataGridView.dgv_CellEndEdit(Object sender, DataGridViewCellEventArgs e)
場所 System.Windows.Forms.DataGridView.OnCellEndEdit(DataGridViewCellEventArgs e)
場所 System.Windows.Forms.DataGridView.EndEdit(DataGridViewDataErrorContexts context, DataGridViewValidateCellInternal validateCell, Boolean fireCellLeave, Boolean fireCellEnter, Boolean fireRowLeave, Boolean fireRowEnter, Boolean fireLeave, Boolean keepFocus, Boolean resetCurrentCell, Boolean resetAnchorCell)
場所 System.Windows.Forms.DataGridView.EndEdit(DataGridViewDataErrorContexts context)
場所 System.Windows.Forms.DataGridView.EndEdit()
場所 PupSQLite.Form_DataGridView.dgv_CellMouseDown(Object sender, DataGridViewCellMouseEventArgs e)
場所 System.Windows.Forms.DataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs e)
場所 System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e)
場所 System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
場所 System.Windows.Forms.Control.WndProc(Message& m)
場所 System.Windows.Forms.DataGridView.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)

■また、テーブルを閉じるとエラーが発生します

Application.ThreadExceptionによる例外通知です。
――――――――
【バージョン】1.30.11.1
【エラー内容】
オブジェクト参照がオブジェクト インスタンスに設定されていません。

【スタックトレース】
場所 System.Windows.Forms.DataGridView.GetCachedPen(Color color)
場所 System.Windows.Forms.DataGridView.PaintBorder(Graphics g, Rectangle clipRect, Rectangle bounds)
場所 System.Windows.Forms.DataGridView.OnPaint(PaintEventArgs e)
場所 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
場所 System.Windows.Forms.Control.WmPaint(Message& m)
場所 System.Windows.Forms.Control.WndProc(Message& m)
場所 System.Windows.Forms.DataGridView.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)

対処の方法等ございましたら
よろしくお願いします

長文失礼しました
  • まうす
  • 2017/09/17 (Sun) 10:08:19
Re: データ入力時に
なお OS は Win10 pro になります
  • まうす
  • 2017/09/17 (Sun) 10:10:25
Re: データ入力時に
ver1.30.5.1 へ戻して
ver1.30.11.1 で作成したDBを開くと
テーブルが表示されませんでした

ご報告まで
  • まうす
  • 2017/09/20 (Wed) 14:43:52
Re: データ入力時に
ごめんなさい
早とちりでした

一つ前の投稿無視してください
  • まうす
  • 2017/09/20 (Wed) 14:48:08
Re: データ入力時に
ご利用ありがとうございます。Pupです。

一応対応を行なってみましたので、お手数ですがお試しいただければと思います。
  • Pup
  • 2017/09/25 (Mon) 16:24:29
Re: データ入力時に
お手数おかけしております
対応ありがとうございます

やはりエラーが発生します
3.8.11.2にてDBから再作成しても同じでした

Application.ThreadExceptionによる例外通知です。
――――――――

エラーが発生しました。以下の情報と再現可能なファイル、
もしくは操作を添えてPupまでお知らせ頂ければ改善させて頂きます。

【バージョン】1.30.11.2
【エラー内容】
オブジェクト参照がオブジェクト インスタンスに設定されていません。

【スタックトレース】
場所 PupSQLite.Form_DataGridView.CheckPK(DataGridViewRow& dgvRow)
場所 PupSQLite.Form_DataGridView.CheckAll(DataGridViewRow& dgvRow)
場所 PupSQLite.Form_DataGridView.dgv_CellEndEdit(Object sender, DataGridViewCellEventArgs e)
場所 System.Windows.Forms.DataGridView.OnCellEndEdit(DataGridViewCellEventArgs e)
場所 System.Windows.Forms.DataGridView.EndEdit(DataGridViewDataErrorContexts context, DataGridViewValidateCellInternal validateCell, Boolean fireCellLeave, Boolean fireCellEnter, Boolean fireRowLeave, Boolean fireRowEnter, Boolean fireLeave, Boolean keepFocus, Boolean resetCurrentCell, Boolean resetAnchorCell)
場所 System.Windows.Forms.DataGridView.CommitEditForOperation(Int32 columnIndex, Int32 rowIndex, Boolean forCurrentCellChange)
場所 System.Windows.Forms.DataGridView.ScrollIntoView(Int32 columnIndex, Int32 rowIndex, Boolean forCurrentCellChange)
場所 System.Windows.Forms.DataGridView.TabToNextCell()
場所 System.Windows.Forms.DataGridView.ProcessTabKey(Keys keyData)
場所 PupSQLite.DataGridViewEx.ProcessDataGridViewKey(KeyEventArgs e)
場所 System.Windows.Forms.DataGridView.ProcessKeyPreview(Message& m)
場所 System.Windows.Forms.Control.ProcessKeyPreview(Message& m)
場所 System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
場所 System.Windows.Forms.Control.WmKeyChar(Message& m)
場所 System.Windows.Forms.Control.WndProc(Message& m)
場所 System.Windows.Forms.TextBoxBase.WndProc(Message& m)
場所 System.Windows.Forms.TextBox.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)

■テーブルを閉じるとき

Application.ThreadExceptionによる例外通知です。
――――――――

エラーが発生しました。以下の情報と再現可能なファイル、
もしくは操作を添えてPupまでお知らせ頂ければ改善させて頂きます。

【バージョン】1.30.11.2
【エラー内容】
オブジェクト参照がオブジェクト インスタンスに設定されていません。

【スタックトレース】
場所 System.Windows.Forms.DataGridView.GetCachedPen(Color color)
場所 System.Windows.Forms.DataGridView.PaintBorder(Graphics g, Rectangle clipRect, Rectangle bounds)
場所 System.Windows.Forms.DataGridView.OnPaint(PaintEventArgs e)
場所 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
場所 System.Windows.Forms.Control.WmPaint(Message& m)
場所 System.Windows.Forms.Control.WndProc(Message& m)
場所 System.Windows.Forms.DataGridView.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)
  • まうす
  • 2017/09/25 (Mon) 20:06:18
Re: データ入力時に
ご利用ありがとうございます。Pupです。

エラーが出てしまいますか。。。こちらで再現するのが難しいので、申し訳ありませんが再現できるDBを頂けませんか?
それがあれば修正可能と思われます。

よろしくお願いいたします。

E-mail: pup428@gmail.com
  • Pup
  • MAIL
  • 2017/10/02 (Mon) 11:10:26

返信フォーム






プレビュー (投稿前に内容を確認)