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

Hello! I created a form which 1

Status
Not open for further replies.

Bibi

Programmer
Nov 8, 2000
10
CA
Hello!

I created a form which contains two combo box. The data of these combo box come from a database. The first contains the data of the mandates. The second contains the data of the positions. A mandate can contain any position, one or more positions. Thus, if I do not choose any mandate, no position is in the second combo box. When I choose a mandate, the positions specific to this mandate are in the second combo box. Thus, when a mandate is selected, I should seek in the database the positions specific to this mandate. Thus, with each mandate chosen, the form disappears and reappears with the specific positions. But I would like that the form does not disappear with each selected mandate. I would like that the form is not refreshed, only the data of the positions change. How can I do that?

Thank you in advance!
 
Wow, I'm still dizzy. B-)

I can think of two different techniques.

1) Send all the data over to the browser and write client side script to manipulate the data according to the user generated events.

2) Use a client side component (ActiveX or Java Applet) to talk to the server and obtain the current data. Then use client script to manipulate the data in the page.

Hope this helps
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top