Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug? Calling methods in object returned by access method
Message
De
21/02/2003 02:37:22
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, Californie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00755131
Message ID:
00755969
Vues:
20
Thanks, I'll try the =, though this will still make a big mess for me. Probably not much hope of getting them to fix it...nasty bug...

Eric


>Hi Eric,
>
>>Uh oh, I think this is a bug, I have encountered the exact same problem, from a message I posted #753086:
>
>I have to admit, I hadn't read your message :)
>
>>this.dataobjects(nCounter).setUtilityObject(this.oUtilityObject)
>>This is going to be a big problem for me, as I do this EVERYWHERE and huge amounts of my code will break & I will have to rewrite everything to use Collections...
>
>IMO, the easiest workaround is this ...
>
>
>LOCAL luDummy
>luDummy = this.dataobjects(nCounter).setUtilityObject(this.oUtilityObject)
>
>
>... but this is still a lot of work, if you're using this in many places.
>
>Wait a moment ... yeah, this works as well (Note the "=") ...
>
>
>= this.dataobjects(nCounter).setUtilityObject(this.oUtilityObject)
>
>
>Regards,
>Armin
Eric Shaneson
Cutting Edge Consulting
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform