devxlogo

Pop-up list problems

Question:
Why can’t I put a simple piece of code in the click event for a list box and have it execute? Also, how can I choose a value from a list withoutOPO asking me to commit changes?

Answer:
If you want a piece of code to execute when someone selects a value from alist box, you should add it to the Validate method for the list box,because this is fired whenever the Value for the list box changesthrough user interaction.

Regarding OPO prompting you to commit changes, this will only happen whenyou change a value in an object that is bound to a data column. If youwant to allow users to change a value in a list box, you should have thelist box be unbound and have a change in the Value of the list boxripple down to a hidden bound data field. Think about this before you doit, though, because you are subverting some of the powerful default featuresof OPO with this plan.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  Seven Service Boundary Mistakes That Create Technical Debt

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.