error loading form…you do not have an appropriate license to use t

J

Justin

I need help. I have one user that after using the same function in a VB 6
application,
the user gets an error, error loading form…you do not have an appropriate
license to use this functionality. The user is using the same function forty
to fifty times per hour. The user restarts the application and all is well
for another hour.

I have not been able to locate the error on the local workstation error
logs. The error is not recorded anywhere.

How do find what is causing this error?
 
A

AlEdlund

It sounds like the code is accessing a third party piece of code (activex
control possibly?). The question becomes whether the calling/failing code is
wrapped in an error routine to catch the failure and report it. It also
sounds like you're trying to duplicate it in a different environment (the
user is vb6 and you're in a vba forum), so I'm not surprised that you may
have problems duplicating it.
al
 
Top