[AccessD] Set max no of chars in a textfield

Sad Der accessd666 at yahoo.com
Fri Jan 5 06:36:07 CST 2007


Ok, so there isn't a way to do this without programming. Too bad.
Throughout the application there is a lot of formatting that is entered into the properties. I wanted to maintain this way of working...

Thnx everybody

----- Original Message ----
From: Gustav Brock <Gustav at cactus.dk>
To: accessd at databaseadvisors.com
Sent: Friday, January 5, 2007 12:10:39 PM
Subject: Re: [AccessD] Set max no of chars in a textfield

Hi Sander

The C will do:

  Me!txtInput.InputMask= String(250, "C")

/gustav

>>> accessd666 at yahoo.com 05-01-2007 11:57 >>>
It isn't bound...

Sander

----- Original Message ----
From: Gustav Brock <Gustav at cactus.dk>
To: accessd at databaseadvisors.com 
Sent: Friday, January 5, 2007 11:29:07 AM
Subject: Re: [AccessD] Set max no of chars in a textfield

Hi Sander

If the textbox is bound to a table field with a max. text size of 250, that should happen automatically.

/gustav

>>> accessd666 at yahoo.com 05-01-2007 08:55 >>>
Hi group,

I need to set an input mask for a textfield. The textfield is 250 long.
Is it possible to set a range e.g.:
Input mask: C(250)

This should mean a user can enter every char for a max length of 250.

Hope this makes sence.

Regards,

Sander

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the AccessD mailing list