Search Results for mox

 

Moxie.cfg Config

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

 

Command Line with .mox file

A .mox file, with MOX code in it, can be run from the command line while a Moxie.Build system is not otherwise already running.

 

Moxie.http Headers

The optional Moxie.http file is read on server start and controls the default HTTP headers set for all requests.

 

Download Moxie.Build

Download Free Download of Moxie.Build Delivered as a simple .zip file, so that you can set it up however you like. This approach allows you to custom install many services on one server ,
or just run it as an app without an install. Licensing information and agreement . Upgrade Notes

In order to Upgrade an existing copy of Moxie.Build V4 or V5 to the most recent version of V5, you can use the Upgrade example files found in the Tools folder to help automate upgrading multi-service systems, or you can just replace the following files/folders: Moxie.exe Moxie.dll Default.dll /DBStore/BuiltIn.* /Lib /Public/BuiltIn /Templates/Admin /Templates/Clean /Templates/Default /Templates/Default5 /Templates/Report

 

RecoverMOX$

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

 

 

 

 

 

 

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.

 

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.

 

 

 

 

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.

 

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.

 

Moxie.Build for Developers

Moxie.Build Keeps it Simple The full stack in one app, delivered by one company. Coding with the MOX server side scripting language is concise, well structured, and keeps your focus on the data. Use Moxie.Build in your company to pull together resources, centralize data, customize business workflows, and act as a highly accessible web portal for staff and customers alike.

 

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.

 

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.

 

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

 

Include

An Include Procedure cannot be executed directly, the contents of its source code can only be Included into other Procedures using the Include command.

 

Setup Table

The Setup Table controls aspects that can be changed while the server is running, and is intended to contain both Moxie.Build specific values as well as application specific.

 

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.

 

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.

 

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.

 

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.

 

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.

 

Cloudflare Origin Certificates

Cloudflare automatically provides free client-facing certificates for your domain, even if using their free service. In addition, they provide free Origin Certificates to encrypt the connection between Cloudflare and your origin Moxie.Build server. Use this article if you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

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.

 

Get Started with Service Setup on a Server

A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.

 

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.

 

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

 

Simple To Do App with MEAN Stack Comparison

In this example, we use a plain old Moxie.Build system and compare it to the MEAN Stack equivalent by building two functionally equivalent versions of a fleshed out To Do List Application. Both versions utilize local user authentication, a relational database system and the security measures found in typical production-level applications on the web today.

 

Home

Web/API Development Platform with an in-memory database, native-code CMS, and a powerful runtime environment Whether you are a new startup taking off or optimizing your business model for growth, Moxie.Build provides a robust platform with a proven track record for marketplaces, eCommerce, and business process automation

 

Get Started by Making it Your Own

This video demonstrates how to get started with Moxie.Build with basic customization.

 

Get Started with Running on localhost

The following video demonstrates how to download Moxie.Build to your workstation, and run it on localhost.

 

HtmlHistory

Takes two parameters, Title, Path

 

Tally%

Takes two parameters, Source, Match

 

HtmlErr

Takes one parameter, ErrMsg

 

HtmlAlert

Takes three parameters, Location, ClassNames, AlertText

 

HtmlBlock / End HtmlBlock

Takes two parameters, Location, Mode

 

HttpCookie

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

 

HttpHeader

Takes two parameters, name, value

 

HtmlETable

Takes 6 parameters, Location, Mode, Div, Data, Script, Extra

 

HtmlDTable

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

 

HtmlUpload

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

 

TimeAdd$

Takes two parameters, Source, Value

 

TimeDif$

Takes two parameters, Source, Value

 

TallyAny$

Takes two parameters, Source, Match

 

TallyAny%

Takes two parameters, Source, Match

 

Tally$

Takes two parameters, Source, Match

 

Verify$

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

WebSafe$

Takes one parameter, Source

 

Verify%

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

TimeSub$

Takes two parameters, Source, Value

 

Trim$

Takes two parameters, Source, Search

 

HtmlForm

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

 

Len%

Takes one parameter, a Source value

 

Left$

Takes two parameters, Source, Value

 

LastAny$

Takes two parameters, Source, Search

 

Len$

Takes one parameter, a Source value

 

ParseCount%

Takes two parameters, Source and Match

 

LongDate$

Takes one parameter, a Date value

 

LoadFile$

Takes one parameter, PathToFile

 

IsGroupType$

Takes two parameters: Username, GroupTypes

 

InStr$

Takes two parameters, Source, Match

 

InStr%

Takes two parameters, Source, Match

 

