473,563 Members | 2,916 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opening response window automatically from another window

I have a 'quickadd' type window for doing quick data entry. The window is
launch from a MDI child and is suppose to be a re-sizable popup/child
window. This is an excel type datagrid for doing quick edits. I also have
a quick add detail window that I want to popup to quickly enter the details.
This window has an Copy & Add feature that basically lets the user enter
lots of data and copies common data over from the previous row.

The idea was that I would popup this quick edit excel type window and
instantly popup the detail window. The data is shared between the two but
the quick add detail window only shows the current row. As the user hits
the Copy & Add button the row is basically copied to the large grid window.
When the user is done quick-adding they can close the response window and do
any edits. Closing that window saves the data.

My problem is I can't seem to get the quick add window to open on top of the
large edit window. It basically never draws itself until I close the quick
add. All my funtionality with the data works fine, I just can't see both
windows at once. I am opening my windows as such:

MDIChildWindow
Create WinQuickEdit (pass some logic)
WinQuickEdit.Sh owDialog(this);

WinQuickEdit
Load Event fires and calls AddMethod
AddMethod
Create WinQuickAdd (pass some logic)
WinQuickAdd.Sho wDialog( this ); --> at this point
I see the winQuickAdd

WinQuickAdd.Add Row;
WinQuickAdd.Add Row;

WinQuickAdd.Clo se(); --> at this point I
see the winQuickEdit with 2 new rows.

Any ideas? I have tried playing with the Show and ShowDialog and onTop
properties but can't seem to get it to work the way I would like.

Nov 16 '05 #1
0 1396

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4632
by: Jawahar Rajan | last post by:
All, I have a printer friendly page that is opened when a user clicks a link on my page to get the printer friendly version, How ever when they close out the printer friendly version and return to the original page the mouse cursor is a Hour glass shape! my code: I use DIV tag <DIV id ="printThis"> <%
2
1396
by: MM | last post by:
I am using the following code to display an image in a seperate window. <form> <input type=button onClick='window.open("image1.jpg","","width=260,height=260,resizable=0,border=0")' value=Shhow Picture'> </form> I want the window to be the exact size of the image so I set the width
9
11707
by: anuragsji | last post by:
Hi, I have one combo box and GO button on the click of GO button page submitted and according to selection of one of the option from combo I want to redirect my page to some new asp page but at the same time in new window of browser. I could have achieved this using window.open() of javascript but then it will serve as pop up and clients...
7
1864
by: anuragsji | last post by:
Hi, I have one combo box and GO button on the click of GO button page submitted and according to selection of one of the option from combo I want to redirect my page to some new asp page but at the same time in new window of browser. I could have achieved this using window.open() of javascript but then it will serve as pop up and clients...
0
7885
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7638
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6250
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1198
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.