Search Results for alias

 

FirstAlias$

Takes one parameter, TableName

 

IsValidAlias$

Takes one parameter, a Source value

 

ParentsAlias

Takes three parameters, ChildTableName, ParentTableName, Mode

 

ResetTableNextAlias

Takes one parameter, TableName

 

ChildrenAlias

Takes two parameters, ChildTableName, Mode

 

LastAlias$

Takes one parameter, TableName

 

MakeValidAlias$

Takes one parameter, a Source value

 

PWHash

Takes three parameters, TableName, Alias, Password

 

Lookup$

Takes one parameter, in the form of: Table|{Alias}|Field

 

Lookup

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

 

NewTable

Takes two parameters, TableName, AutoAlias

 

PWHash$

Takes three parameters, TableName, Alias, Password

 

LoadRecord

Takes two parameters, TableName, RecordAlias

 

Exists$

Takes two parameters, DBTableName, DBTableRecordAlias

 

DetachWithDelete

Takes 4 parameters, TableName, Relation, OtherTableName, and a boolean expression (optional)

 

Get

Takes two parameters, TableName, IfLenFld

 

Attach

Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld

 

Backfill

Has no parameters

 

RawStream$

Has no parameters

 

HtmlAButton

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

 

DeleteTableField

Takes two parameters, a TableName and FieldName

 

Detach

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

 

Children

Takes two parameters, ChildTableName, Mode

 

Delete

Takes two parameters, TableName and a boolean expression

 

SetNew

Takes four parameters, FieldBase, FieldName, Source, IfLenFld

 

Text

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

 

SetIf

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

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

SaveJsonFile

Takes two parameters, FileName, Options

 

HtmlTable

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

 

Lang

Takes four parameters, FieldBase, Destination, Source, IfLenFld

 

HtmlRaw

Takes 3 parameters, Location, Mode, bWithNoHeader

 

GetFieldDefs

Has no parameters.

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

SkipCalls

Takes no parameters

 

Update

Takes two parameters, TableName, IfLenFld

 

Session

Takes two parameters, Name, Value

 

New

Takes two parameters, TableName, IfLenFld

 

NewWithAttach

Takes 4 parameters, TableName, Relation, OtherTableName, IfLenFld

 

FixFields

Takes one parameter, a single character

 

Group

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

 

DeleteFields

Takes two parameters, FieldBase, FieldNameList

 

UpdateOrNew

Takes two parameters, TableName, IfLenFld

 

Build

Takes a variable number of parameters

 

Folder and File Structure

Brief overview on the file structure and contents under Moxie. The files and folders discussed in this post are those that are essential when upgrading to the most recent version of Moxie.Build , or when troubleshooting server errors.

 

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.

 

[FieldList]

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

 

Export and Import of Database Schema

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

 

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.

 

CopyUnique

Takes four parameters, DestinationQuery, SourceQuery, UniqueField, UniqueValue

 

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 as part of the CMS.

 

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

 

 

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.

 

[Markdown]

Has one parameter.

 

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

 

[L] Lookup (DB Field Attribute)

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

 

[L] Lookup (Top Query)

Takes one parameter.

 

CheckPw$

Takes two parameters, User and Password

 

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.

 

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.

 

JsonStream$

Has one parameter, Options

 

Lang$

Takes one parameter, Source

 

Ctid$

Has one parameter.

 

IsGroupType$

Takes two parameters: Username, GroupTypes

 

Moxie.cfg Config

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

 

ForEach

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

 

GoTo

Takes one parameter, a Label

 

FailIfRecError

Has no parameters

 

Folder

Takes three parameters, FolderPath, Action, Source

 

Throttle / End Throttle

Takes one parameter, SlowWritePercent

 

Try / Catch / Finally / End Try

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

 

JoinQuery

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

 

PaaS

Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery