Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Design time re-size
Message
From
19/06/2009 02:10:00
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01406083
Message ID:
01407084
Views:
60
Hi Koen.

What Naomi means is that what you are doing there is not using the function at all, you're using the object's method. She's suggesting that you replace the method call with the function call. So replace -
.ADDPROPERTY ('n_original_anchor', .Anchor) 
with
ADDPROPERTY(<ObjectYoureWorkingWith>, 'n_original_anchor', .Anchor) 
Ian Simcock.

>>Naomi,
>>
>>
>>Maybe I am getting too sleepy but
>>
>>
>>.ADDPROPERTY ('n_original_anchor', .Anchor) 
>>
>>
>>not making use of the function addproperty?
>>
>>Regards,
>>
>>Koen
>
>Right - I'm suggesting to replace this code with ADDPROPERTY function.
>
>Good night - tomorrow it would be easier :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform