PMLUSERLOGIN Object
- Last UpdatedJan 20, 2025
- 1 minute read
The PMLUSERLOGIN object allows generation of a Project entry script only for the currently logged-in User which means that it does not require entry of username and password.
Methods
|
Name |
Result |
Purpose |
|
PMLUserLogin( ) |
PMLUSERLOGIN |
Construct an instance of this object. |
|
Macro(STRING) |
NO RESULT |
Set the macro to run where STRING specifies the full path of the macro. |
|
MDB(STRING) |
NO RESULT |
Sets the login MDB. |
|
Project(STRING) |
NO RESULT |
Sets the login Project. |
|
SaveToFile(STRING) |
NO RESULT |
Encrypt and save to specified path. |
|
VerifyNonInteractive(BOOLEAN) |
NO RESULT |
If TRUE is passed, verify that no User interaction occurs after execution of the generated macro. |