NetTalk Central

Author Topic: Child browses  (Read 1744 times)

hkalmbach

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • Email
Child browses
« on: October 27, 2015, 04:34:07 AM »
Hello,

I have a netwebbrowse with a child browse, this again has a child browse.
All works well. But if I use the netwebbrowse as a lookup procedure (to select a data record of one of the levels), already the first child browse is suppressed.
If I look into the source code its suppressed by the line 'if loc:selecting = 0'

Where does this line come from? Is it necessary???

Children  Routine
! Start of "Before Calling Children"
! [Priority 5000]
 
! End of "Before Calling Children"
  if loc:selecting = 0
    If p_web.Ajax = 0 or p_web.GetValue('_cb_')
      do StartChildren
    Else
      do AjaxChildren
    End
  end
! Start of "After Calling Children"
! [Priority 5000]

Regards
Heinz