When you define the properties in the Caché Class use the parameter MAXLEN=length where length is the string length. It will look like this:
Property Test as %String [MAXLEN=100]
Hope this helps
Mike Hall
Sorry,
Parens not Square Brackets
Property Test as %String (MAXLEN=100)
Hope this helps
Mike Hall
From:
Ensemble-in...@googlegroups.com [mailto:Ensemble-in...@googlegroups.com]
On Behalf Of Jim Dolson
Sent: Monday, September 22, 2008
10:52 AM
To:
ensemble-in...@googlegroups.com
Subject: [InterSystems-EnsHlth]
%string limited to only 50 characters?
Hi all.
Jim
This is a valid suggestion but the simpler approach of adding a parameter (MAXLEN=255) to the property definition would be simpler if there is no other reason to define a custom data type.
dave
David Loveluck