Search Results for input

 

PaaS

Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery

 

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

 

Trigger

Takes two parameter, URL, InputQuery

 

[TQName]

Has no parameters

 

AmPm$

Takes one parameter

 

ApplyLang$

Takes one parameter

 

InStrAny%

Takes two parameters, Source, Match

 

InStr$

Takes two parameters, Source, Match

 

InStr%

Takes two parameters, Source, Match

 

TRONLog

Takes one parameter, OutputText

 

TRON

Takes one parameter, FilePath

 

Thread

Takes a variable number of parameters

 

[DateTime] (Top Query)

Has no parameters

 

 

[Time] (Top Query)

Has no parameters

 

 

ETableStream

Takes two parameters, ExcelTableData, Options

 

FixFields

Takes one parameter, a single character

 

HttpsEnsure

Takes no parameters.

 

Lookup

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

 

WithGroup

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

 

HtmlDTable

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

 

JsonStream

Takes two parameters, Data, Options

 

SSReference

A command to help build spreadsheets

 

HtmlUpload

Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText

 

JsonDecode$

Has two parameters: Source, Options

 

JsonEncode$

Has two parameters: Source, Options

 

InStrAny$

Takes two parameters, Source, Match

 

IsValidAlias$

Takes one parameter, a Source value

 

WebSafe$

Takes one parameter, Source

 

HtmlSearchBox

Takes 6 parameters, Location, Mode, ActionPath, Name, Class, Prompt

 

RecoverHtml$

Takes one parameter, EscapedHTMLString, and returns the Unescaped Version of this string

 

TimeDif$

Takes two parameters, Source, Value

 

SaveFile

Takes two parameters, FileName, FileData

 

[MaxLen]

Accepts a numeric value as a parameter.

 

[Max]

Accepts a numeric value as a parameter.

 

[DatePicker]

Takes no parameters

 

[Time] (DB Field Attribute)

Has no parameters.

 

[Placeholder]

Takes one parameter

 

[Min]

Accepts a numeric value as a parameter.

 

 

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.

 

 

[Custom] HTML (DB Field Attribute)

Allows any extra HTML Attributes to be specified in the Control's HTML Tag

 

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.

 

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.

 

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.

 

ForEach

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

 

Call

Takes a variable number of parameters

 

AppendFile

Takes two parameters, FileName, FileData

 

[Pull] List of Fields from another Query

Takes three parameters, QueryName, FieldBase, FieldNames

 

ProcECom

Takes one parameter, QueryName

 

NewEComQuery

Takes one parameter, QueryName

 

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.

 

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.

 

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

 

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.