Takes a variable number of parameters
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 one parameter, OutputText
Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery
Takes three parameters, Url, InputQuery, OutputQuery
Takes two parameters, Source, Value
Takes one parameter, Source
Has one parameter, Options
Takes one parameter, bNoHeaders
Takes 3 parameters, Location, Mode, Text
Takes two parameters, Title, Path
Has two parameters: Source, Options
Has two parameters: Source, Options
Takes three parameters, Location, ClassNames, AlertText
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 one parameter, a top query destination variable
Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string
Takes 2 parameters, pNum1, pNum2
Takes 2 parameters, pString1, pString2
Takes one parameter, Source
Has no parameters
Takes two parameters, Source , Search
Takes six parameters, FieldBase, GroupByField, Destination, Action, Source, IfLenFld
Takes 5 parameters, Location, Mode, Title, Element, Class
Takes two parameters, FileName, bUseHeader
Takes two parameters, FilePath, bUseHeader
Takes two parameters, FileName, Options
Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn
Takes four parameters, FieldBase, Destination, Source, IfLenFld
Takes no parameters
Takes 3 parameters, Location, Mode, bWithNoHeader
Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn
Takes 3 parameters, Location, Mode, bWithNoHeader
Takes one parameter, Name
Takes one parameter, Type
Takes three parameters, Location, Mode, TemplateName
Takes two parameters, name, value
Takes one parameter, Status
Takes two parameters, FieldBase, FieldNamesList
Takes three parameters, FieldBase, OldFieldName, NewFieldName
Takes three parameters, QueryName, FieldBase, FieldNames
Takes no parameters
Takes one parameter, a single character
Takes two parameters, Data, Options
Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]
A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.
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.
Has no parameters
Takes 5 parameters, DestinationQuery, SourceQuery, DestinationMatchField, SourceMatchField, Mode
Takes one parameter, QueryName
Takes 3 parameters, QueryName, SourceQuery, bWork
Has no parameters
Has one parameter, a Content.Lang prefix
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.
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.
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.
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.
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.
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.
Takes two parameters, SourceValue, Width
Takes one parameter bNoHeaders and returns the result to an assigned variable
Takes one parameter
Takes one parameter
Takes one parameter, a string containing a date and time
Takes two parameters, Source, OptionsAndSecret
Has one parameter
Takes two parameters, Source, Options
Takes two parameters, SourceValue, Width
Takes a variable number of parameters.
Takes two parameters, FileName, FileData
Takes one parameter, QueryName
Takes three parameters, QueryName, FieldBase, FieldNames
Takes two parameter, URL, InputQuery
Takes no parameters
Has no parameters
Takes one parameter, FilePath
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.