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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create conditional list of parameters?

Status
Not open for further replies.

yehong

Programmer
Sep 22, 2003
291
US
is there a way to show and hide a parameter based upon value selected in another parameter?
like for exp: i have three P1,P2,P3 parameters.
User enters value for P1 parameter, and based upon the value I want to show the user either P2 or P3 parameter.
 
You'd need a 3rd party viewer, or collect parameters in external code to do this.

You can set defaults for parameters, and then in the record selection formula ignore or act upon the parameters accordingly.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top