Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Module Pool with dropdown and table control.

Former Member
0 Likes
303

Hi.

I have requirement such as there should three dropdowm and one table control on screen. when we select ZONE in first dropdown, then STATE of that ZONE should come automatically come in second dropdown, and when we select STATE in second dropdown then CITIES should in third dropdown. Finally when we select CITY then data for that city from ZTABLE should display in table control.

Please suggest me solution or send me sample code like this.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
275

give the ok code for drop down box ZONE .when u select ZONE trigger the event based on the ZONE value select the STATE and populate in STATE.similarly for drop down box STATE give the ok code and based on the selected values ZONE and STATE select the values CITIES dropdown box.while selectiing the city ,trigger the okcode and select the values based on the city and populate the table control