Search Results for firstname

 

Search

Takes three parameters, TableName, SearchTerms, SearchInFields

 

UpdateOrNew

Takes two parameters, TableName, IfLenFld

 

Build

Takes a variable number of parameters

 

NewWithAttach

Takes 4 parameters, TableName, Relation, OtherTableName, IfLenFld

 

[L] Lookup (Top Query)

Takes one parameter.

 

[ ? ] Pick First (Top Query)

Parameter is a space separated list of fields to choose from

 

JsonStream$

Has one parameter, Options

 

NameField

Takes three parameters, FieldBase, OldFieldName, NewFieldName

 

SaveJsonFile

Takes two parameters, FileName, Options

 

SetIf

Takes six parameters, FieldBase, Destination, Source, Left, Comparison, Right

 

KeepUnique

Takes one parameter, FieldName

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

KeepIf

Takes 4 parameters, FieldBase, Left, Comparison, Right

 

KeepIfAll

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc..]

 

[CountIf]

Takes one parameter, TestCondition

 

[A] Copy Attached Value

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.

 

[!] Limited Selection List (DB Field Attribute)

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.

 

MOX Coding and Programing Language Syntax Documentation

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.

 

Help with Markdown

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".

 

Style Guide, Procedures and Code Documentation

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.

 

[RecName]

Takes one parameter

 

If (Not) / Then

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

 

NewEComQuery

Takes one parameter, QueryName

 

Foreign

Takes a single parameter, a QueryName

 

[Row] / [Col] / [EndRow]

[Col] takes one parameter

 

ForEach

Takes a variable number of parameters, QueryName, MethodName, [Param1, [Param2, etc...]]