NetTalk Central

Author Topic: How to tell if Browse is a CHILD browse as opposed to being called directly  (Read 1323 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 337
    • View Profile
    • Email
Hi,
C11 NT14.24
I am trying to hide some buttons if a Browse is called as a CHILD BROWSE in a MemoryForm.
Is there something that I can trap to indicate that it is a CHILD in a MemoryForm?
Ron

Alberto

  • Hero Member
  • *****
  • Posts: 1875
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Hi, see loc:parent...

  ! loc:parent is the container (form etc) on which this procedure is embedded.
  loc:parent = p_web.PlainText(lower(p_web.GetValue('_parentProc_')))
-----------
Regards
Alberto

rjolda

  • Sr. Member
  • ****
  • Posts: 337
    • View Profile
    • Email
Alberto,
Got it. Thanks,
ROn