Search Results for query

 

WorkQuery

Takes one parameter, QueryName

 

CopyQuery

Takes two parameters, destinationQuery, sourceQuery

 

NewQuery

Takes 3 parameters, QueryName, SourceQuery, bWork

 

DeleteQuery

Takes one parameter, the name of the query

 

NewEComQuery

Takes one parameter, QueryName

 

MoveQuery

Takes two parameters, DestinationQuery, SourceQuery

 

[Pull] List of Fields from another Query

Takes three parameters, QueryName, FieldBase, FieldNames

 

LookupQuery

Takes six parameters, DestQuery, SourceQuery, DestDestFld, DestXFld, DestYFld, SourceYFld

 

JoinQuery

Takes 5 parameters, DestinationQuery, SourceQuery, DestinationMatchField, SourceMatchField, Mode

 

AppendQuery

Takes 3 parameters, DestinationQuery, SourceQuery, bMoveIt

 

MapQuery

Takes five parameters, DestQuery, SourceQuery, SourceXFld, SourceYFld, SourceZFld

 

Public Method WorkQuery Example

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.

 

Query Based Routing Example

For small and simple procedures that are not expected to grow in complexity over time, simple routing based on URL parameter values from a [Pull] directly from the Request query is sufficient and requires less code. For complex procedures that are expected to grow and evolve over time, a larger more robust foundation for the routing should be used.

 

TopQuery

Takes one parameter, FieldBase

 

 

 

 

 

 

 

[Date] (Top Query)

Has no parameters

 

[$] Currency (Top Query)

Takes one parameter, Source

 

[L] Lookup (Top Query)

Takes one parameter.

 

Foreign

Takes a single parameter, a QueryName

 

PaaS

Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery

 

 

ForEach

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

 

[Ensure] Field Exists

Takes a variable number of parameters, a comma separated list of TopQuery variable names

 

CopyUnique

Takes four parameters, DestinationQuery, SourceQuery, UniqueField, UniqueValue

 

CopyFirst

Takes two parameters, DestinationQuery, SourceQuery

 

Pull

Takes three parameters, QueryName, FieldBase, FieldNames

 

[DateTime] (Top Query)

Has no parameters

 

 

Trigger

Takes two parameter, URL, InputQuery

 

 

[_$] Currency if not blank (Top Query)

Has no parameters. If the field is blank it will remain blank.

 

