12-19-2005 05:24 AM
12-19-2005 08:58 AM
12-19-2005 10:35 AM
12-19-2005 03:45 PM
Hi Monky, in you approach you are retrieving first the value of the password from the instrument (pw) next the content of the string control (string): I suppose you will be trying to compare each of them against a stored password to ceck if the user has correctly typed the password. As far as I can understand, this system will work if and only the user either directly types the entire password or paste in the field the entire password. If the user types some characters and completes the password pasting the rest of it in the field none of the two values retrieved will be right: the one get from the instrument will include only characters directly typed, the one retrieve from the control will include asterisks and some other plain characters.
In my opinion you have to modify intrument surce to manage some way the paste event.
As per software version, I looked into the .PRJ file you attached and it says version 5.0.1, but maybe it is an old version of the project file...
12-21-2005 04:59 AM