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.
Has one parameter
Accepts one optional numeric value as a parameter
Takes a single string as parameter, which is then appended to each line in the code block.
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.
Takes 9 parameters, ServerName, Port, bSecure, Mode, Path, ContentType, extraHeader, body, rtnHeaders
Takes two parameters, Source and Search
Takes no parameters
Takes one parameter, a gregorian number
Takes two parameters, Location, Mode
Takes two parameters, Location, Mode
Takes two parameters, Source and Search
Takes two parameters Command, Options
Takes one parameter, TestCondition
Takes one parameter, FilePath
A traditional way to check for hard errors and enable those errors to error softly.
Takes a variable number of conditional statements to compare against a single source
Takes one parameter, ServerLogText
Cloudflared Tunnel exposes applications running on your local web server on any network with an internet connection with an outbound tunnel that connects directly to Cloudflare's edge network without the need to configure inbound firewall rules.
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.
Some Work Query command parameters can accept a source of either a Work Query Field name or a text literal. Text literals in these cases are prefixed with a backtick ` character.
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
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.
Takes three parameters, FieldBase, Fields, IfLenFld
Takes 10 parameters, FieldBase, From, To, Subject, Body, bMerge, AttachName, AttachPath, Slow, IfLenFld
Takes 7 parameters, FieldBase, GroupBy, GroupTotals, GrandTotals, Seperator, TotalPre, TotalPost
Takes a variable number of parameters
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes 6 parameters, Location, Mode, Div, Data, Script, Extra
Takes 3 parameters, Location, Mode, bWithNoHeader
Has no parameters.
Takes two parameters, Location, Mode
Takes nine parameters, FieldBase, Destination, Function, Source1, Source2, Source3, Source4, Options, IfLenFld
Takes two parameters, TableName, IfLenFld
Takes nine parameters, TableName, ProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source
Takes one parameter, Status
Takes one parameter, Type
Takes seven parameters, TableName, OtherTableName, ParentChild, Ratio, Note, Attr, DevNote
Takes eight parameters, TableName, OldOtherTableName, NewOtherTableName, ParentChild, Ratio, Note, Attr, DevNote
Takes two parameters, ExcelTableData, Options
Takes two parameters, Name, Value
Takes ten parameters, TableName, OldProcName, NewProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source
Prerequisites: This tutorial assumes that you have already learned about Managing Files .
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.
In order for source code to be more readily readable across teams, it is recommended that your source code always be styled according to this style guide.
ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.
Takes one parameter, the Name of the critical section
In this example, you will see how to use a public method that works on or with the current WorkQuery that you pass into the method.
An Include Procedure cannot be executed directly, the contents of its source code can only be Included into other Procedures using the Include command.
Prerequisites: This tutorial assumes that you have already set up a Category and Procedure if necessary. This page covers some of the basics that are involved in Front End development using the MOX language.
Developing in Moxie.Build on localhost give you the advantage of working with the template files natively. When working on procedures (MOX code) you need to access that through the Procedures page in the Admin area of a Moxie.Build system, if running the server on localhost or on a remote server. When running on a remote server, you can edit the template files via the Files page in the Admin area.
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.
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".
Moxie.Build, in short, may be used and licensed free of charge for education and non-profit organizations. Whenever it is used by government or for-profit organizations the license is granted on a subscription basis.
Moxie.Build includes a number of open source components as part of its distribution; each is subject to their own licenses as included with the files for those components.
Takes two parameters, SubjectPrefix, EmailBody
Takes any unspecified data, intended for use by external systems
A set of instructions that can be called with parameters to run in the current scope.
Takes one parameter, ProcedureName
Takes two parameters, Text, Title
A type of Prefix which allows the developer to separate blocks of code into organized, defined parts to help provide clarity of the logical block and add structure to the code.
Takes two parameters, QueryName, Title
Takes one parameter, QueryName
Takes a single parameter, a FieldBase
Takes one parameter, a Label
Has no parameters
Takes a single parameter, a QueryName
Takes a variable number of conditional statements