TEXTBOXSIMPLE - new character only input class

Moderator: Rathinagiri

Post Reply
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

TEXTBOXSIMPLE - new character only input class

Post 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.
Post Reply