I'm doing the following code that, when logging in with a certain user, goes to a specific page, but it's not working. Where is the error?
Code:
[
Title = "Page 1";
]
Main [
Return(Self);
If \SecurityManager\IsLoggedOn() = “maiza”;
[
\DisplayManager\ShowPage("Supervisorio";
]
]
I'm doing the following code that, when logging in with a certain user, goes to a specific page, but it's not working. Where is the error?
Code:
[
Title = "Page 1";
]
Main [
Return(Self);
If \SecurityManager\IsLoggedOn() = “maiza”;
[
\DisplayManager\ShowPage("Supervisorio");
]
]