NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
How to tell if Browse is a CHILD browse as opposed to being called directly
« previous
next »
Print
Pages: [
1
]
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
How to tell if Browse is a CHILD browse as opposed to being called directly
«
on:
December 09, 2024, 03:54:14 AM »
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
Logged
Alberto
Hero Member
Posts: 1875
Re: How to tell if Browse is a CHILD browse as opposed to being called directly
«
Reply #1 on:
December 09, 2024, 05:32:00 AM »
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_')))
Logged
-----------
Regards
Alberto
rjolda
Sr. Member
Posts: 337
Re: How to tell if Browse is a CHILD browse as opposed to being called directly
«
Reply #2 on:
December 09, 2024, 08:55:20 AM »
Alberto,
Got it. Thanks,
ROn
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
How to tell if Browse is a CHILD browse as opposed to being called directly