Nov 29, 2005 #1 Lekar Programmer Sep 7, 2001 85 CR In a DataWindow I have a column that is a dropdown datawindow. When a user types a value in another column, I want to drop down the DDDW column automatically (via code). Is there a function that displays the list automatically? Thanks.
In a DataWindow I have a column that is a dropdown datawindow. When a user types a value in another column, I want to drop down the DDDW column automatically (via code). Is there a function that displays the list automatically? Thanks.
Dec 9, 2005 1 #2 gnamachivayam Programmer Oct 15, 2001 18 US Lekar Try to set the column property, dw_1.Object.c.DDDW.ShowList = true (or 1 whichever applies) in your source code. Lets know how it works. Upvote 0 Downvote
Lekar Try to set the column property, dw_1.Object.c.DDDW.ShowList = true (or 1 whichever applies) in your source code. Lets know how it works.
Dec 12, 2005 Thread starter #3 Lekar Programmer Sep 7, 2001 85 CR Thanks gnamachivayam, it worked like a charm! Lenin. Upvote 0 Downvote