set maximum length [message #384761] |
Thu, 05 February 2009 01:28  |
raj2011
Messages: 5 Registered: January 2009 Location: MANAMA
|
Junior Member |
|
|
Hi,
is there anyway to set the maximum length for an item at run time?
help shows it's not possible.
i have a requirement to set the maximum length for an item at runtime
Regards
|
|
|
|
|
Re: set maximum length [message #384778 is a reply to message #384776] |
Thu, 05 February 2009 03:00  |
 |
Littlefoot
Messages: 21826 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Well, you might create an item by setting length to the maximum, and later - when you find out its "real" length - check whether value entered into an item exceeds this length (in the WHEN-VALIDATE-ITEM trigger, for example).
|
|
|