AucLife オ−クライフ
 ヤフオク! 取引お助けツール
トップページ   推奨環境  利用規約  ダウンロード  説 明 書  掲 示 板
ホームに戻る > スレッド一覧 > 記事閲覧
[231] V2不具合:送料計算 / 鉛筆マークでの宅配業者入力
日時: 2015/04/13 14:26
名前: みらげ ID:7tdAmo4Q

■1:送料計算

不具合ではないかもしれませんが、前のバージョンでは送料入力直後に
入金金額が計算されていましたが、今回はいったん別の取引リストへ移動後、
戻ってくると計算が反映されているようです。
これは仕様ということでOKでしょうか。


■2:鉛筆マークでの宅配業者入力

直接、宅配業者の欄に入力することは出来るのですが、
鉛筆マーククリック後のリストから選択しようとすると、
以下のエラーが発生します。

Just-In-Time (JIT) デバッグを呼び出すための詳細については、
ダイアログ ボックスではなく、このメッセージの最後を参照してください。

************** 例外テキスト **************
System.InvalidCastException: 演算子 '<>' は 型 'DBNull' と 文字列 "0" に対して定義されていません。
場所 Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectNotEqual(Object Left, Object Right, Boolean TextCompare)
場所 AucLifeV2.Form10.(Object , MouseEventArgs )
場所 System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
場所 System.Windows.Forms.DataGridView.OnMouseDoubleClick(MouseEventArgs e)
場所 System.Windows.Forms.Control.WmMouseUp(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)


************** 読み込まれたアセンブリ **************


■3:金額連絡時の(桁表示の)コンマ

実際に取引連絡に投稿する際に、
入金金額の部分はコンマが入りますが、
落札価格、送料の部分には入らないようです。

■4:入金金額に算入するUSER項目

ここへ入れた金額、入金金額に倍量反映されているようです。
1000円なら、2000円が入金金額に加算されています。
メンテ

Page: 1 | 全部表示 スレッド一覧 新規スレッド作成

Re: V2不具合:送料計算 / 鉛筆マークでの宅配業者入力 ( No.9 )
日時: 2015/04/15 18:07
名前: みらげ ID:XO2uRBGU

先ほど、0415Aで改めて試してみましたら、
送料種類の登録時に空欄でも、ゼロでも、
手入力した送料は、発送種類選択時にゼロで置き換わってしまうようです。

そのあと、今まで使っていなかった送料連動計算にトライしようとしていたのですが…

取得項目の設定で『三辺の合計』を選んで再起動すると、
下記のようなエラーが出て、起動自体が出来なくなってしまいました。
まずいこと、してしまいましたか…汗



Just-In-Time (JIT) デバッグを呼び出すための詳細については、
ダイアログ ボックスではなく、このメッセージの最後を参照してください。

************** 例外テキスト **************
System.ArgumentException: 3辺の合計DataGridViewTextBoxColumn という列は見つかりません。
パラメータ名: columnName
場所 System.Windows.Forms.DataGridViewCellCollection.get_Item(String columnName)
場所 System.Windows.Forms.DataGridView.get_Item(String columnName, Int32 rowIndex)
場所 AucLifeV2.Form1.&#8192;()
場所 AucLifeV2.Form1.&#8202;(Object , EventArgs )
場所 System.Windows.Forms.Control.OnTextChanged(EventArgs e)
場所 System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e)
場所 System.Windows.Forms.Control.set_Text(String value)
場所 System.Windows.Forms.ComboBox.set_Text(String value)
場所 AucLifeV2.Form1.(Object , DataGridViewCellEventArgs )
場所 System.Windows.Forms.DataGridView.OnCellEnter(DataGridViewCellEventArgs e)
場所 System.Windows.Forms.DataGridView.OnCellEnter(DataGridViewCell& dataGridViewCell, Int32 columnIndex, Int32 rowIndex)
場所 System.Windows.Forms.DataGridView.SetCurrentCellAddressCore(Int32 columnIndex, Int32 rowIndex, Boolean setAnchorCellAddress, Boolean validateCurrentCell, Boolean throughMouseClick)
場所 System.Windows.Forms.DataGridView.SetAndSelectCurrentCellAddress(Int32 columnIndex, Int32 rowIndex, Boolean setAnchorCellAddress, Boolean validateCurrentCell, Boolean throughMouseClick, Boolean clearSelection, Boolean forceCurrentCellSelection)
場所 System.Windows.Forms.DataGridView.SortInternal(IComparer comparer, DataGridViewColumn dataGridViewColumn, ListSortDirection direction)
場所 System.Windows.Forms.DataGridView.Sort(DataGridViewColumn dataGridViewColumn, ListSortDirection direction)
場所 AucLifeV2.Form1.(Object , EventArgs )
場所 System.EventHandler.Invoke(Object sender, EventArgs e)
場所 System.Windows.Forms.Form.OnLoad(EventArgs e)
場所 System.Windows.Forms.Form.OnCreateControl()
場所 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
場所 System.Windows.Forms.Control.CreateControl()
場所 System.Windows.Forms.Control.WmShowWindow(Message& m)
場所 System.Windows.Forms.Control.WndProc(Message& m)
場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
場所 System.Windows.Forms.ContainerControl.WndProc(Message& m)
場所 System.Windows.Forms.Form.WmShowWindow(Message& m)
場所 System.Windows.Forms.Form.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)
メンテ

Page: 1 | 全部表示 スレッド一覧 新規スレッド作成
題名 スレッドをトップへソート
名前  
URL
パスワード (記事メンテ時に使用)
投稿キー (投稿時 投稿キー を入力してください)
コメント

   クッキー保存