devxlogo

Roll Your Own

Roll Your Own

If you are rolling your own controls in VB5 to support applications dealing with databases, consider putting a “Valid” property, “Validation” event, and a “Required” property on your controls. The Required property will assist you in determining whether or not a text box, for example, can be left blank and updates the Valid property. The Validation event should be fired by your control, allowing the developer to put their custom checks or links to the business rules layer. Then the developer can set the Valid property of your control accordingly. Developers can then check, at the appropriate time, a controls Valid property to see if they can continue, such as saving a record to the database.

See also  Why ChatGPT Is So Important Today
devxblackblue

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.

About Our Journalist