--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > > > What happens if just before the class.unload you delete the vdata > > > vector, then do a win.debug(myviewstruct.numobjects) > > > > The handle to myviewstruct is not available in that routine. > >
LOL. I tried to modify the routine that has both vdata and myviewstruct to put both into a vtransfer vector and return that instead of just vdata. local vtransfer=vec.create(2) local mytransfer[0]=MakeStructure(myview) local vtransfer[1]=RecordsToVector(mydb, myview, mytransfer[0]) Error: Invalid character in static/local =MakeStructure(myview) Regards, Sheri
