[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DataComboView: How to get record chosen from the drop-down
[Thread Prev] | [Thread Next]
- Subject: Re: DataComboView: How to get record chosen from the drop-down
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Tue, 20 May 2025 13:56:28 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 19/05/2025 à 20:28, Lee a écrit :
I simply cannot figure out how to determine what record was chosen from the DataComboView drop-down list (the DataView).DataComboView.Value doesn't change. The DataSource.Index doesn't change.I find no DataComboView_Change or _Activate events, so I'm using _MouseDown (_MouseUp doesn't get raised).Am I doing something wrong? (Project attached.)
No. Apparently the DataComboView was intended to be put inside a DataSource only, and not to be used alone.
This control needs some enhancements for that. -- Benoît Minisini.
Re: DataComboView: How to get record chosen from the drop-down | Lee <t.lee.davidson@xxxxxxxxx> |
DataComboView: How to get record chosen from the drop-down | Lee <t.lee.davidson@xxxxxxxxx> |