Search Results for cases

 

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.

 

CsvStream

Takes two parameters, CSVData, bNoHeaders

 

TemplateType

Takes one parameter, Type

 

ListFiles

Takes 3 parameters, Folder, Filter, bShowImgSize, bShowAccessed

 

CsvStreamWS

Takes two parameters, CSVData, bNoHeaders

 

ETag$

Takes one parameter, Source

 

Ctid$

Has one parameter.

 

HttpType

Takes one parameter, Type

 

FieldDef$

Takes one parameter, FieldName

 

TabStream

Takes two parameters, Data, bHasHeader

 

Pull

Takes three parameters, QueryName, FieldBase, FieldNames

 

HtmlNav

Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn

 

TabStreamWS

Takes two parameters, CSVData, bNoHeaders

 

Offset

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

 

LoadPipeFileWS

Takes two parameters, FileName, bHasHeader

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

NewRecords

Takes one parameter, QuantityToAdd

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

Moxie.cfg Config

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

 

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.

 

Templates Documentation

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

 

[HideAttach]

Has no parameters

 

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.

 

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.

 

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

 

[HideNew]

Has no parameters

 

TRON

Takes two parameters, FilePath, ForceFlush

 

Cloudflare Origin Certificates

Cloudflare automatically provides free client-facing certificates for your domain, even when 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 when you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

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.

 

Public Method

A Public Method may be called from any other Procedure, by the Default plug-in as part of the CMS.

 

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.

 

Trigger

Takes two parameter, URL, InputQuery