NetTalk Central

Author Topic: Refresh Child Browse after populating  (Read 2154 times)

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Refresh Child Browse after populating
« 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]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Refresh Child Browse after populating
« Reply #1 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

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Re: Refresh Child Browse after populating
« Reply #2 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]

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Refresh Child Browse after populating
« Reply #3 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]

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Re: Refresh Child Browse after populating
« Reply #4 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

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Refresh Child Browse after populating
« Reply #5 on: December 31, 2013, 05:36:36 AM »
No problem Ikeyser.

Cheers!