OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: vladgothe on August 16, 2012, 06:25:36 AM

Title: Textbox text limit
Post by: vladgothe on August 16, 2012, 06:25:36 AM
Hello, I have a noob question. Can you set a minimum text length limit in a textbox? I see the Text Limit property sets the maximum number of characters allowed, but I want to set the minimum number of characters allowed.
Title: Re: Textbox text limit
Post by: Fred Tomke on August 16, 2012, 06:33:41 AM
Hi, I'd check it by using OnEditChanged and make the background red as long the minimum number of chars is not set.

Regards, Fred