Takes a variable number of parameters
Takes no parameters
A set of instructions that can be called with parameters to run in the current scope.
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.
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.
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.
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.
A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.
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.
Parameter is the table and field name that you want to sum in the form of TableName.FieldName. The specified Table must be a Child of the calling Record.
Takes 1 Parameter which is the Table name that you want to count the Attached Records in. The specified Table must be a Child of the calling Record's Table.
Takes one parameter, Type
Takes one parameter, Status
Takes one parameter, Name
Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld
Takes 4 parameters, TableName, Relation, OtherTableName, and a boolean expression (optional)
Takes one parameter, the contents of which are used for the HTTP Reply Body
Takes three parameters, Location, Mode, TemplateName
Takes one parameter, TemplateData
Takes 6 parameters, Name, Value, Path, Domain, Expires, Other
Takes one parameter, Source
Takes two parameters, Source, Value
Takes three parameters, Login, Password, bRememberMe
Has one parameter, Options
Takes two parameters: Username, GroupTypes
Has two parameters: Source, Options
Has two parameters: Source, Options
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes 2 parameters, pNum1, pNum2
Takes 2 parameters, pString1, pString2
Takes 6 parameters, Location, Mode, ActionPath, Name, Class, Prompt
Takes two parameters Command, Options
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes one parameter, HtmlEscapedString, and returns the Unescaped Version of this string
Takes two parameters, Source, Value
Takes 7 parameters, FieldBase, Destination, Source, OffsetVal, Operator, OpValue, IfLenFld
Takes four parameters, FieldBase, FieldName, Source, IfLenFld
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes two parameters, Data, Options
Takes one parameter, FieldName
Takes no parameters
Has no parameters.
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod
Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn
Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn
Takes 5 parameters, Location, Mode, Title, Element, Class
Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign
Takes 6 parameters, Location, Mode, Div, Data, Script, Extra
Takes two parameters, FieldBase, FieldNamesList
Takes nine parameters, TableName, ProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source
Takes four parameters, FieldBase, Destination, Source, IfLenFld
Takes seven parameters, TableName, OtherTableName, ParentChild, Ratio, Note, Attr, DevNote
Has no parameters
Takes one parameter, TableName
Takes six parameters, TableName, FieldName, Label, Note, Attr, DevNote
Takes 4 parameters, TableName, Relation, OtherTableName, IfLenFld
Takes seven parameters, TableName, OldFieldName, NewFieldName, Label, Note, Attr, DevNote
Takes ten parameters, TableName, OldProcName, NewProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source
Takes eight parameters, TableName, OldOtherTableName, NewOtherTableName, ParentChild, Ratio, Note, Attr, DevNote
Takes two parameters, Name, Value
Takes two parameters, TableName, IfLenFld
Takes four parameters, TableName, Relation, OtherTableName, IfLenFld
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.
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.
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.
Has no parameters
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 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 no parameters
Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]
Takes two parameters, SubjectPrefix, EmailBody
Takes one parameter, the URL to purge from CloudFlare's cache
Takes one parameter, the Name of the critical section
Parameter is a space separated list of field names to be displayed.
Markdown enables simple formatting of plain text via easy to remember conventions. This page will provide you with some pointers on what formatting options are available with "Moxie Flavored Markdown".
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.
Prerequisites: This page assumes that you have already set up your Moxie.Build server and logged in as an admin user. This page covers some of the basics that are involved in using the Content Management aspects of the Moxie.Build system.
A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.
Takes 3 parameters, Event, DestinationID, Path
Parameter is a space separated list of field names to be displayed when the user is viewing results from the Search List in the Admin interface.
Parameter is a space separated list of field names to have the display table sorted by when displaying search results in the Admin interface.
Accepts 3 parameters, first is required, 2nd and 3rd are optional. A trailing optional expression after an = sign may also assign a value on the same line.
Accepts a numeric value as a parameter.
Has one parameter
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.
The Setup Table controls aspects that can be changed while the server is running, and is intended to contain both Moxie.Build specific values as well as application specific.
The optional Moxie.http file is read on server start and controls the default HTTP headers set for all requests.
A .mox file, with MOX code in it, can be run from the command line while a Moxie.Build system is not otherwise already running.
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
Takes one parameter
Takes five parameters, Lat1, Long1, Lat2, Long2, Options
Takes 8 parameters, ServerName, Port, bSecure, Path, ExtraHttpHeaders, Envelope, ExtraBody, xml
Takes one parameter, a path-mask
Takes one parameter
Takes three parameters Method, URL, Body
Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.
Has no parameters
Private Method contained within a given procedure.
Has one parameter.
Takes one parameter, a Label
Takes a variable number of conditional statements
Takes one parameter, QueryName
Takes a variable number of parameters
Takes two parameter, URL, InputQuery
Takes one parameter, Value
Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery
Takes three parameters, Url, InputQuery, OutputQuery