If there are two fields in a grid. The first is Currency Code which is 3 characters and the second is Currency Name which is 30 characters. Is there a way to control not allow user to input more characters then the fields length. ie. if user try to input the fourth characters in Currency Code, it will not allow to do so.
On the other hand, it will be printed out from the memo field of a grid. However, the space is only to allow printing 10 rows. Can I control the memo field not more than 10 rows?
Thanks.