Search Results for display

 

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.

 

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.

 

[FieldList]

Parameter is a space separated list of field names to be displayed.

 

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

 

SaveFile

Takes two parameters, FileName, FileData

 

LoadFile$

Takes three parameters, FilePath, Start, Len

 

Month$

Takes one parameter, Source

 

PWHash$

Takes three parameters, TableName, Alias, Password

 

Login$

Takes three parameters, Login, Password, bRememberMe

 

Minute$

Takes one parameter, Source

 

Day$

Takes one parameter, Source

 

Greg$

Takes one parameter, a gregorian number

 

[CountIf]

Takes one parameter, TestCondition

 

AmPm$

Takes one parameter, Source

 

Select / Case / End Select

Takes a variable number of conditional statements to compare against a single source

 

JsonStream$

Has one parameter, Options

 

Hour$

Takes one parameter, Source

 

Try / Catch / Finally / End Try

A traditional way to check for hard errors and enable those errors to error softly.

 

RawStream$

Has no parameters

 

KeepFor

Takes two parameters, FromIndex, ToIndex

 

KeepUnique

Takes one parameter, FieldName

 

ListProcs

Takes one parameter, TableName

 

Group

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

 

SetIf

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

 

HtmlTab

Takes 3 parameters, Location, Mode, bWithNoHeader

 

HtmlTable

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

 

SSReference

A command to help build spreadsheets

 

HtmlForm

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

 

TemplateName

Takes one parameter, Name

 

RecoverMOX$

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

 

Second$

Takes one parameter, Source

 

RecoverHtml$

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

 

RecoverHtmlObj$

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

 

Shell$

Takes two parameters Command, Options

 

HtmlErr

Takes one parameter, ErrMsg

 

HtmlUpload

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

 

Year$

Takes one parameter, Source

 

HtmlAlert

Takes three parameters, Location, ClassNames, AlertText

 

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.

 

Privacy Policy

This is our current Privacy Policy, last updated 2016-01-12.

 

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

 

[MaxLen]

Accepts a numeric value as a parameter.

 

[Markdown]

Has one parameter.

 

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

 

Learn More About Managing Files

Prerequisites: This tutorial assumes that you have already set up your Moxie.Build server and logged in. This page covers some of the basics that are involved in managing files and folders in the Moxie.Build system.

 

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.

 

Get Started with Setting up the Development Environment

Developing in Moxie.Build on localhost give you the advantage of working with the template files natively. When working on procedures (MOX code) you need to access that through the Procedures page in the Admin area of a Moxie.Build system, if running the server on localhost or on a remote server. When running on a remote server, you can edit the template files via the Files page in the Admin area.

 

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.

 

 

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.

 

ForeignWith

Takes a single parameter, a FieldBase

 

Foreign

Takes a single parameter, a QueryName

 

FailIfRecError

Has no parameters

 

NewEComQuery

Takes one parameter, QueryName

 

MsgBox

Takes two parameters, Text, Title

 

If (Not) / And / Or / ElseIf / End If

Takes a variable number of conditional statements

 

[State] Error State

Takes one parameter.

 

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

 

[R] Readonly

Has no parameters.

 

Exception

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

 

Error

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

 

[Sort] (DB Relationship Attribute)

Accepts a space separated list of field names.