Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== VALIDCHARS property ====== ==== Applies To ==== EditLine controls ==== Description ==== This property allows you to specify one or more characters that are "Valid" characters, which means that the user can only enter these characters into the control. This property is a simple string containing the characters that are allowed. ==== Usage ==== %%//%% Only allow numeric characters in EDL_NUMBER validChars = "0123456789" call set_Property( @window : ".EDL_NUMBER", "VALIDCHARS", validChars ) Note this property does not work if the [[editmask|EDITMASK]] property is set or the [[passwordstyle|PASSWORDSTYLE]] property is TRUE. guides/programming/programmers_reference_manual/validchars.txt Last modified: 2024/06/19 20:20by 127.0.0.1