Friday, January 3, 2014

Tip of the Day: Implementing Application Privileges
Product.: R:BASE eXtreme 9.5 (32/64)
Build...: 9.5.3.21205 or higher www.rupdates.com
Keywords: Application Privileges
Section.: Application Design and Deployment

Traditionally, for user application access, you could enable or disable
almost any form control by using the (CVAL('NetUser')), (CVAL('Computer')),
(GETVAL('GetIPAddress','n')), (GETVAL('GetMACAddress','n')), and so on ..

However, it would be very time consuming as well as redundant if you
were to provide application access based on the individual user. You
could still implement that logic if only a few items in your menu
structure are accessible to a few users.

Did you know that now you can simply use the new (CVAL('NETLOCALGROUP'))
and (CVAL('NETGROUP')) functions in R:BASE eXtreme 9.5 to accomplish
the goal of providing your application privileges at the "group" level?

A new (CVAL('NETGROUP')) function retrieves a list of global groups to
which a specified user belongs.

A new (CVAL('NETLOCALGROUP')) function retrieves a list of local groups
to which a specified user belongs.

If needed, using these new CVAL functions, now you can implement the
application privileges based on local or global network groups.

A sample application to illustrate the implementation of user privileges
based on local/global network groups will be available in the upcoming
2014 R:BASE eXtreme 9.5 Super Advanced Training (SAT) samples.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
www.Razzak.com
www.RazzakMemon.com
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to