Right$ doesn't work! 
Author Message
 Right$ doesn't work!

Hi folks,
a really strange error occurs to me. I'm working with VB 4.0. In my app
there is a command like string = right$(string,integer). As I know
(since I am a VB 5.0 programmer) this should work this way. But I get an
errror! ("Project or library not found"). Are these functions contained
in a special library (like in C?)
If anybody knows about it, I would be glad to here about it.
Thanks for your help.


Fri, 19 Jan 2001 03:00:00 GMT  
 Right$ doesn't work!

Quote:
>a really strange error occurs to me. I'm working with VB 4.0. In my app
>there is a command like string = right$(string,integer). As I know
>(since I am a VB 5.0 programmer) this should work this way. But I get an
>errror! ("Project or library not found").

Somehow your project lost your VBA reference -- you need to add it back to
the project.  In VB5, the file is named VBA5.DLL and is found in the /VB
dir.

If need be, you could always start a new project and compare the references
to see which one exactly it is that is missing.

Hope this helps,

Doug.



Fri, 19 Jan 2001 03:00:00 GMT  
 Right$ doesn't work!
Check your references. In VB 4.0, you can get this messages when one of your
references (not necessarily the VB reference) is missing.


Fri, 19 Jan 2001 03:00:00 GMT  
 Right$ doesn't work!
Check you references for anything missing, most likely it wont
be due to what you think it is.

Jason Phelps



Fri, 19 Jan 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Loop statement doesn't work right

2. right alignment in richtextbox doesn't work

3. Form menu editor doesn't work right??

4. Help: Control Box doesn't work right.

5. Q: Why auto-redraw doesn't work right in Windows-NT

6. AddNew method doesn't work right!!

7. fRefreshLinks Doesn't work if path doesn't exist

8. Windows Service Calling VB6 dll doesn't work but works with VB6

9. IE3 doesn't work after working with webbrowser control

10. Why LoadPicture() works on local pathes and doesn't work on the URLS

11. Work Around doesn't work for RichTextBox

12. Passing a Parameter its works and it doesn't work

 

 
Powered by phpBB® Forum Software