> G'day "Chip Orange" <Chip.Orange@psc.state.fl.us>,
>
[quoted text clipped - 36 lines]
> >
> >Chip
Yes, it is, but it seems to have a lifetime which I don't understand, and at
the end of it's lifetime, it's value is being reset to "nothing", so while
some form or routine can "see" it, it has no useful data.
Some of these routines I'm speaking of are called from custom menus, so the
user is returned to Word in between the calls to various forms or routines
they initiate by a menu choice.
hope that makes things clearer.
thanks.
Chip
Word Heretic - 16 Dec 2004 22:18 GMT
G'day "Chip Orange" <Chip.Orange@psc.state.fl.us>,
> it's value is being reset to "nothing"
This happens if a runtime error causes a recompile. Might this be the
case?
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Chip Orange reckoned:
>> G'day "Chip Orange" <Chip.Orange@psc.state.fl.us>,
>>
[quoted text clipped - 54 lines]
>
>Chip
Chip Orange - 13 Jan 2005 21:56 GMT
> G'day "Chip Orange" <Chip.Orange@psc.state.fl.us>,
>
> > it's value is being reset to "nothing"
>
> This happens if a runtime error causes a recompile. Might this be the
> case?
It's certainly possible that a run-time error is happening, I trap many with
"on error" and continue; I didn't realize that would cause a recompile.