Normal Topic subform element visibility (Read 370 times)
FlipGilbert
Full Member
***
Offline


Running Ver 2.6.4

Posts: 236
Location: Sandy Eggo
Joined: Mar 8th, 2005
subform element visibility
Oct 18th, 2007 at 10:54pm
Print Post Print Post  
Can you make an element on a sub form invisible on the parent but visible on the form when in that db? Ver 2.0.3

Thanks for the help
  

It's not what a man says that matters or how he says it, but what he does and how he does it.
Back to top
 
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: subform element visibility
Reply #1 - Oct 18th, 2007 at 11:52pm
Print Post Print Post  
Try something like this in the Global Code of the subform:

If @FormIsStandalone() = 0
     Visibility(MyElementName, 0)
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
FlipGilbert
Full Member
***
Offline


Running Ver 2.6.4

Posts: 236
Location: Sandy Eggo
Joined: Mar 8th, 2005
Re: subform element visibility
Reply #2 - Oct 19th, 2007 at 1:56am
Print Post Print Post  
Mark another one "Solved"

Thank you once again Carl
  

It's not what a man says that matters or how he says it, but what he does and how he does it.
Back to top
 
IP Logged