Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memberdata reached 8K
Message
 
À
18/04/2008 11:38:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01311697
Message ID:
01311786
Vues:
18
Hi Cesar,

>But I've reached the 8K limit for a property.
>
>Is there a workaround for this ?

How many properties do you have? You can assign unlimited MemberData after the class is instantiated, but this may not help you if you are using the imgCanvas class. You could also split your PEMs into seperate objects. It might be easier to digest too:
LOCAL loChart AS GPCharts
LOCAL loLegend AS GPChartsLegend

loChart = ThisForm.oGPCharts
loLegend = loChart.Legend
loLegend.Font=...
loLegend.Style=...
loLegend.Position=...
Just an idea...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform