On Tue, Aug 23, 2016 at 10:45 AM, Dave Crozier <[email protected]> wrote: > > All the coding works despite this damned error being thrown at compile time > and I have tried all types of External commands thinking that the oCollection > not being found could be fixed as you do with external arrays. However there > isn't an "External Collection" command... so I am now stuck! >
I'd use: EXTERNAL ARRAY oCollection_X in the myRefresh() code But it sounds like you've tried that. Each method in a VCX is essentially compiled separately, so the EXTERNAL command is local to each snippet. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4t9-91teew1qtgxr5uat4bsq7vqahwioqc6mzu_cvj...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

