Hi
How to Hide a Field on Request Page in Report. On the basis of condition in User Setup i want to show Hide & Display field.
On Openpage i have written this
IF UserSetup.GET(USERID) THEN BEGIN
IF (UserSetup."Role" <> 'Admin') THEN BEGIN
IsVisible = FALSE;
END;
END;
Thanks
*This post is locked for comments