Page 1 of 1

TEXTBOXSIMPLE - new character only input class

Posted: Tue Dec 27, 2011 4:26 pm
by Ricci
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:

Code: Select all

DEFINE TEXTBOXSIMPLE oTextBoxSimple
   ROW 10; COL 10
   WIDTH  100; HEIGHT 20
   VALUE <cValue>
END TEXTBOXSIMPLE 
Most commands of TEXTBOX are working but DATATYPE, INPUTMASK and FORMAT do not.