Takes 3 parameters, Location, Mode, Text
Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn
Allows any extra HTML Attributes to be specified in the Control's HTML Tag
Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn
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 6 parameters, Location, Mode, ActionLabel, ActionScript, Class, Extra.
Takes one parameter, ErrMsg
Takes two parameters, Title, Path
Takes two parameters, Location, Mode
Has one parameter
Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText
Has no parameters
Takes one parameter, Source
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, Extra.
Takes one parameter, Source
Takes a single parameter, Source
Takes two parameters, Location, Mode
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod
Takes a variable number of parameters
Takes three parameters, Location, ClassNames, AlertText
Takes two parameters, Location, Mode
Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod
Takes 3 parameters, Location, Mode, bWithNoHeader
Takes 6 parameters, Location, Mode, Div, Data, Script, Extra
Takes 6 parameters, Location, Mode, Class, bNoHeader, bNoAutoAlign, bNoIDTags
Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign
Takes 5 parameters, Location, Mode, Title, Element, Class
Takes 6 parameters, Location, Mode, ActionPath, Name, Class, Prompt
Takes 3 parameters, Location, Mode, bWithNoHeader
Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.
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.
Takes one parameter, HtmlEscapedString, and returns the Unescaped Version of this string
Takes one parameter, Source
Takes 2 parameters, pString1, pString2
Takes one parameter, Value
Takes one parameter, Source
Takes two parameters, Source, Match
Takes two parameters, Source, Value
Takes two parameters, Source, Value
Takes two parameters, Source, Search
Takes two parameters, Source, Value
Takes two parameters, Source, Match
Takes two parameters, Source, Match
Takes two parameters, Source, Match
Takes 2 parameters, pNum1, pNum2
Takes one existing Source value, and two parameters, Search, NewVal
Takes two parameters, Source, Count
Takes two parameters, Source, Search
Takes one existing Source value, and two parameters of equal length, SearchVals, NewVals
Takes two parameters, Source and Search
Takes two parameters, Source and Search
Takes two parameters, Source and Search
Takes two parameters, Source and Search
Takes one parameter, Source
Takes two parameters, Source, Search
Takes two parameters Command, Options
Takes one parameter, a List of possible group types
Takes two parameters, Source, Value
Takes one parameter, Source
Takes two parameters, Source, Search
Takes two parameters, Low, High
Takes nine parameters, TableName, ProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source
Takes six parameters, TableName, FieldName, Label, Note, Attr, DevNote
Takes seven parameters, TableName, OldFieldName, NewFieldName, Label, Note, Attr, DevNote
Takes seven parameters, TableName, OtherTableName, ParentChild, Ratio, Note, Attr, DevNote
Takes one parameter, Name
Takes three parameters, Location, Mode, TemplateName
Takes six parameters, FieldBase, Destination, Table, Alias, SourceField, IfLenFld
Takes two parameters, TableName, IfLenFld
Takes ten parameters, TableName, OldProcName, NewProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source
Takes no parameters
Takes one parameter, FieldName
Takes three parameters, FieldBase, OldFieldName, NewFieldName
Takes two parameters, Data, Boundary
Takes two parameters, FieldBase, FieldNamesList
Takes eight parameters, TableName, OldOtherTableName, NewOtherTableName, ParentChild, Ratio, Note, Attr, DevNote
Takes 3 parameters, FieldBase, Fields, SearchTerms
Takes two parameters, ExcelTableData, Options
Takes one parameter, the contents of which are used for the HTTP Reply Body
Takes one parameter, Source
Takes two parameters, Source, AllowedCharacters (case sensitive)
Takes six parameters, FieldBase, GroupByField, Destination, Action, Source, IfLenFld
Takes one parameter, Source
Takes two parameters, Source, MaxLength
Takes two parameters, Source, Match
Takes two parameters, Source, AllowedCharacters (case sensitive)
Takes one parameter, Source
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes seven parameters, FieldBase, Destination, Source, bAny, Delimiter, Item, IfLenFld
Takes two parameters, FilePath, bUseHeader
Takes one parameter, Type
Takes 6 parameters, Name, Value, Path, Domain, Expires, Other
Takes 10 parameters, FieldBase, From, To, Subject, Body, bMerge, AttachName, AttachPath, Slow, IfLenFld
A command to help build spreadsheets
Takes two parameters, FileName, Options
Takes two parameters, FileName, bUseHeader
Takes one parameter, EscapedTemplate, and returns the Unescaped Version of this string
Takes any unspecified data, intended for use by external systems
Has one parameter, a Content.Lang prefix
Takes two parameters, FileName, FileData
Takes one parameter, Control
Has 4 parameters, Destination, Action, Source, Value
Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]
Takes three parameters, FolderPath, Action, Source
Takes a variable number of conditional logical if statements
A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.
Takes a variable number of conditional statements to compare against a single source
Parameter is a comma separated list (using CSV rules and not in quotes) of the fixed hard coded values to select from
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.
Has no parameters
Takes one parameter, Source
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.
Takes one parameter, OutputText
Takes two parameters, FilePath, ForceFlush
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
A traditional way to check for hard errors and enable those errors to error softly.
Takes three parameters, Destination, Action, Source
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.
This style guide provides comprehensive standards for writing clean, maintainable, and consistent MOX code for Moxie.Build. Code examples on this page are for illustrative purposes and are only intended to demonstrate style conventions.
Takes 3 parameters, Event, DestinationID, Path
Prerequisites: This tutorial assumes that you have already learned about Managing Files .
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".
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 a Category and Procedure if necessary. This page covers some of the basics that are involved in Front End development using the MOX language.
Has one parameter.
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.
Takes 2 parameters, Result, Status
Takes one parameter, the text of the error to throw.
Takes one parameter
Accepts a numeric value as a parameter.
Accepts a numeric value as a parameter.
Takes one parameter
Accepts a numeric value as a parameter.
Has one parameter, Options
Has two parameters: Source, Options
Takes two parameters, Source, Value
Takes two parameters, Source, Search
Has no parameters
Takes two parameters, Source, OptionsAndSecret
Takes two parameters, Source, Options
Has one parameter
Takes one parameter, Source
Takes one parameter, a Source value
Takes one parameter, Source
Takes two parameters, Source, Values
Takes one parameter, Index
Takes one parameter, Source
Takes two parameters, Source, Search
Takes one parameter, a Date value
Takes three parameters, FilePath, Start, Len
Takes two parameters, Source, Search
Takes one parameter, in the form of: Table|{Alias}|Field
Takes one parameter, a gregorian number
Has no parameters
Takes one parameter, Message, or no parameters
Has no parameters
Has no parameters
Takes no parameters
Takes no parameters
Takes one parameter.
Takes no parameters
Takes no parameters
Takes one parameter, Source
Takes one parameter, FieldName
Takes two parameters, Source , Search
Takes one parameter, a date of the form yyyy-mm-dd
Takes two parameters, a source value, and a formatting mask.
Takes one parameter, Source
Takes one parameter
Has no params
Takes one parameter, Source
Takes one parameter, a numeric value