pMe | (Object) Reference to the PROMOTIC object where the event rises. |
---|---|
pEvent | (Object) A referrence to object describing detailed information about the specific event. pEvent.User - (Object) The User object that represents authorized user, who called the request for this page. pEvent.TypeEnable - (Long) It enables to set the type of sending the page to the client. The designer can (according to the user setting, password or the computer address) disable the operation. Setting this parameter is recommended only for special cases. Common security setting is better to be done by standard means of the permissions: WebRead. See also PmWeb.onNewRequest, PmObject-Cfg.Methods. 1 (default) - enabling operation. -1 - required log-on of the user (if the user hasn't been set) or disabling the user (if the user has been set but the name and password are wrong). -2 - disabling operation for the client unconditionally. |
Access to keywords is done by Vars property.
pMe.Vars("XXtime") = Now()