Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max Length of User-Defined Property et al
Message
De
26/11/2010 11:56:09
 
 
À
26/11/2010 11:22:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01489946
Message ID:
01490581
Vues:
82
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform