Quote from
luishp on September 9, 2024, 11:23 am
@cdy44-2 the button to login has this code:
neoPhpUserLogin "[user]" "[password]" "getUserData"
It calls getUserData as a callback subroutine and the login data is sent to that subroutine.
If you examine the subroutine you will see it accepts a Parameter (see the tab at the bottom when you are editing the subroutine code)
The parameter name is [loginData], and that's the place where the login data is retrieved and stored.
I hope it helps.
@cdy44-2 the button to login has this code:
neoPhpUserLogin "[user]" "[password]" "getUserData"
It calls getUserData as a callback subroutine and the login data is sent to that subroutine.
If you examine the subroutine you will see it accepts a Parameter (see the tab at the bottom when you are editing the subroutine code)
The parameter name is [loginData], and that's the place where the login data is retrieved and stored.
I hope it helps.
CDY@44 has reacted to this post.