TEXTBOXSIMPLE - new character only input class
Posted: Tue Dec 27, 2011 4:26 pm
I could not wait until TEXTBOX will work as it should be so I decided to create a stripped Textbox class which only accept text without mask or anything else - TEXTBOXSIMLE.
Use it like the normal TEXTBOX:
Most commands of TEXTBOX are working but DATATYPE, INPUTMASK and FORMAT do not.
Use it like the normal TEXTBOX:
Code: Select all
DEFINE TEXTBOXSIMPLE oTextBoxSimple
ROW 10; COL 10
WIDTH 100; HEIGHT 20
VALUE <cValue>
END TEXTBOXSIMPLE