06-05-2006, 08:35 AM
why
RunAs
Database.Open
AutoPassword
are encrypted in QM 2.1.8.5?
RunAs
Database.Open
AutoPassword
are encrypted in QM 2.1.8.5?
functions encrypted
|
06-05-2006, 08:35 AM
why
RunAs Database.Open AutoPassword are encrypted in QM 2.1.8.5?
06-05-2006, 08:39 AM
For security. They accept passwords. Also, they accept encrypted passwords. The encryption key would be visible if function itself would not be encrypted.
RunAs in QM 2.1.8.5 has a bug: "password must be encrypted" error when using input box. Will be fixed in 2.1.8.6.
06-05-2006, 08:45 AM
Ok.
Thanks.
07-11-2008, 08:09 PM
I can't get AutoPassword to work on Amazon.com, it appears to put the username in the wrong place.
Is there some way to tweak this? I've tried to find the syntax and options for AutoPassword but I can't find any info in Help and the function is encrypted. Are there more options than what's included in the dialogue? Thanks!
07-11-2008, 08:27 PM
The most important thing what AutoPassword does - finds and activates the password field.
It then enters password, presses Shift+Tab to activate previous field (which usually is username field) and enters username. In amazon.com, to activate username field, must be pressed Shift+Tab+Tab. That is why AutoPassword fails. Don't use username with AutoPassword. Use key for it: Macro
07-14-2008, 05:38 PM
Great, thank you! Now I'm trying to make it more general by Shift-Tabbing until focused Acc object is an empty text box.
The code below should work most of the time, but it isn't specific to "Editable" text. Is there any way to test if the text is "Editable"? Macro |
« Next Oldest | Next Newest »
|