Search Results for result

 

[TQResult]

Takes either one parameter, ResultValue, or no parameters

 

[WQResult]

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.

 

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

 

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

 

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.

 

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

 

CsvStream$

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

 

RTrim$

Takes two parameters, Source, Search

 

LongDate$

Takes one parameter, a Date value

 

LTrim$

Takes two parameters, Source, Search

 

Rnd%

Takes two parameters, Low, High

 

Right$

Takes two parameters, Source, Value

 

Sqr%

Takes one parameter, Value

 

Tally%

Takes two parameters, Source, Match

 

Similar$

Takes 2 parameters, pString1, pString2

 

RTrimAny$

Takes two parameters, Source, Search

 

Similar%

Takes 2 parameters, pNum1, pNum2

 

RemainAny$

Takes two parameters, Source and Search

 

Replace$

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

 

Remove$

Takes two parameters, Source and Search

 

RemoveAny$

Takes two parameters, Source and Search

 

Repeat$

Takes two parameters, Source, Count

 

RetainAny$

Takes two parameters, Source, Search

 

Reverse$

Takes one parameter, Source

 

ReplaceAny$

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

 

Remain$

Takes two parameters, Source and Search

 

LTrimAny$

Takes two parameters, Source, Search

 

Tally$

Takes two parameters, Source, Match

 

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

 

TrimAny$

Takes two parameters, Source, Match

 

Truncate$

Takes two parameters, Source, MinLength

 

UCase$

Takes one parameter, Source

 

TallyAny%

Takes two parameters, Source, Match

 

TallyAny$

Takes two parameters, Source, Match

 

Trim$

Takes two parameters, Source, Search

 

HtmlJButton

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

 

Search

Takes three parameters, TableName, SearchTerms, SearchInFields

 

FixFields

Takes one parameter, a single character

 

Verify%

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

Verify$

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

HtmlAButton

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

 

CopyFields

Takes two parameters, DestinationFields, SourceFields

 

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.

 

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.

 

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.

 

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.

 

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

 

OnError (Continue)

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

 

Return

Takes a variable number of parameters.

 

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.

 

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

Takes 1 parameter, a formatting mask

 

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.

 

Home

Web/API Development Platform with an in-memory database, native-code CMS, and a powerful runtime environment Whether you are a new startup taking off or optimizing your business model for growth, Moxie.Build provides a robust platform with a proven track record for marketplaces, eCommerce, and business process automation

 

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.

 

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.

 

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.

 

Export and Import of Database Schema

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

 

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

 

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

 

[WQRecCount]

Has no parameters

 

GeoDistance$

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

 

[WQMessage]

Takes one parameter, Message, or no parameters

 

[TQName]

Has no parameters

 

[TQRecCount]

Has no parameters

 

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

 

[$] Currency (Top Query)

Takes one parameter, Source

 

[Date] (Top Query)

Has no parameters

 

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

Takes 1 parameter, a formatting mask

 

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.

 

[TQFldCount]

Takes no parameters

 

[TQMessage]

Takes one parameter, Message, or no parameters

 

[TQFieldList]

Takes no parameters

 

[DateTime] (Top Query)

Has no parameters

 

[Meta]

Takes no parameters