Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

non-itemchanged event?

Status
Not open for further replies.

naaric

Programmer
Mar 28, 2012
1
0
0
ID
Hello,

I have a datawindow with edit mask column on it. I also have a ddlb column in the same datawindow, their position is same, i just set the edit mask column in the front and ddlb column in back.

What I expect to happen:
1) User clicks on the ddlb arrow, and select any value, after the value is selected however ddlb column will be in front of edit mask column.
2) The edit mask column change to the front because I use SetPosition in ItemChanged event.
3) The problem is, how if user select 'a' as a first value, and he select 'a' again, it's not include in itemchanged event but i want the edit mask column in front of ddlb column, is anybody knows how to solve this?

Any help would be greatly appreciated.

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top