Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug? Calling methods in object returned by access method
Message
From
21/02/2003 02:37:22
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00755131
Message ID:
00755969
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform