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.
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.
Parameter is a space separated list of field names to be displayed.
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, a gregorian number
Has one parameter, Options
Takes three parameters, TableName, Alias, Password
Takes three parameters, Login, Password, bRememberMe
Takes three parameters, FilePath, Start, Len
Takes two parameters, Text, Title
Takes one parameter, QueryName
Takes two parameters, FileName, FileData
Takes a variable number of conditional statements to compare against a single source
Takes one parameter, TestCondition
Takes a variable number of conditional statements
A traditional way to check for hard errors and enable those errors to error softly.
Takes one parameter, a top query destination variable
Takes one parameter, FieldName
Takes six parameters, FieldBase, Destination, Source, Left, Comparison, Right
Takes 7 parameters, FieldBase, GroupBy, GroupTotals, GrandTotals, Seperator, TotalPre, TotalPost
Takes two parameters, FromIndex, ToIndex
Takes 3 parameters, Location, Mode, bWithNoHeader
Takes 6 parameters, Location, Mode, Class, bNoHeader, bNoAutoAlign, bNoIDTags
A command to help build spreadsheets
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod
Takes one parameter, TableName
Takes one parameter, HtmlEscapedString, and returns the Unescaped Version of this string
Takes two parameters Command, Options
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText
Takes one parameter, Name
Takes three parameters, Location, ClassNames, AlertText
Takes one parameter, ErrMsg
Takes a single parameter, a FieldBase
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.
This is our current Privacy Policy, last updated 2016-01-12.
Parameter is a comma separated list (using CSV rules and not in quotes) of the options made available to the user which are enforced on save.
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 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 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.
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.
Takes one parameter, the text of the error to throw.
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.
Takes one parameter, the text of the exception to throw.
Takes a single parameter, a QueryName
Has no parameters
Has no parameters.
Accepts a numeric value as a parameter.
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 space separated list of field names.
Takes one parameter.