Re: How to set the combo box element to some value?

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 21 Nov 2005 18:02:40 -0800
Message-ID: <1132624971.702403_at_yasure>


preeti wrote:
> I have two combo boxes, namely area and experience. Currently using
> record groups to fill the list. When the user selects the area in the
> area combo box, i want to display the corresponding years of experience
> in the experience combo box.
>
> I got the current value of first combo box by using
> get_list_element_lable function, but I don't know how to set the
> corresponding value in second combo box.
>
> Please some body help me.
> Thank you

SELECT <value>
INTO :block.item
FROM <table>;

is one way.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Nov 22 2005 - 03:02:40 CET

Original text of this message