JsonDecode$

Has two parameters: Source, Options

 

Lang$

Takes one parameter, Source

 

JsonStream$

Has one parameter, Options

 

JsonEncode$

Has two parameters: Source, Options

 

ParseCount$

Takes two parameters, Source and Match

 

Right$

Takes two parameters, Source, Value

 

ReplaceAny$

Takes one existing Source value, and two parameters of equal length, SearchVals, NewVals

 

Replace$

Takes one existing Source value, and two parameters, Search, NewVal

 

Session$

Takes one parameter, Name

 

TabStream$

Takes one parameter, bNoHeaders

 

SSColNum$

Takes one parameter, Source

 

SSColAlpha$

Takes one parameter, Source

 

Plus8Decode$

Takes one parameter, Source

 

ParseCountAny$

Takes two parameters, Source and Match

 

ParseCountAny%

Takes two parameters, Source and Match

 

Plus8Encode$

Takes one parameter, Source

 

RecoverTmpl$

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

 

Lang

Takes four parameters, FieldBase, Destination, Source, IfLenFld

 

PWHash$

Takes three parameters, TableName, Alias, Password

 

HttpType

Takes one parameter, Type

 

JsonEmbed

Has six parameters, UniqueParent, DestField, FieldBase, UniqueChild, EmbedFields, Options

 

Geo

Takes nine parameters, FieldBase, Destination, Function, Source1, Source2, Source3, Source4, Options, IfLenFld

 

Files

Takes 5 parameters, FieldBase, Destination, Action, Source, IfLenFld

 

JsonStream

Takes two parameters, Data, Options

 

Pull

Takes three parameters, QueryName, FieldBase, FieldNames

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

SaveJsonFile

Takes two parameters, FileName, Options

 

SetIfAll

Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]

 

SetIfAny

Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]

 

TabStream

Takes two parameters, Data, bHasHeader

 

ETableStream

Takes two parameters, ExcelTableData, Options

 

CsvStreamWS

Takes two parameters, CSVData, bNoHeaders

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

Math

Takes a variable number of parameters

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

LoadTabFile

Takes two parameters, FileName, bHasHeader

 

Plus8Decode

Takes three parameters, FieldBase, Fields, IfLenFld

 

Offset

Takes 7 parameters, FieldBase, Destination, Source, OffsetVal, Operator, OpValue, IfLenFld

 

Num

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

 

LoadRawFile

Takes one parameter, FilePath

 

KeepIfAny

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc...]

 

KeepIfAll

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc..]

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

LoadJsonFile

Takes two parameters, PathToFile, Options

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

LoadCsvFile

Takes two parameters, FileName, bHasHeader

 

TabStreamWS

Takes two parameters, CSVData, bNoHeaders

 

FlushAll

Has no parameters

 

Flush

Takes one parameter, TableName

 

EndSession

Has no parameters.

 

Login

Takes three parameters, Login, Password, bRememberMe

 

ListProcs

Takes one parameter, TableName

 

Get

Takes two parameters, TableName, IfLenFld

 

DeleteTable

Takes one parameter, TableName

 

TemplateRuntime

Takes one parameter, Name

 

SubTemplate

Takes three parameters, Location, Mode, TemplateName

 

Raw

Takes one parameter, the contents of which are used for the HTTP Reply Body

 

CopyTable

Takes four parameters, DestinationTable, SourceTable, bWithParents, bWithPWHashes

 

ChildrenAlias

Takes two parameters, ChildTableName, Mode

 

TemplateType

Takes one parameter, Type

 

UpdateTableRltn

Takes eight parameters, TableName, OldOtherTableName, NewOtherTableName, ParentChild, Ratio, Note, Attr, DevNote

 

UpdateTableProc

Takes ten parameters, TableName, OldProcName, NewProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source

 

UpdateTableField

Takes seven parameters, TableName, OldFieldName, NewFieldName, Label, Note, Attr, DevNote

 

Text

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

 

CsvStream

Takes two parameters, CSVData, bNoHeaders

 

Build

Takes a variable number of parameters

 

ParentsAlias

Takes three parameters, ChildTableName, ParentTableName, Mode

 

NewTableProc

Takes nine parameters, TableName, ProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source

 

NewTableField

Takes six parameters, TableName, FieldName, Label, Note, Attr, DevNote

 

Lookup

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

 

NewTableRltn

Takes seven parameters, TableName, OtherTableName, ParentChild, Ratio, Note, Attr, DevNote

 

Time

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

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

HttpHeaders$

Has no parameters

 

