I notice the memberdata editor won't write string above a certain length
into the _memberdata property. I can type them in fairly easily, however, in
the property sheet... so I'm wondering ... since there is an implied length
limitation are there any gotcha's attached to entering by hand? Also, since
there's a clear difference between what I see in the Member Data Editor and
what's stored with the class itself... where is the Editor Data stored?

--
-Lew
The workers took the robot for Maria.

Re: _memberdata by AtoutFox

AtoutFox
Fri Feb 29 01:51:57 CST 2008

8KB is the limit for _Memberdata

but you can override this constraint (limit) by calling external PRGs or
Windows
or a cleaner way, use EXECSCRIPTs of methods of the object itself (so it's
self sufficient)

"Lew" <lew@fastmail.fm> a écrit dans le message de groupe de discussion :
#oIO4okeIHA.3360@TK2MSFTNGP03.phx.gbl...
> I notice the memberdata editor won't write string above a certain length
> into the _memberdata property. I can type them in fairly easily, however,
> in the property sheet... so I'm wondering ... since there is an implied
> length limitation are there any gotcha's attached to entering by hand?
> Also, since there's a clear difference between what I see in the Member
> Data Editor and what's stored with the class itself... where is the Editor
> Data stored?
>
> --
> -Lew
> The workers took the robot for Maria.
>

Re: _memberdata by Lew

Lew
Fri Feb 29 06:24:25 CST 2008

I'm not anywhere close to 8k & I'm talking about a single string value.
Could the 8k apply to the entire cache of _memberdata for all classes/vcx's?
"AtoutFox 37" <fox_at_ater.net> wrote in message
news:uvWtpfqeIHA.2268@TK2MSFTNGP02.phx.gbl...
> 8KB is the limit for _Memberdata
>
> but you can override this constraint (limit) by calling external PRGs or
> Windows
> or a cleaner way, use EXECSCRIPTs of methods of the object itself (so it's
> self sufficient)
>
> "Lew" <lew@fastmail.fm> a écrit dans le message de groupe de discussion :
> #oIO4okeIHA.3360@TK2MSFTNGP03.phx.gbl...
>> I notice the memberdata editor won't write string above a certain length
>> into the _memberdata property. I can type them in fairly easily, however,
>> in the property sheet... so I'm wondering ... since there is an implied
>> length limitation are there any gotcha's attached to entering by hand?
>> Also, since there's a clear difference between what I see in the Member
>> Data Editor and what's stored with the class itself... where is the
>> Editor Data stored?
>>
>> --
>> -Lew
>> The workers took the robot for Maria.
>>