SetPassword

olbok

Member
I try to use TOracleLogon. SetPassword function. After execution of this function I see the form with three fields the filled characters "*" and the cursor is in the field " New Passowrd ". After input of new correct values in fields " New Passowrd " and "Verification" I always receive error message " Verification failed ".
As result, in the beginning, я must set focus into "Old Password" field and enter correct values into all three fields.
As I see, it occurs because real values in the fields " Old Password ", " New Passowrd " and "Verification" is "UsernameEdit", "PasswordEdit" and "DatabaseEdit" accordingly. Is it a mistake?
How can I clear these fields before call SetPassword?

P.S. I use Direct Oracle Access 3.4.6.1 for Delphi 3. By the way, on page http://www.allroundautomations.com/registered/doa.html I have seen the 3.4.6.4 version but after downloading I have found 3.4.6.1 unfortunatelly.
P.P.S. Please sorry for my english...
 
The default values and focused control seem like a bug to me. We'll fix this.

Other than that the function seems to work though. You just have to supply the old and new/verification password.
 
Great thanks for your answer.
Of course, this function is works normal in case of input of values into all fields. There are two problems only: incorrect default value for "Old password" field and default focus position.

And what about version 3.4.6.4 for Delphi 3? I've found 3.4.6.1 only by the following link http://www.allroundautomations.com/registered/doa34d3.zip. Is there this version for Delphi 3?
 
Back
Top