Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Design time re-size
Message
De
19/06/2009 02:10:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01406083
Message ID:
01407084
Vues:
61
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 :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform