validate LEN of TEXTBOX Input to fit FIELD LEN

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

validate LEN of TEXTBOX Input to fit FIELD LEN

Post by AUGE_OHR »

hi,

if i type "more" into a TEXTBOX than LEN of FIELD it might give Error.
how to limit TEXTBOX to input e.g. 10 Sign maximal :idea:
have fun
Jimmy
martingz
Posts: 395
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: validate LEN of TEXTBOX Input to fit FIELD LEN

Post by martingz »

you can use Maxlength poperty to limit number of character
jorge.posadas
Posts: 174
Joined: Mon May 19, 2014 7:43 pm
DBs Used: DBF, SQLite, MS-SQL, ACCESS, MariaDB (en proceso)
Location: Morelia, Mich. México
Contact:

Re: validate LEN of TEXTBOX Input to fit FIELD LEN

Post by jorge.posadas »

[image][/image]
Attachments
Lenght.jpg
Lenght.jpg (139.02 KiB) Viewed 538 times
Cordialmente

POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: validate LEN of TEXTBOX Input to fit FIELD LEN

Post by AUGE_OHR »

hi,

thx for Answer.

i have use *.FMG "generate" by my "own" Code where i have miss MAXLENGTH and not compare with Help File ... :roll:
have fun
Jimmy
Post Reply