Search Results for message

 

Message Handler

A Message Handler is only ever called by the Database on a Database Event. These Event Messages allow a Developer to intercept operations taking place on a per-record level and implement Event based business logic.

 

[WQMessage]

Takes one parameter, Message, or no parameters

 

[TQMessage]

Takes one parameter, Message, or no parameters

 

Login

Takes three parameters, Login, Password, bRememberMe

 

New

Takes two parameters, TableName, IfLenFld

 

Attach

Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld

 

Detach

Takes 3 parameters, ParentTableName, ChildTableName, and a boolean expression (optional)

 

Delete

Takes two parameters, TableName and a boolean expression

 

PWHash

Takes three parameters, TableName, Alias, Password

 

Images

Takes up to 6 parameters, FieldBase, Destination, Action, Source, Value, IfLenField

 

ListQueries

Takes no parameters

 

Reset

Takes no parameters.

 

Folders

Takes 5 parameters, FieldBase, FolderPath, Action, Source, IfLenFld

 

SkipCalls

Takes no parameters

 

Update

Takes two parameters, TableName, IfLenFld

 

Files

Takes 5 parameters, FieldBase, Destination, Action, Source, IfLenFld

 

Record Action

Record Actions are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As an Action, the Procedure is expected to perform some sort of task, such as an automated set of updates to the Database Record.

 

MsgBox

Takes two parameters, Text, Title

 

OnError / End OnError

Takes one parameter, Control

 

 

Table Action

Table Actions are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As an Action, the Procedure is expected to perform some sort of task, such as an automated set of updates to the Database Table.

 

Public Method

A Public Method may be called from any other Procedure, by the Default plug-in, or a Custom COM DLL. Each Public Method may either use specific Input Parameters, or it may accept an Input Query.

 

Hash$

Takes two parameters, Source, Options

 

Hmac$

Takes two parameters, Source, OptionsAndSecret

 

Login$

Takes three parameters, Login, Password, bRememberMe

 

Throttle / End Throttle

Takes one parameter, SlowWritePercent

 

Cloudflare Origin Certificates

Cloudflare automatically provides free client-facing certificates for your domain, even if using their free service. In addition, they provide free Origin Certificates to encrypt the connection between Cloudflare and your origin Moxie.Build server. Use this article if you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

Nightly Management Utility

This utility program manages a server install with one or many Moxie.Build services running by taking care of nightly tasks via a scheduled task.