Search Results for alias

 

MakeValidAlias$

Takes one parameter, a Source value

 

ChildrenAlias

Takes two parameters, ChildTableName, Mode

 

LastAlias$

Takes one parameter, TableName

 

FirstAlias$

Takes one parameter, TableName

 

IsValidAlias$

Takes one parameter, a Source value

 

ParentsAlias

Takes three parameters, ChildTableName, ParentTableName, Mode

 

ResetTableNextAlias

Takes one parameter, TableName

 

Lookup$

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

 

PWHash

Takes three parameters, TableName, Alias, Password

 

Lookup

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

 

LoadRecord

Takes two parameters, TableName, RecordAlias

 

NewTable

Takes two parameters, TableName, AutoAlias

 

PWHash$

Takes three parameters, TableName, Alias, Password

 

Exists$

Takes two parameters, DBTableName, DBTableRecordAlias

 

New

Takes two parameters, TableName, IfLenFld

 

 

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.

 

Session

Takes two parameters, Name, Value

 

NewWithAttach

Takes 4 parameters, TableName, Relation, OtherTableName, IfLenFld

 

SkipCalls

Takes no parameters

 

Get

Takes two parameters, TableName, IfLenFld

 

 

Children

Takes two parameters, ChildTableName, Mode

 

Backfill

Has no parameters

 

Delete

Takes two parameters, TableName and a boolean expression

 

DetachWithDelete

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

 

Detach

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

 

DeleteTableField

Takes two parameters, a TableName and FieldName

 

Update

Takes two parameters, TableName, IfLenFld

 

GetFieldDefs

Has no parameters.

 

Text

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

 

SetNew

Takes four parameters, FieldBase, FieldName, Source, IfLenFld

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

Lang

Takes four parameters, FieldBase, Destination, Source, IfLenFld

 

HtmlTable

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

 

HtmlRaw

Takes 3 parameters, Location, Mode, bWithNoHeader

 

SetIf

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

 

DeleteFields

Takes two parameters, FieldBase, FieldNameList

 

Build

Takes a variable number of parameters

 

UpdateOrNew

Takes two parameters, TableName, IfLenFld

 

FixFields

Takes one parameter, a single character

 

SaveJsonFile

Takes two parameters, FileName, Options

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

Group

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

 

Attach

Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld

 

PaaS

Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery

 

Try / Catch / Finally / End Try

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

 

GoTo

Takes one parameter, a Label

 

JoinQuery

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

 

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.

 

[L] Lookup (Top Query)

Takes one parameter.

 

Moxie.cfg Config

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

 

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.

 

ForEach

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

 

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.

 

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.

 

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.

 

CopyUnique

Takes four parameters, DestinationQuery, SourceQuery, UniqueField, UniqueValue

 

FailIfRecError

Has no parameters

 

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

 

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

 

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

 

JsonStream$

Has one parameter, Options

 

Lang$

Takes one parameter, Source

 

RawStream$

Takes one parameter, a top query destination variable

 

HtmlAButton

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

 

[L] Lookup (DB Field Attribute)

Takes one parameter.

 

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.

 

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

 

Ctid$

Has no params

 

CheckPw$

Takes two parameters, User and Password

 

[FieldList]

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

 

IsGroupType$

Takes two parameters: Username, GroupTypes