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.
Has one parameter, Options
Takes one parameter, Source
Takes one parameter, QueryName
Table Reports 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 a Report, the Procedure is expected to produce output to be displayed to the user.
Takes one parameter, QueryName
Takes 3 parameters, QueryName, SourceQuery, bWork
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes two parameters, FileName, Options
Takes 6 parameters, Location, Mode, Div, Data, Script, Extra
Takes four parameters, FieldBase, Destination, Source, IfLenFld
Takes one parameter, QuantityToAdd
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Has six parameters, UniqueParent, DestField, FieldBase, UniqueChild, EmbedFields, Options
Takes two parameters, Data, Options
Brief overview on the file structure and contents under Moxie. The files and folders discussed in this post are those that are essential when upgrading to the most recent version of Moxie.Build , or when troubleshooting server errors.
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.
The MOX coding and programming language pays heritage to BASIC, but has been crafted for the specific type of work and environment that is demanded of Moxie.Build.
A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.
Record Reports 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 a Report, the Procedure is expected to produce output to be displayed to the user.
A Remote Method may be called by any other Moxie system. It can be used to divide up a large system among a number of backend servers, or as a public API for 3rd parties. In order to call a Remote Method from MOX, the Remote statement is used.
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.
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.
A PaaS Method may be called by any other Moxie system. In order to call a PaaS Method from MOX, the PaaS statement is used.