String Conversion

jonp

Registered User.
Local time
Today, 20:56
Joined
Sep 27, 2000
Messages
42
Hi there! Hopefully someone out there can help me with this small problem.

I have a code written that does a string conversion on a control. The conversion works great on my computer, however, on some computers it does not work at all. The program stops and highlights the this line of code.

Does anyone know why this happens and how to rectify the situation??

Thanks from Texas,
smile.gif

JONP
 
Are you getting an error message saying 'Missing reference or Library' (or something like that)
?
 
Hi Mike...yes it is something like that. Is there a way around it?

JONP
 
I've had a similar problem where code has worked fine on my PC and then you install the application on someone else's PC and you get the missing reference or library etc. message.

To get round this, on the someone else's machine I went into the code window and from the Tools menu selected References... and unchecked (I think) MISSING REFERENCES.
Hey presto! the application then worked fine

Have a look and see if this resolves your problem.

Rob
 
Robert,

I compared the selected references I had on my PC to the one that is causing me problems. They are both identical. I had many Reference options but I am not sure what options they enable.

JONP
 

Users who are viewing this thread

Back
Top Bottom