Create your drop down data window so it uses a retrieval argument thenQuote:>Is there a way to specify retrieval arguments to a Drop Down Data
>Window?
explicitly perform the retrieve by getting the handle of the drop down
data window using the GetChild function and performing the Retrieve. For
example:
DataWindowChild ldwc_data_list
Long ll_data_value
GetChild( "dddw_column_name", ldwc_data_list )
ldwc_data_list.SetTransObject( SQLCA )
ldwc_data_list.Retrieve( ll_data_value )
Lester D. Crawford
EDS Seattle Resource Center