Click to See Complete Forum and Search --> : Mid and Right Function


FMadore
May 17th, 2001, 02:41 PM
Hi

I need to use the Mid function to build a string but VBA doesn't seem to know this function. I got this message: "Compilation error: Project or library not found" It works on my computer but not onthe QA computer. So, whats wrong with the settings on that computer?

Thanks

Iouri
May 17th, 2001, 02:46 PM
Did you install your project using Package and Deployment Wizard? Another computer is missing some dll's and ocx's.

Iouri Boutchkine
iouri@hotsheet.com

FMadore
May 17th, 2001, 03:30 PM
OK But how could I find the dll or ocx containing the function the application doesn't find.

Iouri
May 17th, 2001, 03:47 PM
Run PDW. It will find everything.

Iouri Boutchkine
iouri@hotsheet.com

coolbiz
May 17th, 2001, 03:56 PM
Try opening your project on the QA computer. Then goto Projects->References or Projects->Components and you should be able to find which component/object/dll that is missing.

-Cool Bizs