I have a lookup rule that is populating a drop-down list in my form with Company Names from a stored procedure. I would like to display certain sections of my form only when certain values from that drop-down list are chosen. Is there a user-friendly way to associate the drop-down list values with choices, or some other way to write the Field Rule so that I can specify the Company Name that should cause the section of the form to be visible once selected? We have not yet upgraded to Forms 10, but plan to within the next week.
Question
Question
Answer
SELECTED ANSWER
replied on January 22, 2016
you can have hidden field which gets populated when you have those company names selected. then using isblank from field rules show/hide whatever you desire. make sure that fields that you want to show for each company name are seperate otherwise field rules just go nuts.
1
0