7/9/2019 11:07 AM | |
Posts: 11 Rating: (0) |
Hi! |
Last edited by: Jen_Moderator at: 07/10/2019 08:20:32Optimized link. |
|
10/1/2019 11:21 AM | |
Joined: 2/17/2017 Last visit: 4/12/2024 Posts: 32 Rating: (3) |
You don't need the boolean tag to call the script. You just have to call your script in the events of the start screen under 'Loaded'. You can write a username and password to a tag in a script and logon with them: Dim Password Dim User Password = "XXXXX" -> where XXXXX is the actual password User = "YYYYY" -> Where YYYYY is the actual username Logon Password, User OR you can do it with tags: Therefore, you first have to create 2 internal tags of type WString (Tag_Password and Tag_User in the example). Dim Password Dim User Password = SmartTags("Tag_Password") User = SmartTags("Tag_User") Logon Password, User To put the actual username and password in the tags, you can use the function SetTag and select 'String' in the value input. You can use it with the event 'Click' of a button for example. But I don't know when or how you want to change the user that has to be logged in at the start of course. !!!The actual password and user must already be configured in the user administration of the panel!!! |
Follow us on