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

 

 

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.

 

Get

Takes two parameters, TableName, IfLenFld

 

New

Takes two parameters, TableName, IfLenFld

 

Session

Takes two parameters, Name, Value

 

NewWithAttach

Takes 4 parameters, TableName, Relation, OtherTableName, IfLenFld

 

SkipCalls

Takes no parameters

 

Children

Takes two parameters, ChildTableName, Mode

 

 

Attach

Takes 3 parameters, ParentTableName, ChildTableName, IfLenFld

 

Backfill

Has no parameters

 

Detach

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

 

DetachWithDelete

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

 

Delete

Takes two parameters, TableName and a boolean expression

 

DeleteTableField

Takes two parameters, a TableName and FieldName

 

Text

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

 

GetFieldDefs

Has no parameters.

 

SetIf

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

 

SetNew

Takes four parameters, FieldBase, FieldName, Source, IfLenFld

 

HtmlTable

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

 

Lang

Takes four parameters, FieldBase, Destination, Source, IfLenFld

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

HtmlRaw

Takes 3 parameters, Location, Mode, bWithNoHeader

 

Build

Takes a variable number of parameters

 

DeleteFields

Takes two parameters, FieldBase, FieldNameList

 

Update

Takes two parameters, TableName, IfLenFld

 

UpdateOrNew

Takes two parameters, TableName, IfLenFld

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

SaveJsonFile

Takes two parameters, FileName, Options

 

FixFields

Takes one parameter, a single character

 

Group

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

 

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.

 

CheckPw$

Takes two parameters, User and Password

 

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

 

[L] Lookup (DB Field Attribute)

Takes one parameter.

 

Lang$

Takes one parameter, Source

 

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

 

HtmlAButton

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

 

HttpCookie

Takes 6 parameters, Name, Value, Path, Domain, Expires, Other

 

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.

 

RawStream$

Takes one parameter, a top query destination variable

 

JsonStream$

Has one parameter, Options

 

[FieldList]

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

 

Ctid$

Has no params

 

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

 

IsGroupType$

Takes two parameters: Username, GroupTypes