pdanes's latest activity

  • P
    pdanes replied to the thread Variable assignment not working..
    It applied to the RegExp object. The FileSystem and Shell variables were declared as objects, so of course they compile properly. Only...
  • P
    pdanes replied to the thread Variable assignment not working..
    How many what? Variables? I had one for each such object, all global. I've deleted all those and replaced them with numerous local ones...
  • P
    pdanes replied to the thread Variable assignment not working..
    I tried removing the RegExp library reference. On my dev machine, that works fine, but it all worked even before that. When I copied...
  • P
    pdanes replied to the thread Variable assignment not working..
    It throws error 91 when I attempt to access the object, but testing it for Nothing returns false, so the 'reset' never happens. I have...
  • P
    pdanes replied to the thread Variable assignment not working..
    Well, an update, maybe even progress of a sort. Everyone bailed and I had a chance to work on this on a user's machine, where it fails...
  • P
    pdanes replied to the thread Variable assignment not working..
    Updates are controlled centrally, as part of the domain. Users have limited privileges, like NOT the ability to install their own...
  • P
    pdanes replied to the thread Variable assignment not working..
    Yes, I decompile and C&R regularly. It's generally my first move when something strange starts happening, and always as the last step...
  • P
    pdanes replied to the thread Variable assignment not working..
    It does. And again, when I put ?gbl_SH.RegRead(RegKey) in the immediate window, it shows the correct value. But that value is not...
  • P
    pdanes replied to the thread Variable assignment not working..
    In a standard module, along with many similar declarations:Public gbl_SH As Objectand in a start-up routine, called once when the app...
  • P
    pdanes replied to the thread Variable assignment not working..
    I'll try that, although the immediate window shows that the object reference is not lost. But I can try creating it again anyway.
  • P
    I have one of the weirdest problems I've seen in a long time - a simple variable assignment is suddenly not working. My app has a few...
Back
Top Bottom