Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memberdata reached 8K
Message
 
To
18/04/2008 11:38:05
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01311697
Message ID:
01311786
Views:
17
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform