Setting the maximum length of character accepted by combo box in 1 line of code.
Setting the maximum length of character accepted by combo box in 1 line of code.
Rate Setting the maximum length of character accepted by combo box in 1 line of code.
(1(1 Vote))
'this code set the maximum length character of combo box to 4
'and execute null statement (keyascii =0).
if len(combo1) = 4 then keyascii =0
Setting the maximum length of character accepted by combo box in 1 line of code. Comments
No comments yet — be the first to post one!
Post a Comment