Click or drag to resize

ISentryPlugin2 API

ISentryPlugin2 API > 3 = read+write

The tooltip is optional.

 

Example

if recordid > 0 and tablename = "contact" then         redim o_FieldRights(3)         o_FieldRights(0) = "contact.name=1,The name is read-only"         o_FieldRights(1) = "contact.department=0,The department is hidden"         o_FieldRights(2) = "address.city=1" end if

Up: Sentry Plugins   Prev: ISentryPlugin API   Next: Sentry Plugins and NetServer          Edit