NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: lkeyser on December 27, 2013, 08:32:42 AM

Title: Refresh Child Browse after populating
Post by: lkeyser on December 27, 2013, 08:32:42 AM
Hi All

I have a small order system.
I have a pr-defined order list that I need to generate. See attachment 1
If I click on the Generate button it writes the records into the database, but do not re-fresh the browse listed below. If you go out of the browse and open the order again, the browse is populated.
I am resetting the child browse after clicking on the button. No joy  ???
Please help me. How do I refresh the browse?

Many Thanks
Louis


[attachment deleted by admin]
Title: Re: Refresh Child Browse after populating
Post by: Bruce on December 27, 2013, 10:21:50 AM
Sounds like the client-side reset should work Louis - so I think best to make a small example and I can take a look at what you are doing.

cheers
Bruce
Title: Re: Refresh Child Browse after populating
Post by: lkeyser on December 27, 2013, 10:38:19 AM
I'm sure i am doing something major wrong. not following a rule as I should.
Please find attached sample.
Username DEMO.
Password is DEMO,

Regards
Louis


[attachment deleted by admin]
Title: Re: Refresh Child Browse after populating
Post by: urayoan on December 30, 2013, 01:13:44 PM
Ikeyser, try the following.

Change the filter in the BrowsePurchase_Order_Detail to this

'POD:POD_Order_Number = ' & p_web.GSV('Pur:PO_Computer_Number')

Hope this helps. Cheers



[attachment deleted by admin]
Title: Re: Refresh Child Browse after populating
Post by: lkeyser on December 30, 2013, 01:59:54 PM
Hi Uayoan

Wow - It is working . Thank you so much.!!!!!!

Been much a pain to get it resolved.
Didn't even think to try this.


Thanks again.
Cheers
Title: Re: Refresh Child Browse after populating
Post by: urayoan on December 31, 2013, 05:36:36 AM
No problem Ikeyser.

Cheers!