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