On Tue, Aug 23, 2016 at 10:45 AM, Dave Crozier DaveC@flexipol.co.uk 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.