[_#] Format if not blank (Top Query)

Takes 1 parameter, a formatting mask

 

RawStream$

Takes one parameter, a top query destination variable

 

Using the Backtick `

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.

 

[#] Format (Top Query)

Takes 1 parameter, a formatting mask

 

[Time] (Top Query)

Has no parameters

 

Public Method

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.

 

Remote

Takes three parameters, Url, InputQuery, OutputQuery

 

[If] Assignment (Top Query)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

 

ProcECom

Takes one parameter, QueryName

 

[ ? ] Pick First (Top Query)

Parameter is a space separated list of fields to choose from

 

QBox

Takes two parameters, QueryName, Title

 

Group

Takes 7 parameters, FieldBase, GroupBy, GroupTotals, GrandTotals, Seperator, TotalPre, TotalPost

 

JsonStream

Takes two parameters, Data, Options

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

KeepFirst

Takes no parameters

 

JsonEmbed

Has six parameters, UniqueParent, DestField, FieldBase, UniqueChild, EmbedFields, Options

 

ListProcs

Takes one parameter, TableName

 

ListRltns

Takes one parameter, TableName

 

Get

Takes two parameters, TableName, IfLenFld

 

ListFields

Takes one parameter, TableName

 

LoadTable

Takes one parameter, TableName

 

LoadTableFields

Takes one parameter, TableName

 

ListTables

Has no parameters

 

LoadRecord

Takes two parameters, TableName, RecordAlias

 

Attach

Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld

 

Backfill

Has no parameters

 

TemplateType

Takes one parameter, Type

 

AppendTable

Takes one parameter, TableName

 

Delete

Takes two parameters, TableName and a boolean expression

 

Detach

Takes 3 parameters, ParentTableName, ChildTableName, and a boolean expression (optional)

 

Children

Takes two parameters, ChildTableName, Mode

 

ChildrenAlias

Takes two parameters, ChildTableName, Mode

 

Lookup

Takes six parameters, FieldBase, Destination, Table, Alias, SourceField, IfLenFld

 

EnsureFields

Takes two parameters, FieldBase, FieldNames

 

EnsureNavFields

Takes two parameters, FieldBase, FieldNamesList

 

DeleteFields

Takes two parameters, FieldBase, FieldNameList

 

Discard

Has no parameters

 

FixFields

Takes one parameter, a single character

 

Folders

Takes a single variable, the relative path to the directory from root of project

 

ETableStream

Takes two parameters, ExcelTableData, Options

 

Files

Takes 5 parameters, FieldBase, Destination, Action, Source, IfLenFld

 

ParentsAlias

Takes three parameters, ChildTableName, ParentTableName, Mode

 

Search

Takes three parameters, TableName, SearchTerms, SearchInFields

 

New

Takes two parameters, TableName, IfLenFld

 

Parents

Takes three parameters, ChildTableName, ParentTableName, Mode

 

CsvStream

Takes two parameters, CSVData, bNoHeaders

 

CsvStreamWS

Takes two parameters, CSVData, bNoHeaders

 

Update

Takes two parameters, TableName, IfLenFld

 

UpdateOrNew

Takes two parameters, TableName, IfLenFld

 

KeepFor

Takes two parameters, FromIndex, ToIndex

 

TabStreamWS

Takes two parameters, CSVData, bNoHeaders

 

TabStream

Takes two parameters, Data, bHasHeader

 

Sort

Takes two parameters, FieldBase, SortFieldList

 

WithGroup

Takes six parameters, FieldBase, GroupByField, Destination, Action, Source, IfLenFld

 

WithAll

Takes five parameters, FieldBase, Destination, Action, Source, IfLenFld

 

Text

Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

SaveRawFile

Takes two parameters, FileName, bUseHeaders

 

SaveNulFile

Takes two parameters, FileName, bUseHeader

 

SaveJsonFile

Takes two parameters, FileName, Options

 

SetNew

Takes four parameters, FieldBase, FieldName, Source, IfLenFld

 

SetEnsure

Takes two parameters, FieldName, Value

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

XmlStream

Takes one parameter, Data

 

HtmlRaw

Takes 3 parameters, Location, Mode, bWithNoHeader

 

HtmlNavbar

Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn

 

HtmlNav

Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn

 

Lang

Takes four parameters, FieldBase, Destination, Source, IfLenFld

 

HtmlTable

Takes 6 parameters, Location, Mode, Class, bNoHeader, bNoAutoAlign, bNoIDTags

 

HtmlTab

Takes 3 parameters, Location, Mode, bWithNoHeader

 

HtmlDropdown

Takes 5 parameters, Location, Mode, Title, Element, Class

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

GetFieldDefs

Has no parameters.

 

HtmlForm

Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, ActionMethod

 

HtmlETable

Takes 6 parameters, Location, Mode, Div, Data, Script, Extra

 

HtmlDTable

Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign

 

LoadCsvFile

Takes two parameters, FileName, bHasHeader

 

ListQueries

Takes no parameters

 

ListFolders

Takes two parameters, FolderPath, bRecursive

 

LoadMemUsage

Has no parameters

 

LoadJsonFile

Takes two parameters, PathToFile, Options

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

KeepIfAny

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

 

KeepIfAll

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

 

KeepIf

Takes 4 parameters, FieldBase, Left, Comparison, Right

 

ListFiles

Takes 3 parameters, Folder, Filter, bShowImgSize

 

KeepLast

Takes no parameters

 

KeepIfFound

Takes 3 parameters, FieldBase, Fields, SearchTerms

 

LoadNulFile

Takes two parameters, FileName, bHasHeader

 

Pivot

Takes two parameters, FieldBase, PivotField

 

Offset

Takes 7 parameters, FieldBase, Destination, Source, OffsetVal, Operator, OpValue, IfLenFld

 

NulStream

Takes two parameters, Data, bHasHeader

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

ResetFields

Takes two parameters, FieldBase, FieldNames

 

Reset

Takes no parameters.

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

LoadTabFile

Takes two parameters, FileName, bHasHeader

 

LoadRawFile

Takes one parameter, FilePath

 

NewRecords

Takes one parameter, QuantityToAdd

 

NewFields

Takes two parameters, FieldBase, FieldNames

 

MergeRecords

Takes 5 parameters, FieldBase, GroupBy, MergeField, Delimiter, bKeepBlanks

 

Raw

Takes one parameter, the contents of which are used for the HTTP Reply Body

 

Method

Private Method contained within a given procedure.

 

Meta

Takes any unspecified data, intended for use by external systems

 

Return

Takes a variable number of parameters.

 

OnError (Continue)

Used as a scoping keyword, similar to WorkWith/End WorkWith .

 

Macro

A set of instructions that can be called with parameters to run in the current scope.

 

ForeignWith

Takes a single parameter, a FieldBase

 

Folder

Takes two parameters, FolderPath, Action

 

If (Not) / Then

Takes a single Field name, with an optional Not operator, followed by the conditional statement

 

Function

A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.

 

SaveFile

Takes two parameters, FileName, FileData

 

WorkWith

Takes one parameter, FieldBase

 

WorkIf

Takes one parameter, FieldName

 

Command Line with .mox file

A .mox file, with MOX code in it, can be run from the command line while a Moxie.Build system is not otherwise already running.

 

Cloudflare Integration

Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.

 

TRON

Takes one parameter, FilePath

 

Thread

Takes a variable number of parameters

 

ServerLog

Takes one parameter, ServerLogText

 

TopWith

Takes one parameter, FieldBase

 

TopField

Takes one parameter, FieldName

 

File

Takes 3 parameters, Destination, Action, Source

 

Export and Import of Database Schema

ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.

 

[Temp] Field

Parameter is a single new field name or a space separated list of new field names.

 

Message Handler

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.

 

Table Action

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.

 

[!] Limited Selection List

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.

 

Learn More about Frontend Development

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.

 

 

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.

 

 

PaaS Method

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.

 

Error

Takes one parameter, the text of the error to throw.

 

EmailErr

Takes two parameters, SubjectPrefix, EmailBody

 

FailIfRecError

Has no parameters

 

ETableReply

Takes 2 parameters, Result, Status

 

Call

Takes a variable number of parameters

 

Record Report

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.

 

Record Action

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.

 

Table Report

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.

 

Remote Method

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.

 

Moxie.cfg Config

The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.

 

JsonDecode$

Has two parameters: Source, Options

 

Json$

Has two parameters: Source, Name

 

JsonStream$

Has one parameter, Options

 

JsonEncode$

Has two parameters: Source, Options

 

HttpSoap$

Takes 8 parameters, ServerName, Port, bSecure, Path, ExtraHttpHeaders, Envelope, ExtraBody, xml

 

Greg$

Takes one parameter, a gregorian number

 

Greg%

Takes one parameter, a date of the form yyyy-mm-dd

 

HttpHeaders$

Has no parameters

 

HttpHeader$

Has one parameter

 

Lang$

Takes one parameter, Source

 

HtmlBlock / End HtmlBlock

Takes two parameters, Location, Mode

 

WebSafe$

Takes one parameter, Source

 

HttpHeader

Takes two parameters, name, value

 

HttpCookie

Takes 6 parameters, Name, Value, Path, Domain, Expires, Other

 

TabStream$

Takes one parameter, bNoHeaders

 

LongDate$

Takes one parameter, a Date value

 

Len%

Takes one parameter, a Source value

 

Parse$

Takes four parameters, Source, bAny, Search, Item

 

NulStream$

Takes one parameter, bNoHeader

 

GeoDistance$

Takes five parameters, Lat1, Long1, Lat2, Long2, Options

 

[TQName]

Has no parameters

 

[TQMessage]

Takes one parameter, Message, or no parameters

 

[TQResult]

Takes either one parameter, ResultValue, or no parameters

 

[TQRecCount]

Has no parameters

 

[TQFldCount]

Takes no parameters

 

[CountIf]

Takes one parameter, TestCondition

 

[AnyRecError]

Takes no parameters.

 

[TQFieldList]

Takes no parameters

 

[Me]

Takes no parameters

 

[WQFieldList]

Has no parameters

 

CFApi$

Takes three parameters Method, URL, Body

 

ApplyLang$

Takes one parameter

 

FieldDef$

Takes one parameter, FieldName

 

CsvStream$

Takes one parameter bNoHeaders and returns the result to an assigned variable

 

[WQResult]

Takes either one parameter, ResultValue, or no parameters

 

[WQMessage]

Takes one parameter, Message, or no parameters

 

[WQFldCount]

Takes no parameters

 

[WQRecCount]

Has no parameters

 

[WQName]

Has no parameters