Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide/show Via Rule

Status
Not open for further replies.

alkmist

Mechanical
Joined
Feb 3, 2006
Messages
1
Location
US
I am new to the whole knowledgeware process.
I need to to know if it is possible to hide/show components using a rule. I have tried the activity=true, false route, but that does not work.
Is there an command that willl allow me to do this in a rule?
 
Could you be just a liitle more specific as to what you would to accomplish? I am thinking that I can help you here. Let me know.

Gord
 
alkmist

I would use a reaction for this


if String.1 == "Yes"
PartBody .Show = true
else
PartBody .Show = false

Regards,
Derek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top