Child & Parent forms

R

Roland Wolters

Hi,


I have parent-form that displays a list of product-details. When the user
clicks on a line a child form opens that displays further details. The user
then can alter these details. On the child-form is a button that the user
uses to update the data in the database. At the click of this button I want
to close the child-form AND update the list displayed on the parent-form.

At thsi point the user needs to re-load the parent-form but he complaints
that that is confusing. Well he, being a paying customer , is right :)

So, how can I achive this?
 
T

Tig

Roland Wolters said:
Hi,


I have parent-form that displays a list of product-details. When the user
clicks on a line a child form opens that displays further details. The user
then can alter these details. On the child-form is a button that the user
uses to update the data in the database. At the click of this button I want
to close the child-form AND update the list displayed on the parent-form.

At thsi point the user needs to re-load the parent-form but he complaints
that that is confusing. Well he, being a paying customer , is right :)

So, how can I achive this?

Take a look in my message in Experts Exchange:

http://www.experts-exchange.com/Web/WebDevSoftware/Visual_Interdev/Q_20684340.html

Although the requirements are different, the concept is the same.
Except in your case you'd probably want to call
window.opener.__dopostback()

Tig
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,102
Messages
2,570,645
Members
47,245
Latest member
ShannonEat

Latest Threads

Top