Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max Length of User-Defined Property et al
Message
From
26/11/2010 11:56:09
 
 
To
26/11/2010 11:22:06
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01489946
Message ID:
01490581
Views:
81
>If so, what would do this command?
>
>SCATTER NAME someobject MEMO
>
>
>I think the 8K limit was removed on VFP 9.
>I put a 400MB file into a property.
>The limit is the VFP 1GB RAM workspace.

a simple assign works and some string operations from that target.
On the other hand:
lcAdd = REPLICATE("!", 1000000)
loEmpty = CREATEOBJECT("EMpty")
? ADDPROPERTY(loEmpty, "cLongprop", "")
FOR lnRun = 1 TO 222
	loEmpty.cLongprop = loEmpty.cLongprop + m.lcAdd
	? lnRun, LEN(loEmpty.cLongprop)
next
regards

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform