We have an application which has been developed in PowerBuilder 9.
The problem is we have implemented a window for changing the password. In the window we have a field for the old password. When we change that password via EXE, it doesn’t allow us to enter a password with more than 8 characters. But our existing password has 9 characters.
The following properties are checked:
- Old password field size. (There is no limit)
- Executed the application via PB 9 IDE (No issues, also I can do enter more that 8 characters).
- The problem only happens with the compiled EXE.
- Checked the desktop theme (No luck)
Is there any solution for this issue?
Not sure why the text size may differ between the two versions, but if it is different perhaps you cannot enter all the text with the bigger font due to a disabled
AutoHScrollproperty of the text field?I realize that the different display may come from the
Windows classic styleoption from theGeneraltab of the compilation properties.