Search Results for result

 

[WQResult]

Takes either one parameter, ResultValue, or no parameters

 

[TQResult]

Takes either one parameter, ResultValue, or no parameters

 

[If] Assignment (DB Field Attribute)

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.

 

[D] Default Value

Parameter is a value or an expression to be used when a record is created if no value is specified during the creation. The value or expression is run through the Assignment Attribute in order to calculate it's result.

 

[SearchFieldList]

Parameter is a space separated list of field names to be displayed when the user is viewing results from the Search List in the Admin interface.

 

ETableReply

Takes 2 parameters, Result, Status

 

[SearchSort]

Parameter is a space separated list of field names to have the display table sorted by when displaying search results in the Admin interface.

 

CsvStream$

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

 

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

 

Tally%

Takes two parameters, Source, Match

 

RTrim$

Takes two parameters, Source, Search

 

Right$

Takes two parameters, Source, Value

 

Rnd%

Takes two parameters, Low, High

 

Sqr%

Takes one parameter, Value

 

Shell$

Takes two parameters Command, Options

 

Similar%

Takes 2 parameters, pNum1, pNum2

 

Similar$

Takes 2 parameters, pString1, pString2

 

RTrimAny$

Takes two parameters, Source, Search

 

Reverse$

Takes one parameter, Source

 

Remove$

Takes two parameters, Source and Search

 

RemoveAny$

Takes two parameters, Source and Search

 

RemainAny$

Takes two parameters, Source and Search

 

LTrimAny$

Takes two parameters, Source, Search

 

Remain$

Takes two parameters, Source and Search

 

Repeat$

Takes two parameters, Source, Count

 

RetainAny$

Takes two parameters, Source, Search

 

LongDate$

Takes one parameter, a Date value

 

ReplaceAny$

Takes one existing Source value, and two parameters of equal length, SearchVals, NewVals

 

Replace$

Takes one existing Source value, and two parameters, Search, NewVal

 

LTrim$

Takes two parameters, Source, Search

 

Offset

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

 

Reset

Takes no parameters.

 

Sort

Takes two parameters, FieldBase, SortFieldList

 

Group

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

 

KeepFor

Takes two parameters, FromIndex, ToIndex

 

ListQueries

Takes no parameters

 

HtmlDropdown

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

 

HtmlETable

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

 

HtmlNavbar

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

 

Text

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

 

WithAll

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

 

WithGroup

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

 

FixFields

Takes one parameter, a single character

 

Trim$

Takes two parameters, Source, Search

 

TrimAny$

Takes two parameters, Source, Match

 

Truncate$

Takes two parameters, Source, MinLength

 

Tally$

Takes two parameters, Source, Match

 

TallyAny%

Takes two parameters, Source, Match

 

TallyAny$

Takes two parameters, Source, Match

 

HtmlAButton

Takes 6 parameters, Location, Mode, ActionLabel, ActionPath, Class, Extra.

 

HtmlJButton

Takes 6 parameters, Location, Mode, ActionLabel, ActionScript, Class, Extra.

 

Search

Takes three parameters, TableName, SearchTerms, SearchInFields

 

UCase$

Takes one parameter, Source

 

Verify%

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

Verify$

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

OnError / End OnError

Takes one parameter, Control

 

Return

Takes a variable number of parameters.

 

Function

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

 

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.

 

CopyFields

Takes two parameters, DestinationFields, SourceFields

 

Setup Table

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.

 

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.

 

Nightly Management Utility

This utility program manages a server install with one or many Moxie.Build services running by taking care of nightly tasks via a scheduled task.

 

Trigger

Takes two parameter, URL, InputQuery

 

Cloudflared Tunnel

Cloudflared Tunnel exposes applications running on your local web server on any network with an internet connection with an outbound tunnel that connects directly to Cloudflare's edge network without the need to configure inbound firewall rules.

 

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.

 

[_#] Format if not blank (DB Field Attribute)

Takes 1 parameter, a formatting mask

 

[!] 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.

 

Learn More About the Content Management System

Prerequisites: This page assumes that you have already set up your Moxie.Build server and logged in as an admin user. This page covers some of the basics that are involved in using the Content Management aspects of the Moxie.Build system.

 

Licensing

Moxie.Build, in short, may be used and licensed free of charge for education and non-profit organizations. Whenever it is used by government or for-profit organizations the license is granted on a subscription basis.

Moxie.Build includes a number of open source components as part of its distribution; each is subject to their own licenses as included with the files for those components.

 

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.

 

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.

 

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.

 

[Score] 0.0 to 10

Accepts 3 parameters, first is required, 2nd and 3rd are optional. A trailing optional expression after an = sign may also assign a value on the same line.

 

Export and Import of Database Schema

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

 

GeoDistance$

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

 

Hex$

Takes two parameters, SourceValue, Width

 

Bin$

Takes two parameters, SourceValue, Width

 

[WQRecCount]

Has no parameters

 

Asc$

Takes two parameters, SourceValue, Position

 

InStrAny$

Takes two parameters, Source, Match

 

Left$

Takes two parameters, Source, Value

 

InStrAny%

Takes two parameters, Source, Match

 

InStr%

Takes two parameters, Source, Match

 

InStr$

Takes two parameters, Source, Match

 

[WQMessage]

Takes one parameter, Message, or no parameters

 

[DateTime] (Top Query)

Has no parameters

 

[Meta]

Takes no parameters

 

[Date] (Top Query)

Has no parameters

 

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

Takes 1 parameter, a formatting mask

 

[$] Currency (Top Query)

Takes one parameter, Source

 

[TQName]

Has no parameters

 

[TQRecCount]

Has no parameters

 

[TQMessage]

Takes one parameter, Message, or no parameters

 

[TQFieldList]

Takes no parameters

 

[TQFldCount]

Takes no parameters