Takes one parameter
Takes one existing Source value, and two parameters, Search, NewVal
Takes one existing Source value, and two parameters of equal length, SearchVals, NewVals
Accepts one parameter which is the raw HTML content to be placed in the form, above the Field's location.
Accepts one parameter which is the raw HTML content to be placed in the form, below the Field's location.
Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.
Upgrade Notes
In order to Upgrade an existing copy of Moxie.Build V4 or V5 to the most recent version of V5, you can use the Upgrade example files found in the Tools folder to help automate upgrading multi-service systems, or you can just replace the following files/folders: Moxie.exe Moxie.dll Default.dll /DBStore/BuiltIn.* /Lib /Public/BuiltIn /Templates/Admin /Templates/Clean /Templates/Default /Templates/Default5 /Templates/Report
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.
Takes 3 parameters, ParentTableName, ChildTableName, and a boolean expression (optional)
Takes one parameter, TableName
Takes six parameters, FieldBase, Destination, Table, Alias, SourceField, IfLenFld
Takes one parameter, Type
Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld
Takes two parameters, TableName and a boolean expression
Takes two parameters, TableName, IfLenFld
Takes a variable number of parameters
Takes two parameters, FieldBase, FieldNamesList
Takes two parameters, TableName, IfLenFld
Takes three parameters, TableName, Alias, Password
Takes one parameter, TableName
Takes 6 parameters, Name, Value, Path, Domain, Expires, Other
Takes 3 parameters, Location, Mode, Text
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, Extra.
Takes three parameters, Location, ClassNames, AlertText
Takes 6 parameters, Location, Mode, Div, Data, Script, Extra
Takes one parameter, Source
Takes one parameter, Source
Takes two parameters, Location, Mode
Has no parameters
Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText
Takes two parameters, Location, Mode
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod
Takes 6 parameters, Location, Mode, ActionLabel, ActionScript, Class, Extra.
Takes 5 parameters, FieldBase, Destination, Action, Source, IfLenFld
Takes two parameters, [WorkWith]+Scope, EmbedScope
Takes three parameters, FieldBase, Fields, IfLenFld
Takes six parameters, FieldBase, Destination, Source, Left, Comparison, Right
Takes three parameters, FieldBase, Destination, SourceFields
Takes two parameters, FieldBase, PivotField
Takes two parameters, Location, Mode
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes four parameters, FieldBase, Destination, Function, IfLenFld
Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]
Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]
A command to help build spreadsheets
Takes seven parameters, FieldBase, Destination, Source, bAny, Delimiter, Item, IfLenFld
Takes five parameters, FieldBase, FieldList, Mask, bBlanks2Zero, IfLenFld
Takes nine parameters, FieldBase, Destination, Function, Source1, Source2, Source3, Source4, Options, IfLenFld
Takes up to 6 parameters, FieldBase, Destination, Action, Source, Value, IfLenField
Takes one parameter, a single character
Takes 5 parameters, FieldBase, FolderPath, Action, Source, IfLenFld
Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign
Takes 6 parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes 5 parameters, Location, Mode, Title, Element, Class
Takes 7 parameters, FieldBase, Destination, Source, OffsetVal, Operator, OpValue, IfLenFld
Has six parameters, UniqueParent, DestField, FieldBase, UniqueChild, EmbedFields, Options
Takes 4 parameters, FieldBase, Destination, SourceFields, Delimiter
Takes 5 parameters, FieldBase, GroupBy, MergeField, Delimiter, bKeepBlanks
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod
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.
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.
Takes one parameter.
Accepts a numeric value as a parameter.
Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn
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.
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 as part of the CMS.
Parameter is a space separated list of field names to be displayed.
Accepts a space separated list of field names.
ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.
Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.
Takes 3 parameters, Location, Mode, bWithNoHeader
Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn
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.
Takes no parameters
Takes four parameters, FieldBase, Destination, Source, IfLenFld
Takes 3 parameters, Location, Mode, bWithNoHeader
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.
Takes 3 parameters, Event, DestinationID, Path
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.
Prerequisites: This tutorial assumes that you have already set up your Moxie.Build server and logged in. This page covers some of the basics that are involved in managing files and folders in the Moxie.Build system.
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.
Takes one parameter, a numeric value
Takes one parameter, Source
Takes 9 parameters, ServerName, Port, bSecure, Mode, Path, ContentType, extraHeader, body, rtnHeaders
Takes a variable number of parameters
Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.
Takes one parameter.
Takes one parameter, Source value
Takes one parameter, Source
Takes three parameters, TableName, Alias, Password
Takes two parameters: Username, GroupTypes
Takes one parameter, Source
Takes one parameter, a Source value
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
Takes a variable number of parameters, a comma separated list of TopQuery variable names
Takes a variable number of conditional statements
A set of instructions that can be called with parameters to run in the current scope.
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.
Takes two parameters, FileName, FileData
Takes 3 parameters, DestinationQuery, SourceQuery, bMoveIt
Takes one parameter, ServerLogText
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 .mox file, with MOX code in it, can be run from the command line while a Moxie.Build system is not otherwise already running.
Takes one parameter, a comma separated list of FieldNames
Takes two parameters, FileName, FileData
Takes a variable number of conditional statements to compare against a single source