Takes three parameters, TableName, SearchTerms, SearchInFields
Takes two parameters, TableName, IfLenFld
Takes a variable number of parameters
Takes 4 parameters, TableName, Relation, OtherTableName, IfLenFld
Takes one parameter.
Parameter is a space separated list of fields to choose from
Has one parameter, Options
Takes three parameters, FieldBase, OldFieldName, NewFieldName
Takes two parameters, FileName, Options
Takes six parameters, FieldBase, Destination, Source, Left, Comparison, Right
Takes one parameter, FieldName
Takes two parameters, FieldBase, FieldNamesList
Takes 4 parameters, FieldBase, Left, Comparison, Right
Takes a variable number of parameters, FieldBase, Test1, Test2, [etc..]
Takes one parameter, TestCondition
Parameter must first specify only looking at Parents (PARENT ) or only looking at Children (CHILD ). The remainder of the parameter should be the table and field name you are after in the form of TableName.FieldName.
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.
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".
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 one parameter
Takes a single Field name to test if it is true, with an optional Not operator to test if false, followed by the conditional statement
Takes one parameter, QueryName
Takes a single parameter, a QueryName
[Col] takes one parameter
Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]