> * Your login form decides if he is admin or not
How? I mean, i have a login screen that will ask for user name and password and if a certain button is hit, it will check if the user name and the password is valid and also check if it is ADMIN or USER level from a table. Now, how can i store the data (ADMIN or USER) so that when it view the drop down menu i made (.mpr) it will check if it is ADMIN or USER from the data i store or get.
>
> _screen.AddProperty('IsAdmin', < yourLoginFormResult >)
>
> You can then use !_screen.IsAdmin in Skip For.
Can you please explain it to me this line of code you gave?