NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: agustinh2000 on November 27, 2018, 09:17:05 AM

Title: Child popup Accounts (31) example
Post by: agustinh2000 on November 27, 2018, 09:17:05 AM
Hi, when inserting a new record in the LineItems table, I lose the focus of the Invoice table, it is necessary to refresh to select a record from the invoice table again.

attach jquery.nt-browse.js that works well from previous versions

thanks!!!

Agust?n

Title: Re: Child popup Accounts (31) example
Post by: Bruce on November 27, 2018, 10:47:41 PM
Hi Augustin,

I'm sorry, but the attached js file doesn't really help me understand the problem - or best plan a solution.
Can you maybe post an example of the effect you are seeing so I can duplicate it here? Then I can best determine the correct fix.

cheers
Bruce

Title: Re: Child popup Accounts (31) example
Post by: agustinh2000 on November 28, 2018, 03:36:29 AM
Attached image, I hope you understand.

one image says more than 1000 words...  :)

Thanks!
Title: Re: Child popup Accounts (31) example
Post by: Niels Larsen on December 07, 2018, 01:20:39 AM
This is a very big issue for me to.

Regards Niels
Title: Re: Child popup Accounts (31) example
Post by: DonRidley on December 07, 2018, 02:39:31 AM
What I see in the 2nd picture is standard behavior.

The Invoice and Line Item browses are displayed together in some type of element.  A page or form.  You open the popup jQuery dialog to update the Line Item table.  The parent page now loses focus as the form gains focus. 

After this point in the chain of events, what do you need it to do?

Don
Title: Re: Child popup Accounts (31) example
Post by: Niels Larsen on December 07, 2018, 05:14:08 AM
Hi Don

My problem is that after returning from the child popup, the parrent can't gain focus.

Regards Niels
Title: Re: Child popup Accounts (31) example
Post by: agustinh2000 on December 07, 2018, 05:35:04 AM
for its correct operation I am using the .js of the NT version .32 in the following versions

attached file to paste in the scripts folder
Title: Re: Child popup Accounts (31) example
Post by: Niels Larsen on December 19, 2018, 01:49:03 AM
Up