LangWith

Has one parameter, a Content.Lang prefix

 

IncrKillCount

Has one parameter.

 

Method

Private Method contained within a given procedure.

 

Meta

Takes any unspecified data, intended for use by external systems

 

If (Not) / Then

Takes a single Field name, with an optional Not operator, followed by the conditional statement

 

ForEach

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

 

File

Takes 3 parameters, Destination, Action, Source

 

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

Takes a variable number of conditional statements

 

Function

A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.

 

[Pull] List of Fields from another Query

Takes three parameters, QueryName, FieldBase, FieldNames

 

ProcECom

Takes one parameter, QueryName

 

Remote

Takes three parameters, Url, InputQuery, OutputQuery

 

QBox

Takes two parameters, QueryName, Title

 

Prefix

Takes a single string as parameter, which is then appended to each line in the code block.

 

NewEComQuery

Takes one parameter, QueryName

 

MsgBox

Takes two parameters, Text, Title

 

PaaS

Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery

 

OnError (Continue)

Used as a scoping keyword, similar to WorkWith/End WorkWith .

 

FailIfRecError

Has no parameters

 

[DatePicker]

Takes no parameters

 

[AccKey] Keyboard Accelorator Key

Takes one parameter which is the keyboard key which will be used as the Access Key for a given Database Table's field.

*Note: By default, each Field's Access Key will be initialized to the first character of the Field's Label.

 

[If] Assignment (DB Field Attribute)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

 

 

Templates Documentation

Prerequisites: This tutorial assumes that you have already learned about Managing Files .

 

 

 

Style Guide, Procedures and Code Documentation

In order for source code to be more readily readable across teams, it is recommended that your source code always be styled according to this style guide.

 

 

Error

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

 

Critical

Takes one parameter, the Name of the critical section

 

Exception

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

 

ETableReply

Takes 2 parameters, Result, Status

 

Public Method WorkQuery Example

In this example, you will see how to use a public method that works on or with the current WorkQuery that you pass into the method.

 

 

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

 

Wisebox Solutions Inc.

We empower your customers to take action.

 

Export and Import of Database Schema

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

 

Return

Takes a variable number of parameters.

 

CheckPw$

Takes two parameters, User and Password

 

CFApi$

Takes three parameters Method, URL, Body

 

Ctid$

Has no params

 

CsvStream$

Takes one parameter bNoHeaders and returns the result to an assigned variable

 

ApplyLang$

Takes one parameter

 

[WQRecCount]

Has no parameters

 

[WQMessage]

Takes one parameter, Message, or no parameters

 

AntiCsrf$

Has no params

 

[WQResult]

Takes either one parameter, ResultValue, or no parameters

 

Cuid$

Has no params

 

Guid$

Takes no parameters

 

Greg$

Takes one parameter, a gregorian number

 

HttpHeader$

Has one parameter

 

Http$

Takes 9 parameters, ServerName, Port, bSecure, Mode, Path, ContentType, extraHeader, body, rtnHeaders

 

Greg%

Takes one parameter, a date of the form yyyy-mm-dd

 

ExtractAny$

Takes two parameters, Source , Search

 

Extract$

Takes two parameters, Source, Search

 

GeoDistance$

Takes five parameters, Lat1, Long1, Lat2, Long2, Options

 

FieldDef$

Takes one parameter, FieldName

 

Cloudflare Integration

Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.

 

Try / Catch / Finally / End Try

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

 

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.

 

Cloudflared Tunnel

Cloudflared Tunnel exposes applications running on your local web server on any network with an internet connection with an outbound tunnel that connects directly to Cloudflare's edge network without the need to configure inbound firewall rules.

 

TRONLog

Takes one parameter, OutputText

 

ServerLog

Takes one parameter, ServerLogText

 

Select / Case / End Select

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

 

Trigger

Takes two parameter, URL, InputQuery

 

SetKillCount

Takes one parameter, Value

 

[TQMessage]

Takes one parameter, Message, or no parameters

 

[TemplateType]

Takes no parameters

 

[TQResult]

Takes either one parameter, ResultValue, or no parameters

 

[TQRecCount]

Has no parameters

 

[TemplateName]

Takes no parameters

 

[HtmlOutput]

Takes a variable number of parameters

 

[CountIf]

Takes one parameter, TestCondition

 

[Meta]

Takes no parameters

 

[If] Assignment (Top Query)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

 

Rem / EndRem

A type of Prefix which allows the developer to separate blocks of code into organized, defined parts to help provide clarity of the logical block and add structure to the code.