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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dropdown Datawindows and Selections

Status
Not open for further replies.

getjbb

MIS
Jun 4, 2003
139
US
I have two dropdown datawindows on my window object and would like the second datawindow go to the row correlating to a row selected in in the first data window. I will be populating both window with data when the window opens.

For instance:

If I have two data windows, group and group owner, when a a group is selected from a dropdown window I want the group owner drop down window to go to the row that in which the group and group owner has the same group_id.

I hope it is clear on what I am trying to do.

Any help would be appreciated.
 
After getting a reference to the dropdown datawindow via the getchild method, use the 'Find' method to find the appropriate row then use 'scrolltorow' and 'selectrow' to change to the specified row.

Matt

"Nature forges everything on the anvil of time
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top