Drop Down Data Window partial retrieve?

Drop Down Data Window partial retrieve?

Post by Lester D. Crawfor » Wed, 04 Oct 1995 04:00:00




Quote:

>Is there a way to specify retrieval arguments to a Drop Down Data
>Window?

Create your drop down data window so it uses a retrieval argument then
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

 
 
 

1. Why do Drop Down List Boxes drop down off screen?

Here's a good one.

We have an application that runs on several PCs.  On some of them
the drop down list box appears half off and half on the screen.  On
other PCs, something detects that the drop down list box would drop
down off screen, so it drops it in another direction.

Why?  How do I get it to redirect on every PC?


Many thanks,
David.

2. Convert Registry keys??

3. Help : Refreshing the Data Window within a Drop Down List Box

4. StrongARM Clocks!!

5. HELP!!!!!How To Make Drop Down Data Window Selection NULL

6. Freecell #11982

7. drop down data window

8. Validation Fields show

9. Drop Down Data Window Arrows

10. Help - Can't get Drop Down Data Window (DDDW) to work w/Sybase

11. Drop down data windows

12. Multi-column drop down data windows

13. drop down data windows